http://issues.apache.org/SpamAssassin/show_bug.cgi?id=4652
Summary: __OIMO_MSGID header pattern is not correct
Product: Spamassassin
Version: 2.0
Platform: All
OS/Version: All
Status: NEW
Severity: normal
Priority: P3
Component: Rules
AssignedTo: [email protected]
ReportedBy: [EMAIL PROTECTED]
The rules file rules/20_ratware.cf contains a pattern
header __OIMO_MSGID MESSAGEID =~ /^[A-P]{26}A[AB]\.[-_\w]+\S+>$/m
The version of Outlook 2000 installed on my machine generates Message-id
headers such as the following:
Message-id: <[EMAIL PROTECTED]>
The "[AB]" in the message id pattern needs to be "[ABC]" in order to match
correctly. As a result, email from my system frequently gets incorrectly
categorized as spam.
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.