taint: allow appendfile create_file option to specify a de-tainting safe path
[exim.git] / test / confs / 0906
index 0310653593ec90960d84c99a163afa50c7a7b3f0..5bd5f2a4fc90ee35c9911fae6e6b27a7b162a22e 100644 (file)
@@ -74,7 +74,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
   headers_add = "X-body-linecount: $body_linecount\n\
                  X-message-linecount: $message_linecount\n\
                  X-received-count: $received_count"