appendfile: taint-enforce file & directory options
[users/jgh/exim.git] / test / confs / 2201
index dce78ed7a435c711cc6a946a9198f15a16bcd1ed..3f8f4fb629d57a1f0ca1da994aed56c4e694c9c1 100644 (file)
@@ -67,7 +67,7 @@ begin transports
 
 local_delivery:
   driver = appendfile
-  file = DIR/test-mail/$local_part
+  file = DIR/test-mail/${bless:$local_part}
   user = CALLER
 
 remote_delivery:
@@ -75,6 +75,7 @@ remote_delivery:
   hosts = 127.0.0.1
   allow_localhost
   port = PORT_D
+  hosts_try_fastopen = :
 
 # ----- Retry -----