summaryrefslogtreecommitdiffstats
path: root/conf
diff options
context:
space:
mode:
authorheraklit256 <37872459+heraklit256@users.noreply.github.com#>2018-10-04 18:04:44 +0200
committerheraklit256 <37872459+heraklit256@users.noreply.github.com#>2018-10-04 18:04:44 +0200
commit0455923baf5721005a07c3d9d8daf857ca9e2294 (patch)
tree1ce48d1a45d6214a36bfd5b6a04b69845c74a63c /conf
parenta15bd65a86b860d2b7d5dc84791339c95610dbb8 (diff)
downloadrspamd-0455923baf5721005a07c3d9d8daf857ca9e2294.tar.gz
rspamd-0455923baf5721005a07c3d9d8daf857ca9e2294.zip
Include ARC into AUTH_NA rule
Diffstat (limited to 'conf')
-rw-r--r--conf/composites.conf4
1 files changed, 2 insertions, 2 deletions
diff --git a/conf/composites.conf b/conf/composites.conf
index 9f3276fb3..588b98829 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)"