Fix $regex<n> use-after-free. Bug 2915
[exim.git] / test / confs / 0173
index 7fd9179dd2839bbb79d8ebafed851bbc1c67cf4a..9640ccf1cceb9a9c51c4a47e4a39997310afe2f0 100644 (file)
@@ -1,13 +1,7 @@
 # Exim test configuration 0173
 
-exim_path = EXIM_PATH
-keep_environment =
-host_lookup_order = bydns
-spool_directory = DIR/spool
-log_file_path = DIR/spool/log/%slog
-gecos_pattern = ""
-gecos_name = CALLER_NAME
-tls_advertise_hosts =
+.include DIR/aux-var/std_conf_prefix
+
 
 # ----- Main settings -----
 
@@ -36,12 +30,14 @@ begin transports
 appendfile:
   driver = appendfile
   file = DIR/test-mail/$local_part
+  create_file = DIR/test-mail
   user = CALLER
 
 pipe:
   driver = pipe
   return_output
   user = CALLER
+  path = ${env{PATH}}
 
 
 # ----- Retry -----