appendfile: taint-enforce file & directory options
[exim.git] / test / confs / 0274
index 2eb7bb60b03003337fe82daff577bb05484d7097..461acfcf33cc60b2d87a6d1fcb8de8c688d7dd0a 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 -----