Fix $regex<n> use-after-free. Bug 2915
[exim.git] / test / confs / 4560
index 3c31539f52c423374262d029a938676c545d2a0e..8cffd65cfb505efd320914164b23ee04562165db 100644 (file)
@@ -15,6 +15,7 @@ acl_smtp_data = check_data
 
 log_selector = +received_recipients +dkim_verbose
 queue_only
+queue_run_in_order
 
 # ----- ACL -----
 begin acl
@@ -26,8 +27,16 @@ check_data:
   warn logwrite =      arc_state:      <$arc_state>
        logwrite =      domains:        <$arc_domains>
        logwrite =      arc_oldest_pass <$arc_oldest_pass>
-       condition =     ${if def:arc_state_reason}
        logwrite =      reason:         <$arc_state_reason>
+       logwrite =      lh_A-R:         <$lh_Authentication-Results:>
+       logwrite =      lh-ams:         <$lh_ARC-Authentication-Results:>
+#      logwrite =      oldest-p-ams:   <${listextract {$arc_oldest_pass} {$lh_ARC-Authentication-Results:}}>
+       logwrite =      oldest-p-ams:   <${reduce {$lh_ARC-Authentication-Results:} \
+                                               {} \
+                                               {${if = {$arc_oldest_pass} \
+                                                       {${extract {i}{${extract {1}{;}{$item}}}}} \
+                                                       {$item} {$value}}} \
+                                       }>
 
 .ifdef OPTION
   accept
@@ -70,6 +79,7 @@ begin transports
 tfile:
   driver =     appendfile
   file =       DIR/test-mail/$local_part
+  create_file =        DIR/test-mail
   user =       CALLER
 
 tsmtp:
@@ -78,8 +88,12 @@ tsmtp:
   port =       PORT_D
   allow_localhost
 .ifndef OPTION
+.ifdef BAD
+  arc_sign =   $primary_hostname : sel : MISSING_KEY
+.else
   arc_sign =   $primary_hostname : sel : DIR/aux-fixed/dkim/dkim.private
 .endif
+.endif
 
 tmlist:
   driver =     smtp