Fix $regex<n> use-after-free. Bug 2915
[exim.git] / test / confs / 0309
index 2f7ccf0c3d73b62e6873942817a4d40e06c30a53..0735c253637bd1458ef9a3f8fcb29f7cbf487c34 100644 (file)
@@ -1,13 +1,8 @@
 # Exim test configuration 0309
 
-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
-tls_advertise_hosts =
 
 # ----- Main settings -----
 
@@ -35,12 +30,14 @@ begin transports
 local_delivery:
   driver = appendfile
   file = DIR/test-mail/$local_part
+  create_file = DIR/test-mail
   message_size_limit = $local_part
   user = CALLER
 
 bounce:
   driver = appendfile
   file = DIR/test-mail/$local_part
+  create_file = DIR/test-mail
   user = CALLER