]> git.donarmstrong.com Git - spamassassin_config.git/commitdiff
add tflags net to everything to stop stupid undef warnings from URIDNSBL
authorDon Armstrong <don@debian.org>
Sat, 14 Jul 2012 06:31:58 +0000 (06:31 +0000)
committerDon Armstrong <don@debian.org>
Sat, 14 Jul 2012 06:31:58 +0000 (06:31 +0000)
git-svn-id: svn+ssh://svn.debian.org/svn/pkg-listmaster/trunk/spamassassin_config@420 0b7a5b0c-1f2c-0410-bd74-c376f8064c91

common/common_rbl

index b5b29125b66427b27fb2d3863ba4a631b3186652..39668321c7afa90964714adabbf1f16ddc226273 100644 (file)
@@ -9,13 +9,17 @@ tflags RCVD_IN_SBLXBL net
 # blarson 2005-01-28 see which return part 2005-02-26 ajust scores
 score RCVD_IN_SBLXBL   2
 header RCVD_IN_SBLXBL_SBL eval:check_rbl_sub('SBLXBL', '127.0.0.2')
+tflags RCVD_IN_SBLXBL_SBL      net
 score RCVD_IN_SBLXBL_SBL 1.5
 header RCVD_IN_SBLXBL_CBL eval:check_rbl_sub('SBLXBL', '127.0.0.4')
 score RCVD_IN_SBLXBL_CBL 1
+tflags RCVD_IN_SBLXBL_CBL
 header RCVD_IN_SBLXBL_5 eval:check_rbl_sub('SBLXBL', '127.0.0.5')
 score RCVD_IN_SBLXBL_5 1
+tflags RCVD_IN_SBLXBL_5 net
 header RCVD_IN_SBLXBL_OPM eval:check_rbl_sub('SBLXBL', '127.0.0.6')
 score RCVD_IN_SBLXBL_OPM 1
+tflags RCVD_IN_SBLXBL_OPM net
 
 header         RCVD_IN_NIX1            eval:check_rbl('NiX', 'ix.dnsbl.manitu.net.')
 describe RCVD_IN_NIX1          Received in NiX filter http://www.ix.de/nixspam/dnsbl/
@@ -50,4 +54,4 @@ uridnsbl        URIBL_SURBL   multi.surbl.org.       A
 body            URIBL_SURBL    eval:check_uridnsbl('URIBL_SURBL')
 describe        URIBL_SURBL    Contains an URL listed in the mutli surbl blocklist
 score          URIBL_SURBL     3.5
-
+tflags         URIBL_SURBL     net