aboutsummaryrefslogtreecommitdiffstats
path: root/conf
diff options
context:
space:
mode:
authortwesterhever <40121680+twesterhever@users.noreply.github.com>2023-05-26 16:34:32 +0000
committertwesterhever <40121680+twesterhever@users.noreply.github.com>2023-05-26 16:34:32 +0000
commit18a8b22cc3e8491be780ef4e68d7e1cfdc393fe4 (patch)
tree663bbc57a1885af03fbddb8f08a22d071510460c /conf
parent68d9f76dc1c898ea3434a69d4bba2c9681ba7ec7 (diff)
downloadrspamd-18a8b22cc3e8491be780ef4e68d7e1cfdc393fe4.tar.gz
rspamd-18a8b22cc3e8491be780ef4e68d7e1cfdc393fe4.zip
[Minor] Fix quirk in CRACKED_SURBL rule description
Diffstat (limited to 'conf')
-rw-r--r--conf/scores.d/surbl_group.conf2
1 files changed, 1 insertions, 1 deletions
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"];
}