From: twesterhever <40121680+twesterhever@users.noreply.github.com> Date: Fri, 17 Feb 2023 14:52:56 +0000 (+0000) Subject: [Minor] Add project URL for MSBL X-Git-Tag: 3.5~47^2~9 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=e7b3a62fa1c30af92c49ae5175f32c5c65852a2f;p=thirdparty%2Frspamd.git [Minor] Add project URL for MSBL --- diff --git a/conf/scores.d/surbl_group.conf b/conf/scores.d/surbl_group.conf index f8b5a34908..f0341a227f 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"]; }