| 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 |
# blarson 2007-09-14
|
| 34 |
uridnsbl_skip_domain debian.org debian.net yahoo.com google.com
|
| 35 |
|
| 36 |
# blarson 2007-09-14
|
| 37 |
uridnsbl URIBL_SBL sbl.spamhaus.org. A
|
| 38 |
body URIBL_SBL eval:check_uridnsbl('URIBL_SBL')
|
| 39 |
describe URIBL_SBL Contains an URL listed in the SBL blocklist
|
| 40 |
tflags URIBL_SBL net
|
| 41 |
#reuse URIBL_SBL
|
| 42 |
score URIBL_SBL 3.5
|
| 43 |
|
| 44 |
# don 2008-03-24
|
| 45 |
uridnsbl URIBL_SURBL multi.surbl.org. A
|
| 46 |
body URIBL_SURBL eval:check_uridnsbl('URIBL_SURBL')
|
| 47 |
describe URIBL_SURBL Contains an URL listed in the mutli surbl blocklist
|
| 48 |
score URIBL_SURBL 3.5
|
| 49 |
|