taint: allow appendfile create_file option to specify a de-tainting safe path
[exim.git] / test / confs / 0352
index a2ae86ff1b84c3aaca56a772e0341b21ecfb1003..7d5d75a0d6ee15fc96c0c039ad3326aab8a043b5 100644 (file)
@@ -1,12 +1,7 @@
 # Exim test configuration 0352
 
-exim_path = EXIM_PATH
-host_lookup_order = bydns
-rfc1413_query_timeout = 0s
-spool_directory = DIR/spool
-log_file_path = DIR/spool/log/%slog
-gecos_pattern = ""
-gecos_name = CALLER_NAME
+.include DIR/aux-var/std_conf_prefix
+
 
 # ----- Main settings -----
 
@@ -32,5 +27,6 @@ t1:
   driver = appendfile
   user = CALLER
   file = DIR/test-mail/$local_part
+  create_file = DIR/test-mail
 
 # End