Fix $regex<n> use-after-free. Bug 2915
[exim.git] / test / confs / 1008
index 087ae5aeabbfa659c914b89ec933fb5a4ca6d15f..44c7153ffbccede8c553e70fa9abe8be7a540fe2 100644 (file)
@@ -1,13 +1,7 @@
 # Exim test configuration 1008
 
-exim_path = EXIM_PATH
-keep_environment =
-host_lookup_order = bydns
-spool_directory = DIR/spool
-log_file_path = DIR/spool/log/%slog
-gecos_pattern = ""
-gecos_name = CALLER_NAME
-tls_advertise_hosts =
+.include DIR/aux-var/std_conf_prefix
+
 
 # ----- Main settings -----
 
@@ -32,6 +26,7 @@ begin transports
 t1:
   driver = smtp
   port = PORT_S
+  hosts_try_fastopen = :
 
 
 # ----- Retry -----