Fix $regex<n> use-after-free. Bug 2915
[exim.git] / test / confs / 0098
index 719971c9cf377002c2fa5ed3006201e0327b2671..a1151378d9b77d3a639f9cf415e3def6c35edbaf 100644 (file)
@@ -85,6 +85,7 @@ local_delivery:
   delivery_date_add
   envelope_to_add
   file = DIR/test-mail/$local_part
+  create_file = DIR/test-mail
   return_path_add
   user = CALLER
 
@@ -92,10 +93,12 @@ smtp:
   driver = smtp
   connect_timeout = 1s
   port = PORT_D
+  hosts_try_fastopen = :
 
 smtp_connect_refused:
   driver = smtp
   port = PORT_N
+  hosts_try_fastopen = :
 
 
 # ----- Retry -----