http://issues.apache.org/SpamAssassin/show_bug.cgi?id=4652
[EMAIL PROTECTED] changed:
What |Removed |Added
----------------------------------------------------------------------------
CC| |[email protected]
AssignedTo|[email protected] |[EMAIL PROTECTED]
------- Additional Comments From [EMAIL PROTECTED] 2005-11-18 02:49 -------
I've tested some modifications to the rule (the originally posted rule was
mis-copied, BTW):
# original rule
header T_OIMO_MSGID_0 MESSAGEID =~ /^<[EMAIL PROTECTED]>$/m
# original rule with what I assume was meant to be an escaped period
header T_OIMO_MSGID_1 MESSAGEID =~ /^<[EMAIL PROTECTED]>$/m
# modified rule without escaped period
header T_OIMO_MSGID_2 MESSAGEID =~ /^<[EMAIL PROTECTED]>$/m
# modified rule with escaped period
header T_OIMO_MSGID_3 MESSAGEID =~ /^<[EMAIL PROTECTED]>$/m
Mass-check results:
http://buildbot.spamassassin.org/ruleqa/ruleqa?s_defcorpus=on&daterev=20051117-r345134-n&rule=%2F%5ET_OIMO&s_zero=on&s_detail=checked+&g=Change
T_OIMO_MSGID_3 has a better S/O, hitting lots more ham with a negligible
increase in spam hits.
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
You are on the CC list for the bug, or are watching someone who is.