Expansions: new ${authresults {mch}} for an Authentication-Results header
[exim.git] / test / confs / 4600
index d93b683d9515060480d3b786467dd38a6c31a303..2934bf160386330c703974e87842ca9f961a785e 100644 (file)
@@ -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