diff options
author | twesterhever <40121680+twesterhever@users.noreply.github.com> | 2023-02-17 14:51:29 +0000 |
---|---|---|
committer | twesterhever <40121680+twesterhever@users.noreply.github.com> | 2023-02-17 14:51:29 +0000 |
commit | 425d65d7e0bf5db25daf8b523706d2423d8ee319 (patch) | |
tree | 8b3aa0797611e48b3bdffc21edb97a5c323be0d8 /conf | |
parent | f864054128d72890ceec2b0a397f8e96e81f73b0 (diff) | |
download | rspamd-425d65d7e0bf5db25daf8b523706d2423d8ee319.tar.gz rspamd-425d65d7e0bf5db25daf8b523706d2423d8ee319.zip |
[Minor] Improve readability of RBL/SURBL configuration files
Diffstat (limited to 'conf')
-rw-r--r-- | conf/scores.d/rbl_group.conf | 1 | ||||
-rw-r--r-- | conf/scores.d/surbl_group.conf | 5 |
2 files changed, 5 insertions, 1 deletions
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"; |