https://issues.apache.org/SpamAssassin/show_bug.cgi?id=6443
Henrik Krohns <[email protected]> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |[email protected] --- Comment #10 from Henrik Krohns <[email protected]> 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.
