]> source.dussan.org Git - rspamd.git/commitdiff
[Minor] Remove orphaned SARBL directives
authortwesterhever <40121680+twesterhever@users.noreply.github.com>
Fri, 17 Feb 2023 14:58:38 +0000 (14:58 +0000)
committertwesterhever <40121680+twesterhever@users.noreply.github.com>
Fri, 17 Feb 2023 14:58:38 +0000 (14:58 +0000)
conf/modules.d/rbl.conf
conf/scores.d/surbl_group.conf

index 107a81a25e9c39c5425c91de88b1d703e22fa3f3..cce48324de6077cf0879fa4afc71b6422e54340c 100644 (file)
@@ -335,12 +335,6 @@ rbl {
       }
     }
 
-    # Proved to be broken
-    #"RBL_SARBL_BAD" {
-    #  suffix = "public.sarbl.org";
-    #  noip   = true;
-    #  images = true;
-    #}
   }
 
   .include(try=true,priority=5) "${DBDIR}/dynamic/rbl.conf"
index f0341a227ff3a3ea6edb652342a20609ebc42791..de7e2ce7c6d36d92b6ecf66a3a81b7595f142c1a 100644 (file)
@@ -256,10 +256,4 @@ symbols = {
         one_shot = true;
         groups = ["spamhaus"];
     }
-
-    #"RBL_SARBL_BAD" {
-    #    weight = 2.5;
-    #    description = "A domain in the message body is blacklisted in SARBL";
-    #    one_shot = true;
-    #}
 }