Fix $regex<n> use-after-free. Bug 2915
[exim.git] / test / confs / 0495
index 5bfec709fce870b38175255250d505967d2ac69c..7a879288d7e69c76592bf9c7d51691de10c7a8b5 100644 (file)
@@ -64,6 +64,7 @@ t1:
   driver = smtp
   hosts = 127.0.0.1 : HOSTIPV4
   port = PORT_S
+  hosts_try_fastopen = :
   allow_localhost
   command_timeout = 1s
 
@@ -71,15 +72,18 @@ t2:
   driver = smtp
   hosts = V4NET.9.8.7
   port = PORT_S
+  hosts_try_fastopen = :
 
 t3:
   driver = appendfile
   file = DIR/test-mail/$local_part
+  create_file = DIR/test-mail
   user = CALLER
 
 t4:
   driver = smtp
   hosts = V4NET.10.10.10
   port = nonexistent
+  hosts_try_fastopen = :
 
 # End