Fix $regex<n> use-after-free. Bug 2915
[exim.git] / test / confs / 0456
index c6c8f7ddd0f327d71c4c0758914f6bee585c10e3..2c5514ed25bca65fd0e6cc040ccac177d13f28f4 100644 (file)
@@ -2,12 +2,8 @@
 
 HOSTS_MAX_TRY=4
 
-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 -----
 
@@ -35,6 +31,7 @@ begin transports
 t1:
   driver = appendfile
   file = DIR/test-mail/$local_part
+  create_file = DIR/test-mail
   user = CALLER
 
 # ----- Retry -----