commit aba2b98: [Minor] Remove orphaned SARBL directives

twesterhever 40121680+twesterhever at users.noreply.github.com
Fri Feb 17 21:56:14 UTC 2023


Author: twesterhever
Date: 2023-02-17 14:58:38 +0000
URL: https://github.com/rspamd/rspamd/commit/aba2b987b7686d7127bbe9a2ef3ad5613425335a

[Minor] Remove orphaned SARBL directives

---
 conf/modules.d/rbl.conf        | 6 ------
 conf/scores.d/surbl_group.conf | 6 ------
 2 files changed, 12 deletions(-)

diff --git a/conf/modules.d/rbl.conf b/conf/modules.d/rbl.conf
index 107a81a25..cce48324d 100644
--- a/conf/modules.d/rbl.conf
+++ b/conf/modules.d/rbl.conf
@@ -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"
diff --git a/conf/scores.d/surbl_group.conf b/conf/scores.d/surbl_group.conf
index f0341a227..de7e2ce7c 100644
--- a/conf/scores.d/surbl_group.conf
+++ b/conf/scores.d/surbl_group.conf
@@ -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;
-    #}
 }


More information about the Commits mailing list