Fix $regex<n> use-after-free. Bug 2915
[exim.git] / test / confs / 0519
index 510c698bd2b24c216c5581b2d438fb7964b8570d..98d55a2b34c9137832214308a66d9e737919a854 100644 (file)
@@ -1,12 +1,8 @@
 # Exim test configuration 0519
 
-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 -----
 
@@ -29,6 +25,7 @@ t1:
   driver = smtp
   hosts = 127.0.0.1 : non-exist.test.ex
   port = PORT_S
+  hosts_try_fastopen = :
   allow_localhost
 
 # End