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 2007/07/04 15:38:30 UTC

svn commit: r553204 - /spamassassin/rules/trunk/sandbox/jm/20_dob.cf

Author: jm
Date: Wed Jul  4 06:38:29 2007
New Revision: 553204

URL: http://svn.apache.org/viewvc?view=rev&rev=553204
Log:
re-add publish tflag, since these rules have scores in 50_scores.cf, so removing them from the active set will cause lint failures

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

Modified: spamassassin/rules/trunk/sandbox/jm/20_dob.cf
URL: http://svn.apache.org/viewvc/spamassassin/rules/trunk/sandbox/jm/20_dob.cf?view=diff&rev=553204&r1=553203&r2=553204
==============================================================================
--- spamassassin/rules/trunk/sandbox/jm/20_dob.cf (original)
+++ spamassassin/rules/trunk/sandbox/jm/20_dob.cf Wed Jul  4 06:38:29 2007
@@ -4,11 +4,11 @@
 
 header __RCVD_IN_DOB            eval:check_rbl('dob', 'dob.sibl.support-intelligence.net.', '255')
 describe __RCVD_IN_DOB          Received via relay in new domain (Day Old Bread)
-tflags __RCVD_IN_DOB            net
+tflags __RCVD_IN_DOB            net publish
 
 header RCVD_IN_DOB              eval:check_rbl_sub('dob', '127.0.0.2')
 describe RCVD_IN_DOB            Received via relay in new domain (Day Old Bread)
-tflags RCVD_IN_DOB              net
+tflags RCVD_IN_DOB              net publish
 
 header DNS_FROM_DOB             eval:check_rbl_envfrom('dob','dob.sibl.support-intelligence.net.')
 describe DNS_FROM_DOB           Sender from new domain (Day Old Bread)