diff options
author | Vsevolod Stakhov <vsevolod@highsecure.ru> | 2018-09-28 20:13:09 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2018-09-28 20:13:09 +0100 |
commit | e8fe3c7547379bc20d55d15e163ce7a2a1c5077d (patch) | |
tree | cc6f3e424067562b74a20071b4529745920ac761 | |
parent | 5093631ddd4d3389cddaaa95865dc4a23143a10f (diff) | |
parent | fc0cec888f6a5a1684ff6a3ec9103820222ce105 (diff) | |
download | rspamd-e8fe3c7547379bc20d55d15e163ce7a2a1c5077d.tar.gz rspamd-e8fe3c7547379bc20d55d15e163ce7a2a1c5077d.zip |
Merge pull request #2544 from heraklit256/composites-cleanup
Fix description for composite rule RBL_SPAMHAUS_XBL_ANY
-rw-r--r-- | conf/composites.conf | 2 |
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"; |