Bug 950 - SPAM_PHRASE_00_01 low-performing rule pruned
Summary: SPAM_PHRASE_00_01 low-performing rule pruned
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-09-17 09:39 UTC by Justin Mason
Modified: 2002-12-16 18:19 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-09-17 09:39:11 UTC
Removed SPAM_PHRASE_00_01 from HEAD cvs.

hit frequencies:

OVERALL%   SPAM% NONSPAM%     S/O    RANK   SCORE  NAME
 27.283   16.816   29.328    0.36    0.23    0.00  SPAM_PHRASE_00_01

test code from all files in rules dir:

body SPAM_PHRASE_00_01		eval:check_for_spam_phrases('00', '01')
describe SPAM_PHRASE_00_01	Spam phrases score is 00 to 01 (low)


If you want to re-add this test to SpamAssassin, please follow
up this bug entry, improving the code until the S/O ratio
goes above 0.7 (or below 0.3 for nice tests).

(automated submission)
Comment 1 Daniel Quinlan 2002-12-17 03:19:09 UTC
This was supposed to be a RANGE test (*sigh*), but it has been replaced by
the much-better Bayes.pm anyway.