http://issues.apache.org/SpamAssassin/show_bug.cgi?id=4960
[EMAIL PROTECTED] changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|RESOLVED |REOPENED
Resolution|FIXED |
------- Additional Comments From [EMAIL PROTECTED] 2007-01-08 03:59 -------
(In reply to comment #3)
> good point about __UNUSABLE_MSGID: bug 5278.
>
> even with that disabled, though, it looks fine now -- just a test rule or two:
>
> Content analysis details: (0.0 points, 5.0 required)
>
> pts rule name description
> ---- ---------------------- --------------------------------------------------
> 0.0 T_TVD_RCVD_SPACE_BRACKET T_TVD_RCVD_SPACE_BRACKET
> 0.0 UNPARSEABLE_RELAY Informational: message has unparseable relay lines
> 0.0 HTML_MESSAGE BODY: HTML included in message
> 0.0 T_FAKE_REPLY_SURE_B T_FAKE_REPLY_SURE_B
>
MSGID_DOLLARS is:
meta MSGID_DOLLARS (__OE_MSGID_2 && !__HAS_OUTLOOK_IN_MAILER &&
!__UNUSABLE_MSGID)
this message triggers __OE_MSGID_2. It doesn't trigger __HAS_OUTLOOK_IN_MAILER
and it only triggers __UNUSABLE_MSGID because the sample is old. If I disable
__UNUSABLE_MSGID then MSGID_DOLLARS is triggered... so MSGID_DOLLARS is still
erroneously appled to all mail sent by the Avondale mailer.
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.