Fix $regex<n> use-after-free. Bug 2915
[exim.git] / test / confs / 0566
index e7a91c6944185b0a82a04a5995b46d610d922412..17281775b93a929ce3ec4340fe7ecba1c3250c34 100644 (file)
@@ -1,13 +1,9 @@
-# Exim test configuration 0028
+# Exim test configuration 0566
 
-exim_path = EXIM_PATH
-host_lookup_order = bydns
+.include DIR/aux-var/std_conf_prefix
+
+log_selector = +8bitmime
 primary_hostname = myhost.test.ex
-rfc1413_query_timeout = 0s
-spool_directory = DIR/spool
-log_file_path = DIR/spool/log/%slog
-gecos_pattern = ""
-gecos_name = CALLER_NAME
 
 # ----- Main settings -----
 
@@ -60,6 +56,7 @@ dev_null:
 local_delivery:
   driver = appendfile
   file = DIR/test-mail/$local_part
+  create_file = DIR/test-mail
   user = CALLER
 
 # End