taint: allow appendfile create_file option to specify a de-tainting safe path
[exim.git] / test / confs / 0274
index 461acfcf33cc60b2d87a6d1fcb8de8c688d7dd0a..c5b0bd84749079a1be2d6a6edabfcb2d931646b7 100644 (file)
@@ -14,7 +14,8 @@ begin transports
 
 t1:
   driver = appendfile
-  file = DIR/test-mail/${if eq{$address_data}{}{${bless:$local_part}}{$address_data}}
+  file = DIR/test-mail/${if eq{$address_data}{}{$local_part}{$address_data}}
+  create_file = DIR/test-mail
   user = CALLER
 
 # ----- Routers -----