X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=common%2Fcommon_rbl;h=38060fd59ccc19099c2208a69833d6f08a0f5d56;hb=e437ff320c729d20c68dcc79af5ee3a385ea7b86;hp=229d83685951572acf7eaaf48c8df3e602294c02;hpb=652703901508da38854d07b3b53b6d231eff175f;p=spamassassin_config.git diff --git a/common/common_rbl b/common/common_rbl index 229d836..38060fd 100644 --- a/common/common_rbl +++ b/common/common_rbl @@ -1,19 +1,61 @@ +# -*- mode: spamassassin -*- +# spamassasin rules duplicate +score RCVD_IN_XBL 0 +score RCVD_IN_SBL 0 + # blarson 2004-11-20 header RCVD_IN_SBLXBL eval:check_rbl('SBLXBL', 'sbl-xbl.spamhaus.org') describe RCVD_IN_SBLXBL listed in spamhaus.org sbl-xbl +tflags RCVD_IN_SBLXBL net # blarson 2005-01-28 see which return part 2005-02-26 ajust scores -score RCVD_IN_SBLXBL 1 +score RCVD_IN_SBLXBL 2 header RCVD_IN_SBLXBL_SBL eval:check_rbl_sub('SBLXBL', '127.0.0.2') -score RCVD_IN_SBLXBL_SBL 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 net 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/ tflags RCVD_IN_NIX1 net score RCVD_IN_NIX1 1.5 + +# blarson 2007-09-14 +# blarson 2010-09-14 reduce score due to false positives +uridnsbl URIBL_CNKR cn-kr.blackholes.us. A +body URIBL_CNKR eval:check_uridnsbl('URIBL_CNKR') +describe URIBL_CNKR china or korea hosted web site +tflags URIBL_CNKR net +score URIBL_CNKR 1.5 + +# disable the SECURITYSAGE RBL +score DNS_FROM_SECURITYSAGE 0.0 + +# blarson 2007-09-14 +uridnsbl_skip_domain debian.org debian.net yahoo.com google.com + +# blarson 2007-09-14 +uridnsbl URIBL_SBL sbl.spamhaus.org. A +body URIBL_SBL eval:check_uridnsbl('URIBL_SBL') +describe URIBL_SBL Contains an URL listed in the SBL blocklist +tflags URIBL_SBL net +#reuse URIBL_SBL +score URIBL_SBL 3.5 + +# don 2008-03-24 +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 + +# don 2015-01-11 ahbl is no more +score DNS_FROM_AHBL_RHSBL 0