Summary: FUZZY scores should be wrapped in an ifpluginendif
pair
Product: Spamassassin
Version: 3.1.0
Platform: All
S/Version: Linux
Status: NEW
Severity: normal
Priority: P3
Component: Rules
AssignedTo: dev (AT) spamassassin (DOT) apache.org
ReportedBy: dfs (AT) roaringpenguin (DOT) com
The FUZZY rules in 50_scores.cf should be wrapped in an ifpluginendif pair in
case someone turns off the plugin.
Patch against 3.1.0's 50_scores.cf follows.
Regards,
David.
RIG2005-12-02 12:47:26.000000000 -0500
50_scores.cf2005-12-02 12:47:51.000000000 -0500
@@ -203,6 +203,7 @@
score FRM_STARTS_WITH_NUMS 1.337 0.283 1.829 0.724
score FRNTPAGE 1.161 0.809 1.459 0.886
score FULL_REFUND 0.490 0 0 0
+ifplugin
score FUZZY_AFFRDABLE 1.840 1.840 2.035 2.199
score FUZZY_AMBIEN 0 0.454 0.367 0.416
score FUZZY_BILLIN 2.400 0.914 2.727 1.925
@@ -235,6 +236,7 @@
score FUZZY_VIXX 0 0 0.219 0
score FUZZY_VPILL 2.153 0.729 2.837 0.924
score FUZZY_XPILL 2.880 2.643 2.731 3.337
+endif #
score GAPPY_SUBJECT 1.600 1.625 1.785 1.995
score GET_PAID 1.049 0 0.707 0.204
score GUARANTEED_100_PERCENT 0.810 0 1.392 0
@@ -585,11 +587,13 @@
score SUBJECT_ENCDED_TWICE 0.888 1.543 1.293 1.723
score SUBJECT_EXCESS_BASE64 0.782 0 1.689 0.449
score SUBJECT_EXCESS_QP 0
+ifplugin
score SUBJECT_FUZZY_CHEAP 2.036 1.821 2.462 1.996
score SUBJECT_FUZZY_MEDS 2.812 2.873 3.330 3.600
score SUBJECT_FUZZY_PENIS 1.967 2.062 2.405 2.532
score SUBJECT_FUZZY_TIN 1.590 1.468 1.856 2.080
score SUBJECT_FUZZY_VPILL 2.070 1.644 2.011 1.846
+endif #
score SUBJECT_NVWEL 0 0.131 0.327 0.155
score SUBJECT_SEXUAL 2.160 2.160 2.498 2.684
score SUBJ_2_NUM_PARENS 0.952 1.074 1.026 1.206
You are receiving this mail because:
You are the assignee for the bug, or are watching the assignee.