]> source.dussan.org Git - rspamd.git/commitdiff
[Minor] Improve readability of RBL/SURBL configuration files
authortwesterhever <40121680+twesterhever@users.noreply.github.com>
Fri, 17 Feb 2023 14:51:29 +0000 (14:51 +0000)
committertwesterhever <40121680+twesterhever@users.noreply.github.com>
Fri, 17 Feb 2023 14:51:29 +0000 (14:51 +0000)
conf/scores.d/rbl_group.conf
conf/scores.d/surbl_group.conf

index 8caf3cb1d32c27d0528393a66290868f7bfde0e4..40b68c947edb64fe6ce4ad8e611884183ab61357 100644 (file)
@@ -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";
index 34064a174f1f7a357129b2c49b13df8fff67042e..10ad057014ba621baeca90244121651bdf0e3919 100644 (file)
@@ -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";