Fix $regex<n> use-after-free. Bug 2915
[exim.git] / test / confs / 0142
index 86d91110172b070a033d7400099797423709bde5..da8b73ea4e85bf442ce12c9e935e806442c4561c 100644 (file)
@@ -1,12 +1,7 @@
 # Exim test configuration 0142
 
-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
-tls_advertise_hosts =
+.include DIR/aux-var/std_conf_prefix
+
 
 # ----- Main settings -----
 
@@ -49,11 +44,13 @@ pipe:
 local_delivery:
   driver = appendfile
   file = DIR/test-mail/$local_part
+  create_file = DIR/test-mail
   user = CALLER
 
 filtered_delivery:
   driver = appendfile
   file = DIR/test-mail/$local_part
+  create_file = DIR/test-mail
   transport_filter = DIR/bin/fd -f
   user = CALLER