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: [email protected]
        ReportedBy: [EMAIL PROTECTED]


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: <[EMAIL PROTECTED]> 
Message-ID: <[EMAIL PROTECTED]>
Message-ID: <[EMAIL PROTECTED]> 


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 =~ /^<[EMAIL PROTECTED]/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.

Reply via email to