From: Andrew Lewis Date: Thu, 26 Feb 2015 21:31:56 +0000 (+0200) Subject: Check IPv6 addresses at dnswl.org and Spamhaus whitelist X-Git-Tag: 0.8.2~18^2 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=refs%2Fpull%2F187%2Fhead;p=thirdparty%2Frspamd.git Check IPv6 addresses at dnswl.org and Spamhaus whitelist --- diff --git a/conf/modules.conf b/conf/modules.conf index 6310f43262..c9c55a1bce 100644 --- a/conf/modules.conf +++ b/conf/modules.conf @@ -119,6 +119,7 @@ rbl { spamhaus_swl { symbol = "RWL_SPAMHAUS_WL"; rbl = "swl.spamhaus.org"; + ipv6 = true; returncodes { RWL_SPAMHAUS_WL_IND = "127.0.2.2"; RWL_SPAMHAUS_WL_TRANS = "127.0.2.3"; @@ -191,6 +192,7 @@ rbl { dnswl { symbol = "RCVD_IN_DNSWL"; rbl = "list.dnswl.org"; + ipv6 = true; returncodes { RCVD_IN_DNSWL_NONE = "127.0.%d+.0"; RCVD_IN_DNSWL_LOW = "127.0.%d+.1";