aboutsummaryrefslogtreecommitdiffstats
path: root/conf
diff options
context:
space:
mode:
authorheraklit256 <heraklit256@users.noreply.github.com>2019-03-05 17:02:53 +0100
committerheraklit256 <heraklit256@users.noreply.github.com>2019-03-05 17:02:53 +0100
commit66067de1fbcc1ef2bfdd0935f6ac146aba9e5158 (patch)
treee6331ab3c48167743c1b9b6a53becec49b05918a /conf
parentb67cdc46d4edaf363d3689a692ddc0aba99f9109 (diff)
downloadrspamd-66067de1fbcc1ef2bfdd0935f6ac146aba9e5158.tar.gz
rspamd-66067de1fbcc1ef2bfdd0935f6ac146aba9e5158.zip
use 'message body' instead of 'mail' for rule description
Diffstat (limited to 'conf')
-rw-r--r--conf/scores.d/surbl_group.conf12
1 files changed, 6 insertions, 6 deletions
diff --git a/conf/scores.d/surbl_group.conf b/conf/scores.d/surbl_group.conf
index 82bc93ebc..61d0da5cc 100644
--- a/conf/scores.d/surbl_group.conf
+++ b/conf/scores.d/surbl_group.conf
@@ -152,26 +152,26 @@ symbols = {
}
"URIBL_SBL" {
weight = 6.5;
- description = "A domain in the mail resolves to an IP listed in Spamhaus SBL";
+ description = "A domain in the message body resolves to an IP listed in Spamhaus SBL";
}
"URIBL_SBL_CSS" {
weight = 6.5;
- description = "A domain in the mail resolves to an IP listed in Spamhaus SBL CSS";
+ description = "A domain in the message body resolves to an IP listed in Spamhaus SBL CSS";
}
"URIBL_XBL" {
weight = 6.5;
- description = "A domain in the mail resolves to an IP listed in Spamhaus XBL";
+ description = "A domain in the message body resolves to an IP listed in Spamhaus XBL";
}
"URIBL_PBL" {
weight = 0.01;
- description = "A domain in the mail resolves to an IP listed in Spamhaus PBL";
+ description = "A domain in the message body resolves to an IP listed in Spamhaus PBL";
}
"URIBL_DROP" {
weight = 8.0;
- description = "A domain in the mail resolves to an IP listed in Spamhaus DROP";
+ description = "A domain in the message body resolves to an IP listed in Spamhaus DROP";
}
"RBL_SARBL_BAD" {
weight = 2.5;
- description = "A domain in the mail is blacklisted in SARBL";
+ description = "A domain in the message body is blacklisted in SARBL";
}
}