commit 425d65d: [Minor] Improve readability of RBL/SURBL configuration files

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


Author: twesterhever
Date: 2023-02-17 14:51:29 +0000
URL: https://github.com/rspamd/rspamd/commit/425d65d7e0bf5db25daf8b523706d2423d8ee319

[Minor] Improve readability of RBL/SURBL configuration files

---
 conf/scores.d/rbl_group.conf   | 1 +
 conf/scores.d/surbl_group.conf | 5 ++++-
 2 files changed, 5 insertions(+), 1 deletion(-)

diff --git a/conf/scores.d/rbl_group.conf b/conf/scores.d/rbl_group.conf
index 8caf3cb1d..40b68c947 100644
--- a/conf/scores.d/rbl_group.conf
+++ b/conf/scores.d/rbl_group.conf
@@ -171,6 +171,7 @@ symbols = {
         weight = 2.0;
         description = "From address is listed in senderscore.com BL";
     }
+
     "MAILSPIKE" {
         weight = 0.0;
         description = "Unrecognised result from Mailspike";
diff --git a/conf/scores.d/surbl_group.conf b/conf/scores.d/surbl_group.conf
index 34064a174..10ad05701 100644
--- a/conf/scores.d/surbl_group.conf
+++ b/conf/scores.d/surbl_group.conf
@@ -50,13 +50,13 @@ symbols = {
         one_shot = true;
         groups = ["surblorg"];
     }
+
     "RSPAMD_URIBL" {
         weight = 4.5;
         description = "Rspamd uribl, bl.rspamd.com";
         one_shot = true;
         groups = ["rspamdbl"];
     }
-
     "RSPAMD_EMAILBL" {
         weight = 2.5;
         description = "Rspamd emailbl, bl.rspamd.com";
@@ -182,6 +182,7 @@ symbols = {
         one_shot = true;
         groups = ["spamhaus"];
     }
+
     "URIBL_MULTI" {
         weight = 0.0;
         description = "uribl.com: unrecognised result";
@@ -212,6 +213,7 @@ symbols = {
         one_shot = true;
         groups = ["uribl"];
     }
+
     "SPAMHAUS_ZEN_URIBL" {
         ignore = true;
         weight = 0.0;
@@ -254,6 +256,7 @@ symbols = {
         one_shot = true;
         groups = ["spamhaus"];
     }
+
     #"RBL_SARBL_BAD" {
     #    weight = 2.5;
     #    description = "A domain in the message body is blacklisted in SARBL";


More information about the Commits mailing list