commit 18a8b22: [Minor] Fix quirk in CRACKED_SURBL rule description
twesterhever
40121680+twesterhever at users.noreply.github.com
Sat Jun 3 20:07:04 UTC 2023
Author: twesterhever
Date: 2023-05-26 16:34:32 +0000
URL: https://github.com/rspamd/rspamd/commit/18a8b22cc3e8491be780ef4e68d7e1cfdc393fe4
[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"];
}
More information about the Commits
mailing list