taint: allow appendfile create_file option to specify a de-tainting safe path
[exim.git] / test / confs / 0352
index e3e9555f3a49da2bcf539b40314518f221424288..7d5d75a0d6ee15fc96c0c039ad3326aab8a043b5 100644 (file)
@@ -1,12 +1,7 @@
 # Exim test configuration 0352
 
-exim_path = EXIM_PATH
-host_lookup_order = bydns
-spool_directory = DIR/spool
-log_file_path = DIR/spool/log/%slog
-gecos_pattern = ""
-gecos_name = CALLER_NAME
-tls_advertise_hosts =
+.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