support for SpamAssassin 2.40.
git-svn-id: https://svn.perl.org/qpsmtpd/branches/v010@46 958fd67b-6ff1-0310-b445-bb7760255be9
This commit is contained in:
parent
0e638f4537
commit
95e8a68833
@ -40,7 +40,7 @@ sub check_spam {
|
|||||||
|
|
||||||
$transaction->body_resetpos;
|
$transaction->body_resetpos;
|
||||||
|
|
||||||
print SPAMD "YAREPORT SPAMC/1.0" . CRLF;
|
print SPAMD "REPORT_IFSPAM SPAMC/1.0" . CRLF;
|
||||||
# or CHECK or REPORT or SYMBOLS
|
# or CHECK or REPORT or SYMBOLS
|
||||||
|
|
||||||
print SPAMD join CRLF, split /\n/, $transaction->header->as_string;
|
print SPAMD join CRLF, split /\n/, $transaction->header->as_string;
|
||||||
|
Loading…
Reference in New Issue
Block a user