diff options
author | twesterhever <40121680+twesterhever@users.noreply.github.com> | 2023-02-17 14:52:56 +0000 |
---|---|---|
committer | twesterhever <40121680+twesterhever@users.noreply.github.com> | 2023-02-17 14:52:56 +0000 |
commit | e7b3a62fa1c30af92c49ae5175f32c5c65852a2f (patch) | |
tree | bd1187456fa880e24eaad58f610a8aebb277fab9 /conf/scores.d | |
parent | 8d67630f2a2c7a3ae8ecd3a1d892a373ee1d2499 (diff) | |
download | rspamd-e7b3a62fa1c30af92c49ae5175f32c5c65852a2f.tar.gz rspamd-e7b3a62fa1c30af92c49ae5175f32c5c65852a2f.zip |
[Minor] Add project URL for MSBL
Diffstat (limited to 'conf/scores.d')
-rw-r--r-- | conf/scores.d/surbl_group.conf | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/conf/scores.d/surbl_group.conf b/conf/scores.d/surbl_group.conf index f8b5a3490..f0341a227 100644 --- a/conf/scores.d/surbl_group.conf +++ b/conf/scores.d/surbl_group.conf @@ -66,14 +66,14 @@ symbols = { "MSBL_EBL" { weight = 7.5; - description = "MSBL emailbl"; + description = "MSBL emailbl (https://www.msbl.org/)"; one_shot = true; groups = ["ebl"]; } "MSBL_EBL_GREY" { weight = 0.5; # TODO: test it - description = "MSBL emailbl grey list"; + description = "MSBL emailbl grey list (https://www.msbl.org/)"; one_shot = true; groups = ["ebl"]; } |