appendfile: taint-enforce file & directory options
[users/jgh/exim.git] / test / confs / 0174
index b7fe882e2c4e0cb2cce85bf8f7d413ff0dfe3714..5498e2beeb4a39c9c9f5efea7de4620b3f94a6a7 100644 (file)
@@ -52,7 +52,7 @@ begin transports
 
 appendfile:
   driver = appendfile
-  file = DIR/test-mail/$local_part
+  file = DIR/test-mail/${bless:$local_part}
   user = CALLER
 
 pipe:
@@ -63,6 +63,7 @@ pipe:
   message_prefix =
   return_output
   user = CALLER
+  path = ${env{PATH}}
 
 
 # ----- Retry -----