]> git.netwichtig.de Git - user/henk/code/exim.git/blobdiff - test/confs/0107
taint: allow appendfile create_file option to specify a de-tainting safe path
[user/henk/code/exim.git] / test / confs / 0107
index 06e7b83ae734ce26c517d100c74e4db962116995..f904150f16d1e8b41a829a26a10f270aaa9ba4f3 100644 (file)
@@ -1,13 +1,7 @@
 # Exim test configuration 0107
 
-exim_path = EXIM_PATH
-keep_environment =
-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 -----
 
@@ -33,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 -----