appendfile: taint-enforce file & directory options
[users/jgh/exim.git] / test / confs / 0173
index b7f27b936b64f523d5ea1ee7c4de538c69cfa90c..dfe894ef89c22c8289e585b269a0e1ce9a0e31a2 100644 (file)
@@ -29,14 +29,14 @@ begin transports
 
 appendfile:
   driver = appendfile
-  file = DIR/test-mail/$local_part
+  file = DIR/test-mail/${bless:$local_part}
   user = CALLER
 
 pipe:
   driver = pipe
   return_output
   user = CALLER
-  path = /bin:/usr/bin:/usr/local/bin
+  path = ${env{PATH}}
 
 
 # ----- Retry -----