Fix $regex<n> use-after-free. Bug 2915
[exim.git] / test / confs / 2110
index 72754a6d9fccc62ea2fe3b80675a68c83ad3e38b..cc4a7f03279a76fe71ee98dba7b1840251eb06a4 100644 (file)
@@ -43,8 +43,9 @@ send_to_server:
   driver = smtp
   allow_localhost
   hosts = HOSTS
-  hosts_require_tls = *
   port = PORT_D
+  hosts_try_fastopen = :
+  hosts_require_tls = *
 
 
 # ----- Retry -----