Testsuite: handle RC tagging convention
[exim.git] / test / confs / 0177
index 7921a8b55d4e8600975c19fe14900a9e6df8a5f3..ff780c145d672076518eb8ad8b12f80f7ae4e9cd 100644 (file)
@@ -65,7 +65,7 @@ begin transports
 
 appendfile:
   driver = appendfile
-  file = DIR/test-mail/$local_part
+  file = DIR/test-mail/${bless:$local_part}
   user = CALLER
 
 autoreply:
@@ -75,6 +75,7 @@ autoreply:
 smtp:
   driver = smtp
   port = PORT_S
+  hosts_try_fastopen = :
 
 
 # ----- Retry -----