aboutsummaryrefslogtreecommitdiff
path: root/mail/qmail-scanner1/files/patch-sub-spamassassin.pl
diff options
context:
space:
mode:
Diffstat (limited to 'mail/qmail-scanner1/files/patch-sub-spamassassin.pl')
-rw-r--r--mail/qmail-scanner1/files/patch-sub-spamassassin.pl10
1 files changed, 0 insertions, 10 deletions
diff --git a/mail/qmail-scanner1/files/patch-sub-spamassassin.pl b/mail/qmail-scanner1/files/patch-sub-spamassassin.pl
deleted file mode 100644
index fe3cd89f5f7c..000000000000
--- a/mail/qmail-scanner1/files/patch-sub-spamassassin.pl
+++ /dev/null
@@ -1,10 +0,0 @@
---- sub-spamassassin.pl.orig Mon Sep 29 04:17:22 2003
-+++ sub-spamassassin.pl Sun Jan 4 16:17:55 2004
-@@ -57,6 +57,7 @@
- $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);