Testsuite: output changes arising
[exim.git] / test / confs / 0027
index 9c775bd5d45351b43c6b982b6d8d55fd22d2635b..53e9357c0fec5e917300ac64dc041ab19f821158 100644 (file)
@@ -39,7 +39,7 @@ data3:
 acl_rcpt:
   warn  set acl_m_1 = ${acl {data}}
   accept endpass
-         acl = ${tr{$local_part}{:}{\n}}
+         acl = ${bless:${tr{$local_part}{:}{\n}}}
   deny   message = this message should not occur
 
 
@@ -71,6 +71,7 @@ dev_null:
 local_delivery:
   driver = appendfile
   file = DIR/test-mail/$local_part
+  create_file = DIR/test-mail
   user = CALLER
 
 # End