Bug 590 - Mismatch in two rule names between rule and score cf files
Summary: Mismatch in two rule names between rule and score cf files
Status: RESOLVED FIXED
Alias: None
Product: Spamassassin
Classification: Unclassified
Component: Rules (show other bugs)
Version: SVN Trunk (Latest Devel Version)
Hardware: Other other
: P2 normal
Target Milestone: ---
Assignee: SpamAssassin Developer Mailing List
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2002-07-21 10:59 UTC by Sidney Markowitz
Modified: 2002-07-29 02:54 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 Sidney Markowitz 2002-07-21 10:59:50 UTC
File 20_head_tests.cf defines rules X_RCVD_IN_UNCONFIRMED_DSBL and 
X_RCVD_IN_DUL_FH

File 50_scores.cf uses the names without the "X_" prefix.

I think that removing the X_ in 20_head_tests.cf is the fix that is more 
consistent with the names of the other rules.


$ grep RCVD_IN_UNC *
20_head_tests.cf:header X_RCVD_IN_UNCONFIRMED_DSBL        rbleval:check_rbl
('relay
', 'unconfirmed.dsbl.org')
20_head_tests.cf:describe X_RCVD_IN_UNCONFIRMED_DSBL      Received via a relay 
in
unconfirmed.dsbl.org
50_scores.cf:score RCVD_IN_UNCONFIRMED_DSBL       0.5

and

$ grep RCVD_IN_DUL_FH *
20_head_tests.cf:header X_RCVD_IN_DUL_FH                rbleval:check_rbl
('dialup-
firsthop', 'dialups.mail-abuse.org.')
20_head_tests.cf:describe X_RCVD_IN_DUL_FH      Received from first hop dialup, 
se
e http://www.mail-abuse.org/dul/
50_scores.cf:#score RCVD_IN_DUL_FH                  -1.5
Comment 1 Justin Mason 2002-07-29 10:54:38 UTC
thanks! fixed.