Bug 3399 - MSN all-caps Message ID rule
Summary: MSN all-caps Message ID rule
Status: RESOLVED FIXED
Alias: None
Product: Spamassassin
Classification: Unclassified
Component: Rules (show other bugs)
Version: SVN Trunk (Latest Devel Version)
Hardware: All All
: P5 normal
Target Milestone: 3.0.0
Assignee: SpamAssassin Developer Mailing List
URL:
Whiteboard:
Keywords:
: 3444 (view as bug list)
Depends on:
Blocks:
 
Reported: 2004-05-16 07:49 UTC by Bob Menschel
Modified: 2004-05-29 04:34 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 Bob Menschel 2004-05-16 07:49:49 UTC
Inspired by my Yahoo rule and another spam, I tried a similar rule for MSN: 
header   RM_hm_MSNCaps  Message-ID =~ /<[A-Z]+\@[a-z]+\.[a-z]{2,4}>/  # no /i
describe RM_hm_MSNCaps  Ratware all-caps message-id 
score    RM_hm_MSNCaps  1.330
#hist    RM_hm_MSNCaps  Created by Bob Menschel May 15 2004

OVERALL     SPAM      HAM     S/O   SCORE  NAME
  93101    71307    21794    0.766   0.00    0.00  (all messages)
   9429     9422        7    0.998   1.00   1.33  RM_hm_MSNCaps

OVERALL%   SPAM%     HAM%     S/O    RANK   SCORE  NAME
  93101    71307    21794    0.766   0.00    0.00  (all messages)
100.000  76.5910  23.4090    0.766   0.00    0.00  (all messages as %)
 10.128  13.2133   0.0321    0.998   1.00    1.33  RM_hm_MSNCaps

My 7 ham hits are all in year 2000 and 2002 -- nothing since Jan 2003. Looks 
like another good candidate, hitting 13% of all spam in my corpus. 

I had another spam, I'm guessing from the same ratware, matching 
ALLCAPS@hotmail.com, and tested that as a rule, but hit no spam other than the 
one.
Comment 1 Theo Van Dinter 2004-05-16 16:02:23 UTC
committed for testing with a couple of alternates as well.
Comment 2 Theo Van Dinter 2004-05-29 12:34:15 UTC
*** Bug 3444 has been marked as a duplicate of this bug. ***