Bug 2248 - FORGED_MUA_OIMO test broken
Summary: FORGED_MUA_OIMO test broken
Status: RESOLVED DUPLICATE of bug 2107
Alias: None
Product: Spamassassin
Classification: Unclassified
Component: Rules (show other bugs)
Version: 2.55
Hardware: Other other
: P5 normal
Target Milestone: 2.61
Assignee: SpamAssassin Developer Mailing List
URL:
Whiteboard:
Keywords:
Depends on:
Blocks: 2344
  Show dependency tree
 
Reported: 2003-07-21 06:38 UTC by Jesus Climent
Modified: 2003-10-01 09:44 UTC (History)
0 users



Attachment Type Modified Status Actions Submitter/CLA Status

Note You need to log in before you can comment on or make changes to this bug.
Description Jesus Climent 2003-07-21 06:38:44 UTC
Outlook after changing from corporate and workgroup mode to Internet
Mail only mode sometimes retains old Message ID generation
As a result messages that are HAM are hot with a 2.8 SPAM score

The test

meta FORGED_MUA_OIMO  (__OIMO_MUA && !__OIMO_MSGID && !__UNUSABLE_MSGID)

should be replaced by

meta FORGED_MUA_OIMO  (__OIMO_MUA && !(__OIMO_MSGID || __OUTLOOK_MSGID_1) &&
!__UNUSABLE_MSGID)
Comment 1 Theo Van Dinter 2003-09-27 11:50:57 UTC
we need to test this to see what the results will be, but it looks like a good 
change.
Comment 2 Daniel Quinlan 2003-10-01 17:44:25 UTC
definitely a duplicate of 2107

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