Fix $regex<n> use-after-free. Bug 2915
[exim.git] / test / confs / 0327
index f3216575c20ab3a8e1b3aa36cafc62664706c8dd..30f2576cf0edc84337bf7cbcab3c51e3ceeec332 100644 (file)
@@ -1,14 +1,8 @@
 # Exim test configuration 0327
 
-exim_path = EXIM_PATH
-keep_environment =
-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
-tls_advertise_hosts =
 
 # ----- Main settings -----
 
@@ -47,11 +41,13 @@ begin transports
 t1:
   driver = appendfile
   file = DIR/test-mail/$local_part
+  create_file = DIR/test-mail
   user = CALLER
 
 t2:
   driver = appendfile
   file = DIR/test-mail/$local_part
+  create_file = DIR/test-mail
   user = CALLER
 
 # End