Subject: CVS commit: pkgsrc/mail/spamass-milter
To: None <pkgsrc-changes@NetBSD.org>
From: Thomas Klausner <wiz@netbsd.org>
List: pkgsrc-changes
Date: 04/07/2005 11:27:48
Module Name: pkgsrc
Committed By: wiz
Date: Thu Apr 7 11:27:48 UTC 2005
Modified Files:
pkgsrc/mail/spamass-milter: Makefile distinfo
Added Files:
pkgsrc/mail/spamass-milter/patches: patch-aa
Log Message:
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.
To generate a diff of this commit:
cvs rdiff -r1.15 -r1.16 pkgsrc/mail/spamass-milter/Makefile
cvs rdiff -r1.4 -r1.5 pkgsrc/mail/spamass-milter/distinfo
cvs rdiff -r0 -r1.1 pkgsrc/mail/spamass-milter/patches/patch-aa
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.