]> source.dussan.org Git - rspamd.git/commitdiff
[Minor] Improve readability of RBL module configuration file
authortwesterhever <40121680+twesterhever@users.noreply.github.com>
Fri, 17 Feb 2023 15:02:10 +0000 (15:02 +0000)
committertwesterhever <40121680+twesterhever@users.noreply.github.com>
Fri, 17 Feb 2023 15:02:10 +0000 (15:02 +0000)
conf/modules.d/rbl.conf

index cce48324de6077cf0879fa4afc71b6422e54340c..e3ece5a66183dbf2c608b3081d4d999149ace0e9 100644 (file)
@@ -46,8 +46,7 @@ rbl {
       returncodes {
         SPAMHAUS_SBL = "127.0.0.2";
         SPAMHAUS_CSS = "127.0.0.3";
-        SPAMHAUS_XBL = ["127.0.0.4", "127.0.0.5",
-            "127.0.0.6", "127.0.0.7"];
+        SPAMHAUS_XBL = ["127.0.0.4", "127.0.0.5", "127.0.0.6", "127.0.0.7"];
         SPAMHAUS_PBL = ["127.0.0.10", "127.0.0.11"];
         SPAMHAUS_DROP = "127.0.0.9";
         SPAMHAUS_BLOCKED_OPENRESOLVER = "127.255.255.254";
@@ -178,6 +177,7 @@ rbl {
         RSPAMD_EMAILBL = "127.0.0.2";
       }
     }
+
     MSBL_EBL {
       ignore_whitelist = true;
       ignore_defaults = true;
@@ -197,7 +197,7 @@ rbl {
         ];
       }
     }
-    # Old SURBL module
+
     "SURBL_MULTI" {
       ignore_defaults = true;
       rbl = "multi.surbl.org";
@@ -206,7 +206,7 @@ rbl {
       exclude_users = false;
 
       returnbits = {
-        CRACKED_SURBL = 128; # From February 2016
+        CRACKED_SURBL = 128;
         ABUSE_SURBL = 64;
         MW_SURBL_MULTI = 16;
         PH_SURBL_MULTI = 8;
@@ -334,7 +334,6 @@ rbl {
         SEM_URIBL_FRESH15 = 2;
       }
     }
-
   }
 
   .include(try=true,priority=5) "${DBDIR}/dynamic/rbl.conf"