You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@spamassassin.apache.org by bu...@bugzilla.spamassassin.org on 2005/12/02 18:49:49 UTC

[Bug 4715] New: FUZZY scores should be wrapped in an ifplugin...endif pair

http://issues.apache.org/SpamAssassin/show_bug.cgi?id=4715

           Summary: FUZZY scores should be wrapped in an ifplugin...endif
                    pair
           Product: Spamassassin
           Version: 3.1.0
          Platform: All
        OS/Version: Linux
            Status: NEW
          Severity: normal
          Priority: P3
         Component: Rules
        AssignedTo: dev@spamassassin.apache.org
        ReportedBy: dfs@roaringpenguin.com


The FUZZY rules in 50_scores.cf should be wrapped in an ifplugin...endif pair in
case someone turns off the Mail::SpamAssassin::Plugin::ReplaceTags plugin.

Patch against 3.1.0's 50_scores.cf follows.

Regards,

David.

--- 50_scores.cf.ORIG	2005-12-02 12:47:26.000000000 -0500
+++ 50_scores.cf	2005-12-02 12:47:51.000000000 -0500
@@ -203,6 +203,7 @@
 score FROM_STARTS_WITH_NUMS 1.337 0.283 1.829 0.724
 score FRONTPAGE 1.161 0.809 1.459 0.886
 score FULL_REFUND 0.490 0 0 0
+ifplugin Mail::SpamAssassin::Plugin::ReplaceTags
 score FUZZY_AFFORDABLE 1.840 1.840 2.035 2.199
 score FUZZY_AMBIEN 0 0.454 0.367 0.416
 score FUZZY_BILLION 2.400 0.914 2.727 1.925
@@ -235,6 +236,7 @@
 score FUZZY_VIOXX 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 # Mail::SpamAssassin::Plugin::ReplaceTags
 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_ENCODED_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 Mail::SpamAssassin::Plugin::ReplaceTags
 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_TION 1.590 1.468 1.856 2.080
 score SUBJECT_FUZZY_VPILL 2.070 1.644 2.011 1.846
+endif # Mail::SpamAssassin::Plugin::ReplaceTags
 score SUBJECT_NOVOWEL 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.

[Bug 4715] FUZZY scores should be wrapped in an ifplugin...endif pair

Posted by bu...@bugzilla.spamassassin.org.
http://issues.apache.org/SpamAssassin/show_bug.cgi?id=4715


spamassassin@dostech.ca changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|NEW                         |RESOLVED
         Resolution|                            |FIXED




------- Additional Comments From spamassassin@dostech.ca  2006-06-26 01:52 -------
fixed in r384660 and r327874



------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.