You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@spamassassin.apache.org by jm...@apache.org on 2005/12/06 05:58:45 UTC

svn commit: r354313 - /spamassassin/rules/trunk/sandbox/old/70_testing.cf

Author: jm
Date: Mon Dec  5 20:58:40 2005
New Revision: 354313

URL: http://svn.apache.org/viewcvs?rev=354313&view=rev
Log:
add commentary on T_URIBL_XS_SURBL

Modified:
    spamassassin/rules/trunk/sandbox/old/70_testing.cf

Modified: spamassassin/rules/trunk/sandbox/old/70_testing.cf
URL: http://svn.apache.org/viewcvs/spamassassin/rules/trunk/sandbox/old/70_testing.cf?rev=354313&r1=354312&r2=354313&view=diff
==============================================================================
--- spamassassin/rules/trunk/sandbox/old/70_testing.cf (original)
+++ spamassassin/rules/trunk/sandbox/old/70_testing.cf Mon Dec  5 20:58:40 2005
@@ -18,9 +18,14 @@
 #
 ########################################################################
 
+# this is working pretty well; 12% spam hitrate, 0 FPs, little overlap
+# with other rules.  Assuming SURBL are happy, it's promotable.  See
+# http://buildbot.spamassassin.org/ruleqa/ruleqa?daterev=20051203-r348031-n&keywords=&rule=T_URIBL_XS_SURBL&s_detail=1
+
 ifplugin Mail::SpamAssassin::Plugin::URIDNSBL
 urirhsbl  T_URIBL_XS_SURBL   xs.surbl.org.    A  
 body      T_URIBL_XS_SURBL   eval:check_uridnsbl('T_URIBL_XS_SURBL')  
 describe  T_URIBL_XS_SURBL   Has URI in XS - Testing  
 tflags    T_URIBL_XS_SURBL   net  
 endif
+