aboutsummaryrefslogtreecommitdiffstats
path: root/conf
diff options
context:
space:
mode:
authorVsevolod Stakhov <vsevolod@rspamd.com>2023-06-03 21:02:50 +0100
committerGitHub <noreply@github.com>2023-06-03 21:02:50 +0100
commitd06125057bebb7857dcdaefae098e86e6093da6f (patch)
tree48b85cc11eff3e0bf30fae4db2f11ec0da14686c /conf
parent9b7335c35aae318e6099d1fb9a2e5598657d69b9 (diff)
parent5ae23df13912d102cdd260574fe87f52b645a68d (diff)
downloadrspamd-d06125057bebb7857dcdaefae098e86e6093da6f.tar.gz
rspamd-d06125057bebb7857dcdaefae098e86e6093da6f.zip
Merge pull request #4505 from twesterhever/temp-misc-cleanups-and-housekeeping-v2
[Minor] Assorted cleanup and housekeeping of configuration files, take 2
Diffstat (limited to 'conf')
-rw-r--r--conf/scores.d/rbl_group.conf2
-rw-r--r--conf/scores.d/surbl_group.conf2
2 files changed, 2 insertions, 2 deletions
diff --git a/conf/scores.d/rbl_group.conf b/conf/scores.d/rbl_group.conf
index e24d7d14c..ef29ed2fa 100644
--- a/conf/scores.d/rbl_group.conf
+++ b/conf/scores.d/rbl_group.conf
@@ -135,7 +135,7 @@ symbols = {
}
"RECEIVED_SPAMHAUS_XBL" {
weight = 1.0;
- description = "Received address is listed in ZEN XBL";
+ description = "Received address is listed in Spamhaus XBL";
groups = ["spamhaus"];
one_shot = true;
}
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"];
}