Ok folks, I just made get_header in NoMailAudit case-insensitive,
meaning that while capitalization of header names is preserved, rules
will match case insensitively, so a rule like

header BAD_DATE    Date ~= /three weeks ago last wednesday/

will now match all of the following:

Date: three weeks ago last thursday
date: three weeks ago last thursday
DATE: three weeks ago last thursday

etc.

Also, it resolves that issue where Subject: was mis-capitalized in
incoming mail and so subject-rewriting would inject an additional
header.

Similarly, fixes problems where Content-Type was capitalized
alternately, and a variety of other mis-capitalization gotchas.


However, it's possible there's some weird situation where some bit of
code actually tries to care about the case of the header name; if you
notice bugs, please report them in the usual way.

C



_______________________________________________
Spamassassin-talk mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/spamassassin-talk

Reply via email to