From: heraklit256 <37872459+heraklit256@users.noreply.github.com#> Date: Thu, 4 Oct 2018 16:04:44 +0000 (+0200) Subject: Include ARC into AUTH_NA rule X-Git-Tag: 1.8.2~191^2~2 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=0455923baf5721005a07c3d9d8daf857ca9e2294;p=thirdparty%2Frspamd.git Include ARC into AUTH_NA rule --- diff --git a/conf/composites.conf b/conf/composites.conf index 9f3276fb36..588b988298 100644 --- a/conf/composites.conf +++ b/conf/composites.conf @@ -50,10 +50,10 @@ composites { description = "From and Received address are listed in Spamhaus XBL"; } AUTH_NA { - expression = "R_DKIM_NA & R_SPF_NA & DMARC_NA"; + expression = "R_DKIM_NA & R_SPF_NA & DMARC_NA & ARC_NA"; score = 1.0; policy = "remove_weight"; - description = "Authenticating message via SPF/DKIM/DMARC not possible"; + description = "Authenticating message via SPF/DKIM/DMARC/ARC not possible"; } DKIM_MIXED { expression = "-R_DKIM_ALLOW & (R_DKIM_DNSFAIL | R_DKIM_PERMFAIL | R_DKIM_REJECT)"