Fix $regex<n> use-after-free. Bug 2915
[exim.git] / test / confs / 0430
index b38f3057b4a5ebb4fbe27145af0198830f7de848..cca101c48c4a738f5e32e64fb85f214503a94038 100644 (file)
@@ -3,14 +3,9 @@
 LIST=
 SELF=freeze
 
-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
-tls_advertise_hosts =
 
 # ----- Main settings -----
 
@@ -42,5 +37,6 @@ begin transports
 
 t1:
   driver = smtp
+  hosts_try_fastopen = :
 
 # End