aboutsummaryrefslogtreecommitdiffstats
path: root/conf
diff options
context:
space:
mode:
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"];
}