From: Alexey Date: Wed, 12 Feb 2014 16:47:15 +0000 (-0800) Subject: Fix setting for Spameatingmonkey RBL X-Git-Tag: 0.7.0~408^2 X-Git-Url: https://source.dussan.org/?a=commitdiff_plain;h=75c80c6f6ecbbd8cc9162dd00b75d56ac6015187;p=rspamd.git Fix setting for Spameatingmonkey RBL Remove ipv6 support for RBL --- diff --git a/conf/modules.conf b/conf/modules.conf index f721d760e..f9d076e7c 100644 --- a/conf/modules.conf +++ b/conf/modules.conf @@ -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";