X-Git-Url: https://git.exim.org/exim.git/blobdiff_plain/7aecdeeba22cfe94a180d722dc3506cd6f2b83a2..78e481bba25df9e8e0cc4308783d1dbc5d58dc71:/test/confs/4650?ds=inline diff --git a/test/confs/4650 b/test/confs/4650 index 5ad7adbc8..c0b73d425 100644 --- a/test/confs/4650 +++ b/test/confs/4650 @@ -19,6 +19,7 @@ primary_hostname = myhost.test.ex dmarc_tld_file = DIR/aux-fixed/TESTNUM.tldfile dmarc_history_file = DIR/tmp/TESTNUM.hist.dmarc +dkim_verify_hashes = sha256 : sha512 : sha1 acl_smtp_rcpt = accept acl_smtp_data = check_data @@ -35,6 +36,8 @@ check_data: logwrite = dmarc_status_text <$dmarc_status_text> logwrite = dmarc_used_domain <$dmarc_used_domain> logwrite = dmarc_domain_policy <$dmarc_domain_policy> + logwrite = dmarc_alignment_spf <$dmarc_alignment_spf> + logwrite = dmarc_alignment_dkim <$dmarc_alignment_dkim> logwrite = ${authresults {$primary_hostname}} # End