diff options
author | Jeremy Harris <jgh146exb@wizmail.org> | 2018-02-18 00:33:28 +0000 |
---|---|---|
committer | Jeremy Harris <jgh146exb@wizmail.org> | 2018-02-18 00:39:01 +0000 |
commit | dfbcb5ac660065b097b0ad0cb2c26357899f0c64 (patch) | |
tree | 3eb03b962fe9792d991b77d88cb8c276881d7202 /test/confs/4600 | |
parent | b808677c8f0d6a1cf93ff75f4ad5b1199bd85311 (diff) |
Expansions: new ${authresults {mch}} for an Authentication-Results header
Diffstat (limited to 'test/confs/4600')
-rw-r--r-- | test/confs/4600 | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/test/confs/4600 b/test/confs/4600 index d93b683d9..2934bf160 100644 --- a/test/confs/4600 +++ b/test/confs/4600 @@ -17,6 +17,7 @@ check_rcpt: logwrite = spf_header_comment $spf_header_comment logwrite = spf_smtp_comment $spf_smtp_comment logwrite = spf_received $spf_received + logwrite = ${authresults {$primary_hostname}} accept hosts = 127.0.0.1 spf = pass : softfail : neutral @@ -24,11 +25,13 @@ check_rcpt: logwrite = spf_header_comment $spf_header_comment logwrite = spf_smtp_comment $spf_smtp_comment logwrite = spf_received $spf_received + logwrite = ${authresults {$primary_hostname}} deny logwrite = spf_result $spf_result logwrite = spf_header_comment $spf_header_comment logwrite = spf_smtp_comment $spf_smtp_comment logwrite = spf_received $spf_received + logwrite = ${authresults {$primary_hostname}} # End |