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 2005/07/24 04:46:48 UTC

[Bug 4342] MSGID_FROM_MTA_HEADER and Hotmail False Pos

http://bugzilla.spamassassin.org/show_bug.cgi?id=4342


Bob@Menschel.net changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
           Keywords|triage                      |
   Target Milestone|Undefined                   |3.2.0




------- Additional Comments From Bob@Menschel.net  2005-07-23 19:46 -------
Looks good: 

header __MSGID_BEFORE_RECEIVED   ALL =~ /\nMessage-Id:.*\nReceived:/si
header __MSGID_BEFORE_OKAY       Message-Id =~
/\@[a-z0-9.-]+\.(?:yahoo|wanadoo)(?:\.[a-z]{2,3}){1,2}>/
header   __FROM_HOTMAIL_COM      From =~ /\@hotmail\.com\b/i

meta   MSGID_FROM_MTA_HEADER     (__MSGID_BEFORE_RECEIVED && !__MSGID_BEFORE_OKAY)
score  MSGID_FROM_MTA_HEADER     1

meta   MSGID_MTA_NOT_HOTMAIL     ( MSGID_FROM_MTA_HEADER && !__FROM_HOTMAIL_COM )
score  MSGID_MTA_NOT_HOTMAIL     1


Frequencies Log
(First numeric frequencies, followed by percentage frequencies)

OVERALL%   SPAM%     HAM%     S/O    RANK  SCORE  NAME
 297306   139495   157811    0.469   0.00   0.00  (all messages)
   3634     2493     1141    0.712   0.00   1.00  MSGID_MTA_NOT_HOTMAIL
   5453     2802     2651    0.545   0.00   1.00  MSGID_FROM_MTA_HEADER

OVERALL%   SPAM%     HAM%     S/O    RANK   SCORE  NAME
 297306   139495   157811    0.469   0.00    0.00  (all messages)
100.000  46.9197  53.0803    0.469   0.00    0.00  (all messages as %)
  1.222   1.7872   0.7230    0.712   0.00    1.00  MSGID_MTA_NOT_HOTMAIL
  1.834   2.0087   1.6799    0.545   0.00    1.00  MSGID_FROM_MTA_HEADER

Number/ratio of spam hit goes down a bit, but S/O increases significantly.



------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.