Fix $regex<n> use-after-free. Bug 2915
[exim.git] / test / confs / 0609
index 45eb099d7f2665507b3c53cef20b63bebf647c26..0f342dd90698b756b19d97d99aaf24010dcdfe92 100644 (file)
@@ -3,15 +3,9 @@
 
 SERVER=
 
-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/SERVER%slog
-gecos_pattern = ""
-gecos_name = CALLER_NAME
-tls_advertise_hosts =
 
 # ----- Main settings -----
 
@@ -44,6 +38,7 @@ begin transports
 appendfile:
   driver = appendfile
   file = DIR/test-mail/$local_part
+  create_file = DIR/test-mail
   user = CALLER
 
 # End