DKIM continues to be updates to fix minor incompatibilities with vendor implementations. DKIM .33 fixes a couple minor issues. (see PR http://www.freebsd.org/cgi/query-pr.cgi?pr=132514 ) While not normally requiring a portrevision, the next fix will. Bayes.pm was trying to cache/store/compare 'tokens' in the headers, and these tokens included dkim signatures. However, as far as bayes would be concerned, these dkim signatures are 'random', as in never repeatable. you would never have the same dkim signature token in any email. this patch (recommended by spamassassin, see https://issues.apache.org/SpamAssassin/show_bug.cgi?id=5861 addresses this. Clients who are aggressively doing portsupgrade would get the .33 dkim anyway, but need the bump version to get the Bayes.pm patch Fix: note, this includes the creation of files/patch-bayes.pm (mind the wrap on Makefile , just bumped portrevision and set dkim minimum to .33) How-To-Repeat: get a email with a dkim or domainkey signature, see useless daya in bayes.
State Changed From-To: open->closed Committed, thanks!
pav 2009-03-19 17:11:28 UTC FreeBSD ports repository Modified files: mail/p5-Mail-SpamAssassin Makefile Added files: mail/p5-Mail-SpamAssassin/files patch-bayes.pm Log: - Fix bayesian filtering with DKIM enabled, bump PORTREVISION PR: ports/132760 Submitted by: Michael Scheidell <scheidell@secnap.net> (maintainer) Revision Changes Path 1.123 +2 -2 ports/mail/p5-Mail-SpamAssassin/Makefile 1.1 +10 -0 ports/mail/p5-Mail-SpamAssassin/files/patch-bayes.pm (new) _______________________________________________ cvs-all@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/cvs-all To unsubscribe, send any mail to "cvs-all-unsubscribe@freebsd.org"