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 2006/12/05 16:23:43 UTC

svn commit: r482689 - /spamassassin/rules/trunk/sandbox/jm/20_bug4104_uribl.cf

Author: jm
Date: Tue Dec  5 07:23:42 2006
New Revision: 482689

URL: http://svn.apache.org/viewvc?view=rev&rev=482689
Log:
remove _RED rules from test file, at request

Modified:
    spamassassin/rules/trunk/sandbox/jm/20_bug4104_uribl.cf

Modified: spamassassin/rules/trunk/sandbox/jm/20_bug4104_uribl.cf
URL: http://svn.apache.org/viewvc/spamassassin/rules/trunk/sandbox/jm/20_bug4104_uribl.cf?view=diff&rev=482689&r1=482688&r2=482689
==============================================================================
--- spamassassin/rules/trunk/sandbox/jm/20_bug4104_uribl.cf (original)
+++ spamassassin/rules/trunk/sandbox/jm/20_bug4104_uribl.cf Tue Dec  5 07:23:42 2006
@@ -99,12 +99,6 @@
 tflags          URIBL_RHS_URIBL_GREY    net
 ##score           URIBL_RHS_URIBL_GREY    0.666
 
-urirhssub       URIBL_RHS_URIBL_RED     multi.uribl.com.        A       8
-body            URIBL_RHS_URIBL_RED     eval:check_uridnsbl('URIBL_RHS_URIBL_RED')
-describe        URIBL_RHS_URIBL_RED     Contains an URI listed in [grey] uribl.com
-tflags          URIBL_RHS_URIBL_RED     net
-##score           URIBL_RHS_URIBL_RED     0.1
-
 urirhsbl        URIBL_XS_SURBL          xs.surbl.org.   A
 body            URIBL_XS_SURBL          eval:check_uridnsbl('URIBL_XS_SURBL')
 describe        URIBL_XS_SURBL          URL listed in XS SURBL - TEsting
@@ -135,15 +129,5 @@
 meta URIBL_URIBL_GREY_L1        (URIBL_RHS_URIBL_GREY && URIBL_L1SPEWS)
 describe URIBL_URIBL_GREY_L1    Both URIBL [grey] and SPEWS L1
 ##score URIBL_URIBL_GREY_L1       0.5
-
-# Total points of 2,75
-meta URIBL_URIBL_RED_L1         (URIBL_RHS_URIBL_RED && URIBL_L1SPEWS)
-describe URIBL_URIBL_RED_L1     Both URIBL [grey] and SPEWS L1
-##score URIBL_URIBL_RED_L1        0.275
-
-# Total points of 0,625
-meta URIBL_URIBL_RED_L2         (URIBL_RHS_URIBL_RED && URIBL_L2SPEWS)
-describe URIBL_URIBL_RED_L2     Both URIBL [grey] and SPEWS L2
-##score URIBL_URIBL_RED_L2        0.15
 
 endif