Logging: add I= element to transport-defer lines. Bug 2675
[exim.git] / test / confs / 0327
index 481aaa7ae7aa23d23cfc5efe3fc6f46ae448e0c6..85b4f894acf29344763be89f1437635e573f7694 100644 (file)
@@ -40,12 +40,12 @@ begin transports
 
 t1:
   driver = appendfile
-  file = DIR/test-mail/$local_part
+  file = DIR/test-mail/${bless:$local_part}
   user = CALLER
 
 t2:
   driver = appendfile
-  file = DIR/test-mail/$local_part
+  file = DIR/test-mail/${bless:$local_part}
   user = CALLER
 
 # End