From: heraklit256 <37872459+heraklit256@users.noreply.github.com#> Date: Sun, 9 Sep 2018 16:19:02 +0000 (+0200) Subject: add some missing composite rule description X-Git-Tag: 1.8.0~156^2~2 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=5312495106b0dd974570b18495b1830cbdc525fd;p=thirdparty%2Frspamd.git add some missing composite rule description --- diff --git a/conf/composites.conf b/conf/composites.conf index 9c4bb7e12b..24f198aacb 100644 --- a/conf/composites.conf +++ b/conf/composites.conf @@ -46,11 +46,13 @@ 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"; } AUTH_NA { expression = "R_DKIM_NA & R_SPF_NA & DMARC_NA"; score = 1.0; policy = "remove_weight"; + description = "Authenticating message via SPF/DKIM/DMARC not possible"; } DKIM_MIXED { expression = "-R_DKIM_ALLOW & (R_DKIM_DNSFAIL | R_DKIM_PERMFAIL | R_DKIM_REJECT)"