]> git.ipfire.org Git - thirdparty/rspamd.git/commitdiff
Include ARC into AUTH_NA rule
authorheraklit256 <37872459+heraklit256@users.noreply.github.com#>
Thu, 4 Oct 2018 16:04:44 +0000 (18:04 +0200)
committerheraklit256 <37872459+heraklit256@users.noreply.github.com#>
Thu, 4 Oct 2018 16:04:44 +0000 (18:04 +0200)
conf/composites.conf

index 9f3276fb366c28812ec96641080ad4e837041cc1..588b988298599237d922adaef02a907edb147619 100644 (file)
@@ -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)"