You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@spamassassin.apache.org by he...@apache.org on 2011/05/01 20:30:15 UTC

svn commit: r1098383 - /spamassassin/trunk/lib/Mail/SpamAssassin/Plugin/Bayes.pm

Author: hege
Date: Sun May  1 18:30:14 2011
New Revision: 1098383

URL: http://svn.apache.org/viewvc?rev=1098383&view=rev
Log:
Bug 6443: also change metadata headers compression to lowercase

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

Modified: spamassassin/trunk/lib/Mail/SpamAssassin/Plugin/Bayes.pm
URL: http://svn.apache.org/viewvc/spamassassin/trunk/lib/Mail/SpamAssassin/Plugin/Bayes.pm?rev=1098383&r1=1098382&r2=1098383&view=diff
==============================================================================
--- spamassassin/trunk/lib/Mail/SpamAssassin/Plugin/Bayes.pm (original)
+++ spamassassin/trunk/lib/Mail/SpamAssassin/Plugin/Bayes.pm Sun May  1 18:30:14 2011
@@ -198,8 +198,8 @@ use constant ADD_INVIZ_TOKENS_NO_PREFIX 
   'Organization'	=> '*o',
   'Organisation'        => '*o',
   'Content-Type'	=> '*c',
-  'X-Spam-Relays-Trusted' => '*RT',
-  'X-Spam-Relays-Untrusted' => '*RU',
+  'x-spam-relays-trusted' => '*RT',
+  'x-spam-relays-untrusted' => '*RU',
 );
 
 # How many seconds should the opportunistic_expire lock be valid?