Fix $regex<n> use-after-free. Bug 2915
[exim.git] / test / confs / 0493
index 171617496d7c2e6ac22a4ac9bee4441997a9490b..0b4af9333b7de462b0dabad729e811a28f2bf90f 100644 (file)
@@ -1,13 +1,8 @@
 # Exim test configuration 0493
 
-exim_path = EXIM_PATH
-host_lookup_order = bydns
+.include DIR/aux-var/std_conf_prefix
+
 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 -----
 
@@ -31,6 +26,7 @@ begin transports
 t1:
   driver = appendfile
   file = DIR/test-mail/$local_part
+  create_file = DIR/test-mail
   user = CALLER
 
 # End