https://issues.apache.org/SpamAssassin/show_bug.cgi?id=7061
Bug ID: 7061
Summary: DOS_FAKE_SQUIRREL false positives
Product: Spamassassin
Version: 3.3.2
Hardware: All
OS: Linux
Status: NEW
Severity: normal
Priority: P2
Component: Rules
Assignee: [email protected]
Reporter: [email protected]
DOS_FAKE_SQUIRREL uses __DOS_SM_MID which is the Message-ID of old Squirrelmail
versions.New versions use a different Message-ID with the following format
/^<[0-9a-f]{32}\.squirrel\@\S+>$/
In addition, if
header __DOS_MAILER_SM X-Mailer =~ /SquirrelMail/
would be changed to
header __DOS_MAILER_SM X-Mailer =~ /SquirrelMail\b/
it would be identical to __HAS_SQUIRRELMAIL_IN_MAILER.
--
You are receiving this mail because:
You are the assignee for the bug.