Fix $regex<n> use-after-free. Bug 2915
[exim.git] / test / confs / 0431
index 497481ef317a3769de0d8f30f50a42d7ca50fc06..706f08aeee16c5ff7df59f11504e37be03ac6627 100644 (file)
@@ -2,15 +2,9 @@
 
 AFFIX=
 
-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 -----
 
@@ -48,12 +42,14 @@ t1:
   driver = smtp
   hosts = 127.0.0.1
   port = PORT_S
+  hosts_try_fastopen = :
   allow_localhost
   AFFIX
 
 t2:
   driver = appendfile
   file = DIR/test-mail/$local_part
+  create_file = DIR/test-mail
   user = CALLER
   use_bsmtp
   AFFIX