Fix $regex<n> use-after-free. Bug 2915
[exim.git] / test / confs / 0217
index 0b3abb71d976f6cfb9fec7a7aaf1dc195edc4201..9842c3988cba78c1047cb90cc1e601c2cedfa83c 100644 (file)
@@ -5,6 +5,7 @@ HAP=
 .include DIR/aux-var/std_conf_prefix
 
 primary_hostname = myhost.test.ex
+log_selector = +pipelining
 
 # ----- Main settings -----
 
@@ -40,6 +41,7 @@ send_to_server:
   command_timeout = 1s
   hosts = 127.0.0.1
   port = PORT_S
+  hosts_try_fastopen = :
   HAP
   max_rcpt = 1000
 
@@ -48,7 +50,7 @@ send_to_server:
 
 begin retry
 
-* * F,5d,10s
+* *            F,5d,10s
 
 
 # End