]> source.dussan.org Git - rspamd.git/commitdiff
Fix setting for Spameatingmonkey RBL 46/head
authorAlexey <AlexeySa@users.noreply.github.com>
Wed, 12 Feb 2014 16:47:15 +0000 (08:47 -0800)
committerAlexey <AlexeySa@users.noreply.github.com>
Wed, 12 Feb 2014 16:47:15 +0000 (08:47 -0800)
Remove ipv6 support for RBL

conf/modules.conf

index f721d760e4804e4a66d42a75f50706d027cdc614..f9d076e7cd5f0b84ed27883833351646700317cb 100644 (file)
@@ -144,7 +144,7 @@ rbl {
         symbol = "RBL_SEM_UNKNOWN";
         rbl = "bl.spameatingmonkey.net";
         ipv4 = true;
-        ipv6 = true;
+        ipv6 = false;
         unknown = false;
         returncodes {
             RBL_SEM = "127.0.0.2";