Fix $regex<n> use-after-free. Bug 2915
[exim.git] / test / confs / 0174
index 31e11e8abd21243153f359b5345718fd32307953..b79e237b3b946dd61b7b81e47fa76b109023fb34 100644 (file)
@@ -1,11 +1,7 @@
 # Exim test configuration 0174
 
-exim_path = EXIM_PATH
-host_lookup_order = bydns
-spool_directory = DIR/spool
-log_file_path = DIR/spool/log/%slog
-gecos_pattern = ""
-gecos_name = CALLER_NAME
+.include DIR/aux-var/std_conf_prefix
+
 
 # ----- Main settings -----
 
@@ -57,6 +53,7 @@ begin transports
 appendfile:
   driver = appendfile
   file = DIR/test-mail/$local_part
+  create_file = DIR/test-mail
   user = CALLER
 
 pipe:
@@ -67,6 +64,7 @@ pipe:
   message_prefix =
   return_output
   user = CALLER
+  path = ${env{PATH}}
 
 
 # ----- Retry -----