]> source.dussan.org Git - rspamd.git/commitdiff
Check IPv6 addresses at dnswl.org and Spamhaus whitelist 188/head
authorAndrew Lewis <nerf@judo.za.org>
Thu, 26 Feb 2015 21:31:56 +0000 (23:31 +0200)
committerAndrew Lewis <nerf@judo.za.org>
Thu, 26 Feb 2015 21:31:56 +0000 (23:31 +0200)
conf/modules.conf

index 69d47b4a8f989343c511ffe087dd987045c8f7ac..63ff8ef1d18cc5d21d2dd583b94f1f683714d595 100644 (file)
@@ -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";