diff options
author | AlexeySa <AlexeySa@users.noreply.github.com> | 2013-12-12 13:08:16 -0800 |
---|---|---|
committer | AlexeySa <AlexeySa@users.noreply.github.com> | 2013-12-12 13:08:16 -0800 |
commit | bb8475620e2feeb75f7cd0baa00d3d0dda847f60 (patch) | |
tree | c2f8cd06a2126ce3dfc48461f5c61e093b3d12c1 /conf | |
parent | 3eff05491347818219b8d471fe57b82cfb7d4e82 (diff) | |
download | rspamd-bb8475620e2feeb75f7cd0baa00d3d0dda847f60.tar.gz rspamd-bb8475620e2feeb75f7cd0baa00d3d0dda847f60.zip |
Update modules.conf
Added Sorbs RBL
Diffstat (limited to 'conf')
-rw-r--r-- | conf/modules.conf | 16 |
1 files changed, 16 insertions, 0 deletions
diff --git a/conf/modules.conf b/conf/modules.conf index c1b588950..9ed061f0f 100644 --- a/conf/modules.conf +++ b/conf/modules.conf @@ -101,6 +101,22 @@ rbl { symbol = "RBL_SENDERSCORE"; rbl = "bl.score.senderscore.com"; } + sorbs { + symbol = "RBL_SORBS"; + rbl = "dnsbl.sorbs.net"; + returncodes { + #http://www.sorbs.net/general/using.shtml + RBL_SORBS_HTTP = "127.0.0.2" + RBL_SORBS_SOCKS = "127.0.0.3" + RBL_SORBS_MISC = "127.0.0.4" + RBL_SORBS_SMTP = "127.0.0.5" + RBL_SORBS_RECENT = "127.0.0.6" + RBL_SORBS_WEB = "127.0.0.7" + RBL_SORBS_DUL = "127.0.0.10" + RBL_SORBS_BLOCK = "127.0.0.8" + RBL_SORBS_ZOMBIE = "127.0.0.9" + } + } } } |