From: heraklit256 <37872459+heraklit256@users.noreply.github.com#> Date: Thu, 27 Sep 2018 14:42:12 +0000 (+0200) Subject: Fix description for composite rule RBL_SPAMHAUS_XBL_ANY X-Git-Tag: 1.8.1~134^2 X-Git-Url: https://source.dussan.org/?a=commitdiff_plain;h=refs%2Fpull%2F2544%2Fhead;p=rspamd.git Fix description for composite rule RBL_SPAMHAUS_XBL_ANY --- 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";