diff options
Diffstat (limited to 'mail/qmail-scanner/files/patch-sub-spamassassin.pl')
-rw-r--r-- | mail/qmail-scanner/files/patch-sub-spamassassin.pl | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/mail/qmail-scanner/files/patch-sub-spamassassin.pl b/mail/qmail-scanner/files/patch-sub-spamassassin.pl new file mode 100644 index 000000000000..eae1990e2606 --- /dev/null +++ b/mail/qmail-scanner/files/patch-sub-spamassassin.pl @@ -0,0 +1,10 @@ +--- sub-spamassassin.pl.orig Mon Sep 29 04:17:22 2003 ++++ sub-spamassassin.pl Thu Dec 11 14:28:48 2003 +@@ -57,6 +57,7 @@ sub spamassassin { + $tag_score .= "SA:1($sa_score/$sa_max):"; + $sa_comment = "Yes, hits=$sa_score required=$sa_max" if ($spamc_options =~ /\-c/); + &debug("SA: yup, this smells like SPAM"); ++ $spam_event = 1; + } + $stop_spamassassin_time=[gettimeofday]; + $spamassassin_time = tv_interval ($start_spamassassin_time, $stop_spamassassin_time); |