]> git.donarmstrong.com Git - spamassassin_config.git/blob - common/common_rbl
* add ENTIST rule from blars
[spamassassin_config.git] / common / common_rbl
1 # spamassasin rules duplicate
2 score RCVD_IN_XBL 0
3 score RCVD_IN_SBL 0
4
5 # blarson 2004-11-20
6 header RCVD_IN_SBLXBL   eval:check_rbl('SBLXBL', 'sbl-xbl.spamhaus.org')
7 describe RCVD_IN_SBLXBL listed in spamhaus.org sbl-xbl
8 tflags RCVD_IN_SBLXBL   net
9 # blarson 2005-01-28 see which return part 2005-02-26 ajust scores
10 score RCVD_IN_SBLXBL    2
11 header RCVD_IN_SBLXBL_SBL eval:check_rbl_sub('SBLXBL', '127.0.0.2')
12 score RCVD_IN_SBLXBL_SBL 1.5
13 header RCVD_IN_SBLXBL_CBL eval:check_rbl_sub('SBLXBL', '127.0.0.4')
14 score RCVD_IN_SBLXBL_CBL 1
15 header RCVD_IN_SBLXBL_5 eval:check_rbl_sub('SBLXBL', '127.0.0.5')
16 score RCVD_IN_SBLXBL_5 1
17 header RCVD_IN_SBLXBL_OPM eval:check_rbl_sub('SBLXBL', '127.0.0.6')
18 score RCVD_IN_SBLXBL_OPM 1
19
20 header  RCVD_IN_NIX1            eval:check_rbl('NiX', 'ix.dnsbl.manitu.net.')
21 describe RCVD_IN_NIX1           Received in NiX filter http://www.ix.de/nixspam/dnsbl/
22 tflags  RCVD_IN_NIX1            net
23 score   RCVD_IN_NIX1            1.5
24
25
26 # blarson 2007-09-14
27 uridnsbl URIBL_CNKR     cn-kr.blackholes.us.    A
28 body    URIBL_CNKR      eval:check_uridnsbl('URIBL_CNKR')
29 describe URIBL_CNKR     china or korea hosted web site
30 tflags  URIBL_CNKR      net
31 score URIBL_CNKR        2.5
32
33 # disable the SECURITYSAGE RBL
34 score DNS_FROM_SECURITYSAGE 0.0
35
36 # blarson 2007-09-14
37 uridnsbl_skip_domain    debian.org debian.net yahoo.com google.com
38
39 # blarson 2007-09-14
40 uridnsbl        URIBL_SBL       sbl.spamhaus.org.       A
41 body            URIBL_SBL       eval:check_uridnsbl('URIBL_SBL')
42 describe        URIBL_SBL       Contains an URL listed in the SBL blocklist
43 tflags          URIBL_SBL       net
44 #reuse          URIBL_SBL
45 score           URIBL_SBL       3.5
46
47 # don 2008-03-24
48 uridnsbl        URIBL_SURBL     multi.surbl.org.       A
49 body            URIBL_SURBL     eval:check_uridnsbl('URIBL_SURBL')
50 describe        URIBL_SURBL     Contains an URL listed in the mutli surbl blocklist
51 score           URIBL_SURBL     3.5
52