taint: allow appendfile create_file option to specify a de-tainting safe path
[exim.git] / test / confs / 0185
index d6e9fe0203e87f92edf1394608abd77319db9b7f..5062e08ff9025149a9c1abe290eb3715fbdc482c 100644 (file)
@@ -63,6 +63,7 @@ begin transports
 appendfile:
   driver = appendfile
   file = DIR/test-mail/$local_part
+  create_file = DIR/test-mail
   user = CALLER
 
 autoreply:
@@ -72,6 +73,7 @@ autoreply:
 smtp:
   driver = smtp
   port = PORT_S
+  hosts_try_fastopen = :
 
 
 # ----- Retry -----