You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@spamassassin.apache.org by bu...@bugzilla.spamassassin.org on 2014/06/25 16:13:05 UTC

[Bug 7061] New: DOS_FAKE_SQUIRREL false positives

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: dev@spamassassin.apache.org
          Reporter: sa-mst@lrz.de

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.

[Bug 7061] DOS_FAKE_SQUIRREL false positives

Posted by bu...@bugzilla.spamassassin.org.
https://issues.apache.org/SpamAssassin/show_bug.cgi?id=7061

Kevin A. McGrail <km...@pccc.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|NEW                         |RESOLVED
                 CC|                            |kmcgrail@pccc.com
         Resolution|---                         |FIXED

--- Comment #1 from Kevin A. McGrail <km...@pccc.com> ---
Unless this is an indicator of spam, I'm inclined to comment the entire
ruleset.

svn commit -m 'Disabling the DOS_FAKE_SQUIRREL rules due to their age (over 9
years)'
Sending        rulesrc/sandbox/dos/70_other.cf
Transmitting file data .
Committed revision 1607650.

Should see it in removed from rule updates in a few days.

regards,KAM

-- 
You are receiving this mail because:
You are the assignee for the bug.