Fix $regex<n> use-after-free. Bug 2915
[exim.git] / test / confs / 0500
index a7305353be41a7e19028f0a45bc5a40d87cb7fa7..72e87c65191a2d91aeed63cdd40e2a0bcfda3d29 100644 (file)
@@ -1,12 +1,8 @@
 # Exim test configuration 0500
 
-exim_path = EXIM_PATH
-host_lookup_order = bydns
+.include DIR/aux-var/std_conf_prefix
+
 primary_hostname = myhost.test.ex
-spool_directory = DIR/spool
-log_file_path = DIR/spool/log/%slog
-gecos_pattern = ""
-gecos_name = CALLER_NAME
 
 # ----- Main settings -----
 
@@ -44,6 +40,7 @@ begin transports
 local_delivery:
   driver = appendfile
   file = DIR/test-mail/$local_part
+  create_file = DIR/test-mail
   user = CALLER
 
 # End