]> source.dussan.org Git - rspamd.git/commitdiff
Update modules.conf 12/head
authorAlexeySa <AlexeySa@users.noreply.github.com>
Thu, 12 Dec 2013 21:08:16 +0000 (13:08 -0800)
committerAlexeySa <AlexeySa@users.noreply.github.com>
Thu, 12 Dec 2013 21:08:16 +0000 (13:08 -0800)
Added Sorbs RBL

conf/modules.conf

index c1b588950e6bd3fb580c9c2238354e3e251158cf..9ed061f0fb8f9ba628ddf26cf7554a3678e604ce 100644 (file)
@@ -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"
+       }
+    }
  }
 }