]> source.dussan.org Git - rspamd.git/commitdiff
Tweak default RBL module config for brevity
authorAndrew Lewis <nerf@judo.za.org>
Fri, 7 Feb 2014 10:03:58 +0000 (12:03 +0200)
committerVsevolod Stakhov <vsevolod@highsecure.ru>
Mon, 10 Feb 2014 13:06:55 +0000 (13:06 +0000)
conf/modules.conf

index 41296b7bf1ba225be02c87654c10a8b95f953435..712671b3048c012b2be3a697d4398f42eec839bb 100644 (file)
@@ -67,17 +67,13 @@ surbl {
     }
 }
 rbl {
-    default_received = false;
-    default_from = true;
 
     rbls {
        
        spamhaus {
                symbol = "RBL_SPAMHAUS";
                rbl = "zen.spamhaus.org";
-               ipv4 = true;
                ipv6 = true;
-               unknown = false;
                returncodes {
                RBL_SPAMHAUS_SBL = "127.0.0.2";
                RBL_SPAMHAUS_CSS = "127.0.0.3";
@@ -93,7 +89,6 @@ rbl {
     spamhaus_xbl {
        symbol = "RECEIVED_SPAMHAUS_XBL";
        rbl = "xbl.spamhaus.org";
-       ipv4 = true;
        ipv6 = true;
        received = true;
        from = false;