X-Git-Url: https://git.exim.org/exim.git/blobdiff_plain/4fab92fbc2b63bac2d89c1dae69fa1845cb640b7..ba74fb8d95d2e9af2122e0a95c4d5334b4f0466c:/test/confs/0027 diff --git a/test/confs/0027 b/test/confs/0027 index 9c775bd5d..c2d0f01be 100644 --- a/test/confs/0027 +++ b/test/confs/0027 @@ -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 @@ -70,7 +70,7 @@ dev_null: local_delivery: driver = appendfile - file = DIR/test-mail/$local_part + file = DIR/test-mail/${bless:$local_part} user = CALLER # End