appendfile: taint-enforce file & directory options
[users/jgh/exim.git] / test / confs / 2017
index a699f2d7855ae8fef764f16c7c2178ae4774e5ac..01612ef729885380e15356e83150f44e8bef3d49 100644 (file)
@@ -45,7 +45,7 @@ begin transports
 
 local_delivery:
   driver = appendfile
-  file = DIR/test-mail/$local_part
+  file = DIR/test-mail/${bless:$local_part}
   headers_add = TLS: cipher=$tls_cipher peerdn=$tls_peerdn
   user = CALLER
 
@@ -53,8 +53,9 @@ send_to_server:
   driver = smtp
   allow_localhost
   hosts = 127.0.0.1
-  hosts_nopass_tls = *
   port = PORT_D
+  hosts_try_fastopen = :
+  hosts_nopass_tls = *
 
 
 # ----- Retry -----