commit e7b3a62: [Minor] Add project URL for MSBL

twesterhever 40121680+twesterhever at users.noreply.github.com
Fri Feb 17 21:56:10 UTC 2023


Author: twesterhever
Date: 2023-02-17 14:52:56 +0000
URL: https://github.com/rspamd/rspamd/commit/e7b3a62fa1c30af92c49ae5175f32c5c65852a2f

[Minor] Add project URL for MSBL

---
 conf/scores.d/surbl_group.conf | 4 ++--
 1 file 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"];
     }


More information about the Commits mailing list