Fix $regex<n> use-after-free. Bug 2915
[exim.git] / test / confs / 0467
index 14a69f7c6fc074e8ffcf379b219944e0ebf86184..0104face20a0dbdea19c808fedffa1b444d5b28f 100644 (file)
@@ -2,13 +2,9 @@
 
 SRV=smtp
 
-exim_path = EXIM_PATH
-host_lookup_order = bydns
+.include DIR/aux-var/std_conf_prefix
+
 primary_hostname = myhost.test.ex
-spool_directory = DIR/spool
-log_file_path = DIR/spool/log/%slog
-gecos_pattern = ""
-gecos_name = CALLER_NAME
 
 # ----- Main settings -----
 
@@ -31,5 +27,6 @@ begin transports
 
 t1:
   driver = smtp
+  hosts_try_fastopen = :
 
 # End