appendfile: taint-enforce file & directory options
[users/jgh/exim.git] / test / confs / 3451
index c3f07b948a4291095c784f83f7a2471527def656..f453873cb01eb4a66e35fd167846bcf310a87220 100644 (file)
@@ -61,7 +61,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
 
@@ -69,8 +69,9 @@ send_to_server:
   driver = smtp
   allow_localhost
   hosts = 127.0.0.1
+  port = PORT_D
+  hosts_try_fastopen = :
   hosts_try_auth = *
   hosts_noproxy_tls = PEX
-  port = PORT_D
 
 # End