From 425d65d7e0bf5db25daf8b523706d2423d8ee319 Mon Sep 17 00:00:00 2001 From: twesterhever <40121680+twesterhever@users.noreply.github.com> Date: Fri, 17 Feb 2023 14:51:29 +0000 Subject: [PATCH] [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"; -- 2.39.5