aboutsummaryrefslogtreecommitdiffstats
path: root/conf/composites.conf
diff options
context:
space:
mode:
authorheraklit256 <37872459+heraklit256@users.noreply.github.com#>2018-09-27 16:42:12 +0200
committerheraklit256 <37872459+heraklit256@users.noreply.github.com#>2018-09-27 16:42:12 +0200
commitfc0cec888f6a5a1684ff6a3ec9103820222ce105 (patch)
treec7703d5edaffce22ad0a5b35514423dfbc85028b /conf/composites.conf
parent957c6d61e50cdd85243f25f27ded088c54f5e2f4 (diff)
downloadrspamd-fc0cec888f6a5a1684ff6a3ec9103820222ce105.tar.gz
rspamd-fc0cec888f6a5a1684ff6a3ec9103820222ce105.zip
Fix description for composite rule RBL_SPAMHAUS_XBL_ANY
Diffstat (limited to 'conf/composites.conf')
-rw-r--r--conf/composites.conf2
1 files changed, 1 insertions, 1 deletions
diff --git a/conf/composites.conf b/conf/composites.conf
index 49a3f43d9..7197adc8f 100644
--- a/conf/composites.conf
+++ b/conf/composites.conf
@@ -46,7 +46,7 @@ composites {
}
RBL_SPAMHAUS_XBL_ANY {
expression = "RBL_SPAMHAUS_XBL & RECEIVED_SPAMHAUS_XBL";
- description = "Message was relayed through at least one hop listed in Spamhaus XBL";
+ description = "From and Received address are listed in Spamhaus XBL";
}
AUTH_NA {
expression = "R_DKIM_NA & R_SPF_NA & DMARC_NA";