From 0455923baf5721005a07c3d9d8daf857ca9e2294 Mon Sep 17 00:00:00 2001 From: heraklit256 <37872459+heraklit256@users.noreply.github.com#> Date: Thu, 4 Oct 2018 18:04:44 +0200 Subject: [PATCH] Include ARC into AUTH_NA rule --- conf/composites.conf | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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)" -- 2.47.3