Fix $regex<n> use-after-free. Bug 2915
[exim.git] / test / confs / 0561
index f895e6c583d448ed2a718c5119e485b62912d59c..7095eb2e63b9ff62dc2ee6a56895c84d72faeeda 100644 (file)
@@ -2,15 +2,9 @@
 
 QOLL=true
 
-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 -----
 
@@ -39,5 +33,6 @@ begin transports
 t1:
   driver = smtp
   port = PORT_D
+  hosts_try_fastopen = :
 
 # End