Fix $regex<n> use-after-free. Bug 2915
[exim.git] / test / confs / 0610
index 49778352f87ababc5bbb625d9208f19f9a89d213..370391b9579ead0731809ce53e48785de416ead4 100644 (file)
@@ -21,7 +21,9 @@ queue_run_in_order
 begin acl
 
 conn_chk:
+.ifdef DELAY
   defer        condition = ${if eq {SERVER}{server}}
+.endif
   accept
 
 # ----- Routers -----
@@ -48,6 +50,7 @@ t1:
   hosts = 127.0.0.1
   port = PORT_D
   interface = 127.0.0.1
+  hosts_try_fastopen = :
 
 t2:
   driver = smtp
@@ -55,12 +58,13 @@ t2:
   hosts = 127.0.0.1
   port = PORT_D
   interface = HOSTIPV4
+  hosts_try_fastopen = :
 
 # ----- Retry -----
 
 begin retry
 
-* * F,5d,10s
+* * F,5d,1s
 
 # End