From: AlexeySa Date: Thu, 12 Dec 2013 21:08:16 +0000 (-0800) Subject: Update modules.conf X-Git-Tag: 0.6.4~11^2 X-Git-Url: https://source.dussan.org/?a=commitdiff_plain;h=refs%2Fpull%2F12%2Fhead;p=rspamd.git Update modules.conf Added Sorbs RBL --- 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" + } + } } }