taint: allow appendfile create_file option to specify a de-tainting safe path
[exim.git] / test / confs / 0243
index 5a2f50136e57939b4bb6039dc15756b7d06eb110..438acc2fb4591f07f2ae2386df1faf66d9496ff1 100644 (file)
@@ -59,7 +59,8 @@ begin transports
 
 local_delivery:
   driver = appendfile
-  file = DIR/test-mail/${bless:$local_part}
+  file = DIR/test-mail/$local_part
+  create_file = DIR/test-mail
   user = CALLER
 
 address_file:
@@ -71,7 +72,7 @@ address_pipe:
 
 stuur_auto_antwoord:
   driver = autoreply
-  file = DIR/aux-fixed/TESTNUM.antwoord-${local_part}
+  file = DIR/aux-fixed/TESTNUM.antwoord-${bless:$local_part}
   file_expand
   from = "${lookup{$local_part} lsearch \
            {DIR/aux-fixed/TESTNUM.beantwoorders} {$value}}"