You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@spamassassin.apache.org by gb...@apache.org on 2018/10/06 10:46:00 UTC

svn commit: r1843010 - in /spamassassin: branches/3.4/lib/Mail/SpamAssassin/Plugin/Bayes.pm trunk/lib/Mail/SpamAssassin/Plugin/Bayes.pm

Author: gbechis
Date: Sat Oct  6 10:45:59 2018
New Revision: 1843010

URL: http://svn.apache.org/viewvc?rev=1843010&view=rev
Log:
do not consider Sympa headers in Bayes as we have done
for other mailing lists softwares

Modified:
    spamassassin/branches/3.4/lib/Mail/SpamAssassin/Plugin/Bayes.pm
    spamassassin/trunk/lib/Mail/SpamAssassin/Plugin/Bayes.pm

Modified: spamassassin/branches/3.4/lib/Mail/SpamAssassin/Plugin/Bayes.pm
URL: http://svn.apache.org/viewvc/spamassassin/branches/3.4/lib/Mail/SpamAssassin/Plugin/Bayes.pm?rev=1843010&r1=1843009&r2=1843010&view=diff
==============================================================================
--- spamassassin/branches/3.4/lib/Mail/SpamAssassin/Plugin/Bayes.pm (original)
+++ spamassassin/branches/3.4/lib/Mail/SpamAssassin/Plugin/Bayes.pm Sat Oct  6 10:45:59 2018
@@ -94,6 +94,7 @@ our $IGNORED_HDRS = qr{(?: (?:X-)?Sender
   |X-eGroups-(?:Return|From)
   |X-MDMailing-List
   |X-XEmacs-List
+  |X-Sympa-To
 
   # gatewayed through mailing list (thanks to Allen Smith)
   |(?:X-)?Resent-(?:From|To|Date)

Modified: spamassassin/trunk/lib/Mail/SpamAssassin/Plugin/Bayes.pm
URL: http://svn.apache.org/viewvc/spamassassin/trunk/lib/Mail/SpamAssassin/Plugin/Bayes.pm?rev=1843010&r1=1843009&r2=1843010&view=diff
==============================================================================
--- spamassassin/trunk/lib/Mail/SpamAssassin/Plugin/Bayes.pm (original)
+++ spamassassin/trunk/lib/Mail/SpamAssassin/Plugin/Bayes.pm Sat Oct  6 10:45:59 2018
@@ -94,6 +94,7 @@ our $IGNORED_HDRS = qr{(?: (?:X-)?Sender
   |X-eGroups-(?:Return|From)
   |X-MDMailing-List
   |X-XEmacs-List
+  |X-Sympa-To
 
   # gatewayed through mailing list (thanks to Allen Smith)
   |(?:X-)?Resent-(?:From|To|Date)