diff options
author | wiz <wiz@pkgsrc.org> | 2005-04-07 11:27:48 +0000 |
---|---|---|
committer | wiz <wiz@pkgsrc.org> | 2005-04-07 11:27:48 +0000 |
commit | 6130bb60ee1ef50e4284c77b0cbf378fac8a1edd (patch) | |
tree | defbe22a77b701c962d78455b0eeb7cbc3326a17 /mail/spamass-milter/Makefile | |
parent | 2263f54c1a9bc08fe7475130f657671432eb6c95 (diff) | |
download | pkgsrc-6130bb60ee1ef50e4284c77b0cbf378fac8a1edd.tar.gz |
Update to 0.3.0nb1:
Add a patch from Yoshitaka Tokugawa provided in PR 26806, which
has also been added to the spamass CVS repository:
Always use macro_b, so SA can do future/past validation.
It is not a bug, but it makes SA happier.
SA 2.x requires "($v/$Z)$?r with $r" part of Received: header.
I don't think SA 3.x need this, but keep it for SA 2.x users.
There is a bug in cmp_nocase_partial() function. Without my hack,
cmp_nocase_partial("X-Spam-", "X-Spam") returns 0 which is
incorrect behavior for this function.
Diffstat (limited to 'mail/spamass-milter/Makefile')
-rw-r--r-- | mail/spamass-milter/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/mail/spamass-milter/Makefile b/mail/spamass-milter/Makefile index 12e5fc54665..c9ade96ff69 100644 --- a/mail/spamass-milter/Makefile +++ b/mail/spamass-milter/Makefile @@ -1,7 +1,8 @@ -# $NetBSD: Makefile,v 1.15 2005/03/19 14:32:47 wiz Exp $ +# $NetBSD: Makefile,v 1.16 2005/04/07 11:27:48 wiz Exp $ # DISTNAME= spamass-milter-0.3.0 +PKGREVISION= 1 CATEGORIES= mail MASTER_SITES= http://savannah.nongnu.org/download/spamass-milt/ |