freebsd-ports/mail/p5-Mail-SpamAssassin/files/patch-bayes.pm
Pav Lucistnik e2ebded775 - Fix bayesian filtering with DKIM enabled, bump PORTREVISION
PR:		ports/132760
Submitted by:	Michael Scheidell <scheidell@secnap.net> (maintainer)
2009-03-19 17:11:28 +00:00

10 lines
389 B
Raku

--- Bayes.pm.orig 2008-06-10 05:20:22.000000000 -0400
+++ lib/Mail/SpamAssassin/Bayes.pm 2008-08-22 03:23:38.000000000 -0400
@@ -145,6 +145,7 @@
# hapaxen they generate.
$MARK_PRESENCE_ONLY_HDRS = qr{(?: X-Face
|X-(?:Gnu-?PG|PGP|GPG)(?:-Key)?-Fingerprint
+ |D(?:KIM|omainKey)-Signature
)}ix;
# tweaks tested as of Nov 18 2002 by jm: see SpamAssassin-devel list archives