SA Bugzilla – Bug 590
Mismatch in two rule names between rule and score cf files
Last modified: 2002-07-29 02:54:38 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
thanks! fixed.