From 18a8b22cc3e8491be780ef4e68d7e1cfdc393fe4 Mon Sep 17 00:00:00 2001 From: twesterhever <40121680+twesterhever@users.noreply.github.com> Date: Fri, 26 May 2023 16:34:32 +0000 Subject: [PATCH] [Minor] Fix quirk in CRACKED_SURBL rule description --- conf/scores.d/surbl_group.conf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/conf/scores.d/surbl_group.conf b/conf/scores.d/surbl_group.conf index de7e2ce7c..864a3e9c4 100644 --- a/conf/scores.d/surbl_group.conf +++ b/conf/scores.d/surbl_group.conf @@ -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"]; } -- 2.39.5