You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@spamassassin.apache.org by jh...@apache.org on 2012/07/04 16:43:04 UTC

svn commit: r1357280 - /spamassassin/trunk/rulesrc/sandbox/jhardin/20_misc_testing.cf

Author: jhardin
Date: Wed Jul  4 14:43:04 2012
New Revision: 1357280

URL: http://svn.apache.org/viewvc?rev=1357280&view=rev
Log:
Reduce generated score limit on some rules poorly represented in masscheck corpora until they are better tuned

Modified:
    spamassassin/trunk/rulesrc/sandbox/jhardin/20_misc_testing.cf

Modified: spamassassin/trunk/rulesrc/sandbox/jhardin/20_misc_testing.cf
URL: http://svn.apache.org/viewvc/spamassassin/trunk/rulesrc/sandbox/jhardin/20_misc_testing.cf?rev=1357280&r1=1357279&r2=1357280&view=diff
==============================================================================
--- spamassassin/trunk/rulesrc/sandbox/jhardin/20_misc_testing.cf (original)
+++ spamassassin/trunk/rulesrc/sandbox/jhardin/20_misc_testing.cf Wed Jul  4 14:43:04 2012
@@ -161,8 +161,10 @@ score          MANY_HDRS_LCASE       0.1
 meta           __HDRS_LCASE_1K       __HDRS_LCASE && __SINGLE_HEADER_1K
 meta           HDRS_LCASE_1K         __HDRS_LCASE_1K && !__VIA_ML && !__MIME_QP && !__BUGGED_IMG && !__BOUNCE_RPATH_NULL && !__NOT_SPOOFED && !__DKIM_EXISTS && !__RDNS_NONE
 describe       HDRS_LCASE_1K         Odd capitalization of message headers + long header
+score          HDRS_LCASE_1K         0.50	# limit
 meta           HDRS_LCASE_IMGONLY    __HDRS_LCASE && __HTML_IMG_ONLY
 describe       HDRS_LCASE_IMGONLY    Odd capitalization of message headers + image-only HTML
+score          HDRS_LCASE_IMGONLY    0.10	# limit