appendfile: taint-enforce file & directory options
[users/jgh/exim.git] / test / confs / 0210
index b1db52218267d9eca028803a25f6e705e37256ff..3e5661ccba5e9e3969ae4bdb4d96f7f7fe160de1 100644 (file)
@@ -44,7 +44,7 @@ bsmtp_local_delivery:
   message_prefix = "HELO x.y.z\n"
   delivery_date_add
   envelope_to_add
-  file = DIR/test-mail/$local_part
+  file = DIR/test-mail/${bless:$local_part}
   return_path_add
   user = CALLER
 
@@ -62,6 +62,7 @@ bsmtp_smtp:
   allow_localhost
   hosts = 127.0.0.1
   port = PORT_S
+  hosts_try_fastopen = :
 
 
 # ----- Retry -----