Fix $regex<n> use-after-free. Bug 2915
[exim.git] / test / confs / 0366
index de5d9cfc88cdb327367929254cc26bf59d544d61..84ac2e3ce92059c050fca2cd37a064e7cf9032e1 100644 (file)
@@ -29,6 +29,7 @@ smtp:
   connect_timeout = 1s
   hosts_max_try = HOSTS_MAX_TRY
   port = PORT_N
+  hosts_try_fastopen = :
 
 
 # ----- Retry -----
@@ -38,7 +39,7 @@ smtp:
 
 begin retry
 
-^[^@]+@ten-      *  F,2s,1s
-*                *  F,2s,1s
+^[^@]+@ten-      *  F,4s,1s
+*                *  F,4s,1s
 
 # End