]> source.dussan.org Git - rspamd.git/commitdiff
[Minor] Silence RBL log
authorAndrew Lewis <nerf@judo.za.org>
Wed, 31 Aug 2016 15:00:22 +0000 (17:00 +0200)
committerVsevolod Stakhov <vsevolod@highsecure.ru>
Thu, 1 Sep 2016 10:48:57 +0000 (11:48 +0100)
conf/modules.d/rbl.conf

index dc2b2bdcc03c6655a2e43ae140602dd2c5b5f43e..a46c9958ee0096fe935d29c912d74bb0fcbae75d 100644 (file)
@@ -17,6 +17,7 @@ rbl {
     default_from = true;
     default_received = false;
     default_exclude_users = true;
+    default_unknown = true;
 
     rbls {
 
@@ -24,7 +25,6 @@ rbl {
             symbol = "RBL_SPAMHAUS";
             rbl = "zen.spamhaus.org";
             ipv6 = true;
-            unknown = true;
             returncodes {
                 RBL_SPAMHAUS_SBL = "127.0.0.2";
                 RBL_SPAMHAUS_CSS = "127.0.0.3";
@@ -52,7 +52,6 @@ rbl {
             rbl = "swl.spamhaus.org";
             ipv6 = true;
             is_whitelist = true;
-            unknown = true;
             whitelist_exception = "RWL_SPAMHAUS_WL";
             returncodes {
                 RWL_SPAMHAUS_WL_IND = "127.0.2.2";
@@ -108,7 +107,6 @@ rbl {
         sorbs {
             symbol = "RBL_SORBS";
             rbl = "dnsbl.sorbs.net";
-            unknown = true;
             returncodes {
                 # http:// www.sorbs.net/general/using.shtml
                 RBL_SORBS_HTTP = "127.0.0.2";
@@ -140,7 +138,6 @@ rbl {
             rbl = "list.dnswl.org";
             ipv6 = true;
             is_whitelist = true;
-            unknown = true;
             whitelist_exception = "RCVD_IN_DNSWL";
             whitelist_exception = "RCVD_IN_DNSWL_NONE";
             whitelist_exception = "RCVD_IN_DNSWL_LOW";