Fix $regex<n> use-after-free. Bug 2915
[exim.git] / test / confs / 0202
index 56f601416c4be9cae8239509aaf4ff2adf48d6e9..3d6e8fda9023cf09bd9d050fb64cc951a56d45e8 100644 (file)
@@ -1,12 +1,7 @@
 # Exim test configuration 0202
 
-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 -----
 
@@ -37,6 +32,7 @@ begin transports
 local_delivery:
   driver = appendfile
   file = DIR/test-mail/$local_part
+  create_file = DIR/test-mail
   user = CALLER
 
 # End