SA Bugzilla – Bug 2248
FORGED_MUA_OIMO test broken
Last modified: 2003-10-01 09:44:25 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)
we need to test this to see what the results will be, but it looks like a good change.
definitely a duplicate of 2107 *** This bug has been marked as a duplicate of 2107 ***