summaryrefslogtreecommitdiff
path: root/mail/spamassassin/patches/patch-ag
diff options
context:
space:
mode:
authorheinz <heinz@pkgsrc.org>2003-11-03 00:56:25 +0000
committerheinz <heinz@pkgsrc.org>2003-11-03 00:56:25 +0000
commitad81929102542de3e1ab80c80a814d8146e9bf35 (patch)
tree6ba2538c77f9c1d01aa31815d113354ff5ff437b /mail/spamassassin/patches/patch-ag
parentbf301a2b982bbe81170e3a968c6c80fb5a2b7834 (diff)
downloadpkgsrc-ad81929102542de3e1ab80c80a814d8146e9bf35.tar.gz
Update to version 2.60 (fixes PR pkg/23318):
Summary of changes since 2.5x ----------------------------------- - spamd supports UNIX-domain sockets - SSL support for spamc/spamd now usable - improved Bayes text analysis - improved expiration of Bayes-DB - better detection of 'invisible text' and other obfuscation techniques in HTML - new RBL (eg SORBS, SpamCop, Osirusoft dropped) - better handling of RBL timeouts - support for Razor V1 dropped - more flexible header and report rewriting - Perl taint mode enabled by default - bug fixes - new rules
Diffstat (limited to 'mail/spamassassin/patches/patch-ag')
-rw-r--r--mail/spamassassin/patches/patch-ag14
1 files changed, 0 insertions, 14 deletions
diff --git a/mail/spamassassin/patches/patch-ag b/mail/spamassassin/patches/patch-ag
deleted file mode 100644
index 009b95e6a5d..00000000000
--- a/mail/spamassassin/patches/patch-ag
+++ /dev/null
@@ -1,14 +0,0 @@
-$NetBSD: patch-ag,v 1.5 2003/05/22 11:41:03 abs Exp $
-
---- tools/check_whitelist.orig 2002-12-19 19:05:01.000000000 +0000
-+++ tools/check_whitelist
-@@ -5,7 +5,8 @@ use Fcntl;
-
- # must match line at top of lib/Mail/SpamAssassin/DBBasedAddrList.pm.
- # now off until 3.0
--# BEGIN { @AnyDBM_File::ISA = qw(DB_File GDBM_File NDBM_File SDBM_File); }
-+# Pkgsrc: enable following line because BayesStore.pm already broke the rule
-+BEGIN { @AnyDBM_File::ISA = qw(DB_File GDBM_File NDBM_File SDBM_File); }
-
- use AnyDBM_File ;
- use vars qw( %h $k $v ) ;