diff options
author | heinz <heinz> | 2004-01-21 22:19:30 +0000 |
---|---|---|
committer | heinz <heinz> | 2004-01-21 22:19:30 +0000 |
commit | 3d907d1005f91a0a5358cbbea8f0c1cf76f31dbe (patch) | |
tree | 0c5d8cab6e76b3225e7f077fec728e3db3f8ddd7 /mail/spamassassin/patches | |
parent | c5a587ca9df5ee12dd9c44234cd2ea802e2047ce (diff) | |
download | pkgsrc-3d907d1005f91a0a5358cbbea8f0c1cf76f31dbe.tar.gz |
Update to 2.63. Tested on NetBSD and Solaris 8.
Summary of major changes since 2.62
-----------------------------------
- Fixed bug related to perl 5.005 which stopped SpamAssassin from being
runnable
- Fixed bug where "spamassassin -l" parameter wouldn't be untainted before
being used
- Added caching of body rendering results so that the message wouldn't
be rendered the same way multiple times unnecessarily.
Summary of major changes since 2.61
-----------------------------------
- Fixed two bugs related to Received line generation and parsing.
- Modified two rules to reduce false positives.
- Fixed bug where spamd temporary init directory wasn't removed in some
situations.
- Modified HABEAS_SWE to function even if the Habeas headers were out of
their normal order.
- Fixed bug where reporting wouldn't remove message markup before being
learned by Bayes.
- Fixed bug where report_safe_copy_headers would reverse the order of the
Received headers.
- Fixed several bugs in the Bayes system caused by DB_File oddities.
Diffstat (limited to 'mail/spamassassin/patches')
-rw-r--r-- | mail/spamassassin/patches/patch-ab | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/mail/spamassassin/patches/patch-ab b/mail/spamassassin/patches/patch-ab index 9e82fb683ea..6627324731c 100644 --- a/mail/spamassassin/patches/patch-ab +++ b/mail/spamassassin/patches/patch-ab @@ -1,4 +1,4 @@ -$NetBSD: patch-ab,v 1.6 2003/12/27 19:16:04 heinz Exp $ +$NetBSD: patch-ab,v 1.7 2004/01/21 22:19:30 heinz Exp $ --- Makefile.PL.orig Sun Nov 2 01:42:04 2003 +++ Makefile.PL @@ -51,7 +51,7 @@ $NetBSD: patch-ab,v 1.6 2003/12/27 19:16:04 heinz Exp $ @@ -745,7 +746,7 @@ sub MY::libscan { return q{} if $path =~ m{ - (^|/)CVS(/|$)| + (^|/)(\.svn|CVS)(/|$)| - [/.](orig|old|rej|diff|patch|bak|backup|my)$ + [/.](orig|old|rej|diff|patch|bak|backup|my|subst.sav)$ }ix; |