Fix $regex<n> use-after-free. Bug 2915
[exim.git] / test / confs / 2201
index dce78ed7a435c711cc6a946a9198f15a16bcd1ed..8b0c72d917ada0260c94587637aeddcd30214836 100644 (file)
@@ -68,6 +68,7 @@ begin transports
 local_delivery:
   driver = appendfile
   file = DIR/test-mail/$local_part
+  create_file = DIR/test-mail
   user = CALLER
 
 remote_delivery:
@@ -75,6 +76,7 @@ remote_delivery:
   hosts = 127.0.0.1
   allow_localhost
   port = PORT_D
+  hosts_try_fastopen = :
 
 # ----- Retry -----