Fix $regex<n> use-after-free. Bug 2915
[exim.git] / test / confs / 0292
index 708909793acce73780882d7402854b89c2bf6722..d3ea4f342f78efa06d9148b3da4b840beacfae0e 100644 (file)
@@ -1,13 +1,9 @@
 # Exim test configuration 0292
 
-exim_path = EXIM_PATH
-host_lookup_order = bydns
-primary_hostname = myhost.test.ex
-spool_directory = DIR/spool
-log_file_path = DIR/spool/log/%slog
-gecos_pattern = ""
-gecos_name = CALLER_NAME
+.include DIR/aux-var/std_conf_prefix
+
 trusted_users = CALLER
+primary_hostname = myhost.test.ex
 
 # ----- Main settings -----
 
@@ -42,6 +38,7 @@ t1:
 
 t2:
   driver = smtp
+  hosts_try_fastopen = :
   debug_print = \$host=$host \$host_address=$host_address
 
 # End