Fix $regex<n> use-after-free. Bug 2915
[exim.git] / test / confs / 0467
index 9479b2b0b175fd1ee922fd7a26c8b3293cae36a0..0104face20a0dbdea19c808fedffa1b444d5b28f 100644 (file)
@@ -2,15 +2,9 @@
 
 SRV=smtp
 
-exim_path = EXIM_PATH
-keep_environment =
-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
-tls_advertise_hosts =
 
 # ----- Main settings -----
 
@@ -33,5 +27,6 @@ begin transports
 
 t1:
   driver = smtp
+  hosts_try_fastopen = :
 
 # End