Fix $regex<n> use-after-free. Bug 2915
[exim.git] / test / confs / 0027
index 36116e86300bd31cd63d2b35238e30cd13cf638f..6c5120d8e9853e3c380c14ad8c5a447e9ef29dd0 100644 (file)
@@ -1,12 +1,8 @@
 # Exim test configuration 0027
 
-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 -----
 
@@ -75,6 +71,7 @@ dev_null:
 local_delivery:
   driver = appendfile
   file = DIR/test-mail/$local_part
+  create_file = DIR/test-mail
   user = CALLER
 
 # End