]> source.dussan.org Git - rspamd.git/commitdiff
[Minor] Fix quirk in CRACKED_SURBL rule description
authortwesterhever <40121680+twesterhever@users.noreply.github.com>
Fri, 26 May 2023 16:34:32 +0000 (16:34 +0000)
committertwesterhever <40121680+twesterhever@users.noreply.github.com>
Fri, 26 May 2023 16:34:32 +0000 (16:34 +0000)
conf/scores.d/surbl_group.conf

index de7e2ce7c6d36d92b6ecf66a3a81b7595f142c1a..864a3e9c4f05ba45e5d5f4be26e12fe520be73e1 100644 (file)
@@ -46,7 +46,7 @@ symbols = {
     }
     "CRACKED_SURBL" {
         weight = 4.0;
-        description = "A domain in the message is listed in as SURBL cracked";
+        description = "A domain in the message is listed in SURBL as cracked";
         one_shot = true;
         groups = ["surblorg"];
     }