taint: allow appendfile create_file option to specify a de-tainting safe path
[exim.git] / test / confs / 0107
index 6fd34ce7c60fe87ff29b691607c82fc20a4c3c08..f904150f16d1e8b41a829a26a10f270aaa9ba4f3 100644 (file)
@@ -1,11 +1,7 @@
 # Exim test configuration 0107
 
-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
+.include DIR/aux-var/std_conf_prefix
+
 
 # ----- Main settings -----
 
@@ -31,8 +27,8 @@ appendfile:
   driver = appendfile
   create_file = belowhome
   file = ${lookup{$local_part}lsearch{DIR/aux-fixed/TESTNUM.filelist}\
-         {${if match{$value}{^/}{}{DIR/}}$value}\
-         {DIR/test-mail/$local_part}}
+               {${if match{$value}{^/}{}{DIR/}}$value}\
+               {DIR/test-mail/${bless:$local_part}}}
   user = CALLER
 
 # ----- Retry -----