]> source.dussan.org Git - rspamd.git/commitdiff
[Minor] Add project URL for MSBL
authortwesterhever <40121680+twesterhever@users.noreply.github.com>
Fri, 17 Feb 2023 14:52:56 +0000 (14:52 +0000)
committertwesterhever <40121680+twesterhever@users.noreply.github.com>
Fri, 17 Feb 2023 14:52:56 +0000 (14:52 +0000)
conf/scores.d/surbl_group.conf

index f8b5a34908d9e787b42095b03c08d1f3494203ef..f0341a227ff3a3ea6edb652342a20609ebc42791 100644 (file)
@@ -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"];
     }