Bug 758 - rule broken: IRS
Summary: rule broken: IRS
Status: RESOLVED WONTFIX
Alias: None
Product: Spamassassin
Classification: Unclassified
Component: Rules (show other bugs)
Version: SVN Trunk (Latest Devel Version)
Hardware: Other other
: P4 trivial
Target Milestone: ---
Assignee: SpamAssassin Developer Mailing List
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2002-08-26 10:48 UTC by Justin Mason
Modified: 2002-09-20 18:09 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 Justin Mason 2002-08-26 10:48:43 UTC
Found to have very low frequencies in pre-2.40 mass-check, so commented
and moved to '70_broken_rules.cf'.  If anyone wants to revive it, please
use this bug as a tracker.

Freqs:

#   0.000    0.000    0.000    0.00    1.00  IRS
Comment 1 Daniel Quinlan 2002-09-21 02:00:07 UTC
This is so not worth it, but I'll try out the old rules and one or two
new ones and see what works.

Here's the history:

1.117
+body IRS                       /irs .{0,15}secrets/i
+describe IRS                   IRS Scams

1.139
-body IRS                       /irs .{0,15}secrets/i
+body IRS                       /\birs .{0,15}secrets\b/i
 describe IRS                   IRS Scams

1.155
-body IRS                       /\birs .{0,15}secrets\b/i
+body IRS                       /\bIRS .{0,15}secrets\b/i
 describe IRS                   IRS Scams
Comment 2 Daniel Quinlan 2002-09-21 02:09:54 UTC
Bzzt.  No spam hits, didn't even have to finish my nonspam run.

OVERALL%   SPAM% NONSPAM%     S/O    RANK   SCORE  NAME
   6487     3715     2772    0.57    0.00    0.00  (all messages)
100.000   57.268   42.732    0.57    0.00    0.00  (all messages as %)
  0.000    0.000    0.000    0.00    0.00    0.01  T_IRS_1
  0.000    0.000    0.000    0.00    0.00    0.01  T_IRS_2
  0.000    0.000    0.000    0.00    0.00    0.01  T_IRS_3
  0.000    0.000    0.000    0.00    0.00    0.01  T_IRS_4

body T_IRS_1                       /irs\s.{0,15}secrets/i
body T_IRS_2                       /\birs\s.{0,15}secrets\b/i
body T_IRS_3                       /\bIRS\s.{0,15}secrets\b/i
body T_IRS_4                       /\b(?-i:IRS)\s.{0,15}secrets\b/i

WONTFIX