https://issues.apache.org/SpamAssassin/show_bug.cgi?id=6443
--- Comment #11 from Kevin A. McGrail <[email protected]> 2011-04-25 13:27:15 EDT --- (In reply to comment #10) > 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? +1 on this patch as well. -- Configure bugmail: https://issues.apache.org/SpamAssassin/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are the assignee for the bug.
