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 2008/05/18 21:31:38 UTC

[Bug 5910] New: FORGED_MUA_OUTLOOK FP with recent outlook express

https://issues.apache.org/SpamAssassin/show_bug.cgi?id=5910

           Summary: FORGED_MUA_OUTLOOK FP with recent outlook express
           Product: Spamassassin
           Version: 3.2.4
          Platform: All
        OS/Version: All
            Status: NEW
          Severity: major
          Priority: P5
         Component: Rules
        AssignedTo: dev@spamassassin.apache.org
        ReportedBy: mouss@netoyen.net


Created an attachment (id=4320)
 --> (https://issues.apache.org/SpamAssassin/attachment.cgi?id=4320)
sample message posted from OE (on windows xp SP3)

after installing SP3 on windows XP and using outlook express, the generated
message-id has a new form which causes an FP because it does not match any of
the __OE_MSGID_n in 20_ratware.cf.

Here are few samples of the new message-id:

Message-ID: <EB...@DADES> 
Message-ID: <F2...@mosquito>
Message-ID: <74...@server> 


according to the samples, the message-id is formed by 32 hex chars before
follow by  @host, where 'host' is the (netbios) machine name.  

a fix would be to add

header __OE_MSGID_5  MESSAGEID =~ /^<[A-Fa-f0-9]{32}\@[\-A-Za-z0-9]+$/m 

and to include this in the definition of __FORGED_OE:

meta __FORGED_OE    (__OE_MUA && !__OE_MSGID_1 && !__OE_MSGID_2 &&
!__OE_MSGID_3 && !__OE_MSGID_4 && !__OE_MSGID_5 &&  !__UNUSABLE_MSGID)


-- 
Configure bugmail: https://issues.apache.org/SpamAssassin/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.

[Bug 5910] FORGED_MUA_OUTLOOK FP with recent outlook express

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


Justin Mason <jm...@jmason.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|NEW                         |RESOLVED
         Resolution|                            |DUPLICATE
   Target Milestone|Undefined                   |3.3.0




--- Comment #1 from Justin Mason <jm...@jmason.org>  2008-05-19 15:28:36 PST ---
ok, merging the fix into the fix for bug 5496:

: jm 143...; svn commit -m "bug 5910: add dependency on __VISTA_MSGID in
FORGED_MUA_OUTLOOK_BUG5496 to deal with new Outlook Express XP SP3 Message-ID
format firing FORGED_MUA_OUTLOOK" rulesrc/sandbox/jm/20_bug5496.cf
Sending        rulesrc/sandbox/jm/20_bug5496.cf
Transmitting file data .
Committed revision 658006.


*** This bug has been marked as a duplicate of bug 5496 ***


-- 
Configure bugmail: https://issues.apache.org/SpamAssassin/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.