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 2008/11/26 10:57:51 UTC

svn commit: r720780 - /spamassassin/rules/trunk/sandbox/jm/20_basic.cf

Author: jm
Date: Wed Nov 26 01:57:51 2008
New Revision: 720780

URL: http://svn.apache.org/viewvc?rev=720780&view=rev
Log:
rescore is giving CN_URL a high score; enforce a low score

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

Modified: spamassassin/rules/trunk/sandbox/jm/20_basic.cf
URL: http://svn.apache.org/viewvc/spamassassin/rules/trunk/sandbox/jm/20_basic.cf?rev=720780&r1=720779&r2=720780&view=diff
==============================================================================
--- spamassassin/rules/trunk/sandbox/jm/20_basic.cf (original)
+++ spamassassin/rules/trunk/sandbox/jm/20_basic.cf Wed Nov 26 01:57:51 2008
@@ -338,7 +338,7 @@
 tflags      URIBL_META_SURBL_ANY       net nopublish
 endif
 
-uri CN_URL      /[^\/]+\.cn(?:$|\/|\?)/i
-describe CN_URL Contains a URL in the .cn domain
-score CN_URL    0.01
+uri T_CN_URL      /[^\/]+\.cn(?:$|\/|\?)/i
+describe T_CN_URL Contains a URL in the .cn domain
+score T_CN_URL    0.01