common_rbl 2.1 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162
  1. # -*- mode: spamassassin -*-
  2. # spamassasin rules duplicate
  3. score RCVD_IN_XBL 0
  4. score RCVD_IN_SBL 0
  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. tflags RCVD_IN_SBLXBL_SBL net
  13. score RCVD_IN_SBLXBL_SBL 1.5
  14. header RCVD_IN_SBLXBL_CBL eval:check_rbl_sub('SBLXBL', '127.0.0.4')
  15. score RCVD_IN_SBLXBL_CBL 1
  16. tflags RCVD_IN_SBLXBL_CBL net
  17. header RCVD_IN_SBLXBL_5 eval:check_rbl_sub('SBLXBL', '127.0.0.5')
  18. score RCVD_IN_SBLXBL_5 1
  19. tflags RCVD_IN_SBLXBL_5 net
  20. header RCVD_IN_SBLXBL_OPM eval:check_rbl_sub('SBLXBL', '127.0.0.6')
  21. score RCVD_IN_SBLXBL_OPM 1
  22. tflags RCVD_IN_SBLXBL_OPM net
  23. header RCVD_IN_NIX1 eval:check_rbl('NiX', 'ix.dnsbl.manitu.net.')
  24. describe RCVD_IN_NIX1 Received in NiX filter http://www.ix.de/nixspam/dnsbl/
  25. tflags RCVD_IN_NIX1 net
  26. score RCVD_IN_NIX1 1.5
  27. # blarson 2007-09-14
  28. # blarson 2010-09-14 reduce score due to false positives
  29. uridnsbl URIBL_CNKR cn-kr.blackholes.us. A
  30. body URIBL_CNKR eval:check_uridnsbl('URIBL_CNKR')
  31. describe URIBL_CNKR china or korea hosted web site
  32. tflags URIBL_CNKR net
  33. score URIBL_CNKR 1.5
  34. # disable the SECURITYSAGE RBL
  35. score DNS_FROM_SECURITYSAGE 0.0
  36. # blarson 2007-09-14
  37. uridnsbl_skip_domain debian.org debian.net yahoo.com google.com
  38. # blarson 2007-09-14
  39. uridnsbl URIBL_SBL sbl.spamhaus.org. A
  40. body URIBL_SBL eval:check_uridnsbl('URIBL_SBL')
  41. describe URIBL_SBL Contains an URL listed in the SBL blocklist
  42. tflags URIBL_SBL net
  43. #reuse URIBL_SBL
  44. score URIBL_SBL 3.5
  45. # don 2008-03-24
  46. uridnsbl URIBL_SURBL multi.surbl.org. A
  47. body URIBL_SURBL eval:check_uridnsbl('URIBL_SURBL')
  48. describe URIBL_SURBL Contains an URL listed in the mutli surbl blocklist
  49. score URIBL_SURBL 3.5
  50. tflags URIBL_SURBL net
  51. # don 2015-01-11 ahbl is no more
  52. score DNS_FROM_AHBL_RHSBL 0