You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@spamassassin.apache.org by bu...@issues.apache.org on 2011/04/25 19:15:03 UTC

[Bug 6443] [review] Metadata Headers are Case-Sensitive

https://issues.apache.org/SpamAssassin/show_bug.cgi?id=6443

Henrik Krohns <he...@hege.li> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |hege@hege.li

--- Comment #10 from Henrik Krohns <he...@hege.li> 2011-04-25 13:14:55 EDT ---
Note that this "broke" header name compresssion in Bayes.pm. Here's a fix. One
could argue that the whole compression thing is pointless, but that's for
another bug.

--- Bayes.pm  Mon Dec 13 22:10:00 2010
+++ Bayes.pm    Mon Apr 25 20:13:41 2011
@@ -198,8 +198,8 @@
   '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?

-- 
Configure bugmail: https://issues.apache.org/SpamAssassin/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.