]> source.dussan.org Git - rspamd.git/commitdiff
Don't use RWL_MAILSPIKE_POSSIBLE or DNSWL_BLOCKED for whitelisting 300/head
authorAndrew Lewis <nerf@judo.za.org>
Mon, 22 Jun 2015 19:54:48 +0000 (21:54 +0200)
committerAndrew Lewis <nerf@judo.za.org>
Mon, 22 Jun 2015 19:54:48 +0000 (21:54 +0200)
conf/modules.conf

index ad875ece30678976a47c5b435540ecd9d6a97ff6..6f4e12e2cd8a1a195d55c47591458b59f05873ab 100644 (file)
@@ -169,6 +169,7 @@ rbl {
         mailspike_wl {
             rbl = "wl.mailspike.net";
             is_whitelist = true;
+            whitelist_exception = "RWL_MAILSPIKE_POSSIBLE";
             returncodes {
                 RWL_MAILSPIKE_POSSIBLE = "127.0.0.17";
                 RWL_MAILSPIKE_GOOD = "127.0.0.18";
@@ -226,6 +227,7 @@ rbl {
             rbl = "list.dnswl.org";
             ipv6 = true;
             is_whitelist = true;
+            whitelist_exception = "DNSWL_BLOCKED";
             returncodes {
                 RCVD_IN_DNSWL_NONE = "127.0.%d+.0";
                 RCVD_IN_DNSWL_LOW = "127.0.%d+.1";