diff options
author | Baptiste Daroussin <bapt@FreeBSD.org> | 2014-09-01 21:25:59 +0000 |
---|---|---|
committer | Baptiste Daroussin <bapt@FreeBSD.org> | 2014-09-01 21:25:59 +0000 |
commit | 8003ba152f15aa82aaadd76fcd6b669cc0cc9981 (patch) | |
tree | 7842527232644d8f0fc76639a38e9596a910d381 /mail/qmail-scanner1/files/patch-sub-spamassassin.pl | |
parent | Convert to USES=libtool and add INSTALL_TARGET=install-strip (diff) |
Remove non staged ports without pending PR from ma*
Notes
Notes:
svn path=/head/; revision=366959
Diffstat (limited to 'mail/qmail-scanner1/files/patch-sub-spamassassin.pl')
-rw-r--r-- | mail/qmail-scanner1/files/patch-sub-spamassassin.pl | 10 |
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 8daf87ded5c2..000000000000 --- a/mail/qmail-scanner1/files/patch-sub-spamassassin.pl +++ /dev/null @@ -1,10 +0,0 @@ ---- sub-spamassassin.pl.orig Thu Dec 4 22:17:55 2003 -+++ sub-spamassassin.pl Mon Mar 15 01:27:28 2004 -@@ -61,6 +61,7 @@ - $tag_score .= "SA:1($sa_score/$sa_max):"; - $sa_comment = "Yes, hits=$sa_score required=$sa_max" if ($sa_fast); - &debug("SA: yup, this smells like SPAM"); -+ $spam_event = 1; - } - if ($sa_score > 0) { - $sa_score=int($sa_score); |