Fix $regex<n> use-after-free. Bug 2915
[exim.git] / test / confs / 5003
index cdfaec5dadec3d9271ba4f5824731e1d8b7bc3c5..76c0149b888d56c3db4fa92f93dc12d63ff47985 100644 (file)
@@ -1,12 +1,7 @@
 # Exim test configuration 5003
 
-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 -----
 
@@ -30,13 +25,15 @@ begin transports
 local_delivery:
   driver = appendfile
   directory = DIR/test-mail/$local_part
+  create_file = DIR/test-mail
   maildir_format
   quota = 1.5K
   user = CALLER
 
 local_delivery2:
   driver = appendfile
-  directory = DIR/test-mail/$local_part/
+  directory = DIR/test-mail/$local_part
+  create_file = DIR/test-mail
   maildir_format
   quota = 1.5K
   user = CALLER