appendfile: taint-enforce file & directory options
[exim.git] / test / confs / 5207
index bfd32bb3bc0954bda45ee9525a7d9dd0adbba121..9465cfcebeba718f87e0ece03ca9155e1f0f1913 100644 (file)
@@ -14,7 +14,7 @@ begin transports
 
 t1:
   driver = appendfile
-  file = DIR/test-mail/${if eq{$address_data}{}{$local_part}{$address_data}}
+  file = DIR/test-mail/${if eq{$address_data}{}{${bless:$local_part}}{$address_data}}
   user = CALLER
 
 # ----- Routers -----