X-Git-Url: https://git.exim.org/users/jgh/exim.git/blobdiff_plain/d4dc049f9a9e80ac3a470fd644418668eefedecb..92562f63be6fae2526d68171d60bf87027551f88:/test/confs/0153 diff --git a/test/confs/0153 b/test/confs/0153 index c16f88fe9..35a004a45 100644 --- a/test/confs/0153 +++ b/test/confs/0153 @@ -13,7 +13,7 @@ begin routers virtual: driver = redirect domains = *.virt.test.ex - address_data = ${if match{$domain}{^(.*)\\.virt\\.test\\.ex\$}{$1}} + address_data = ${if match{$domain}{^(.*)\\.virt\\.test\\.ex\$}{${bless:$1}}} data = ${if exists{DIR/aux-fixed/TESTNUM.alias.$address_data} \ {${lookup{$local_part}lsearch{DIR/aux-fixed/TESTNUM.alias.$address_data}}} \ fail} @@ -22,8 +22,8 @@ virtual: list: driver = redirect domains = list.test.ex - file = ${if exists{DIR/aux-fixed/TESTNUM.list.$local_part} \ - {DIR/aux-fixed/TESTNUM.list.$local_part}fail} + file = ${if exists{DIR/aux-fixed/TESTNUM.list.${bless:$local_part}} \ + {DIR/aux-fixed/TESTNUM.list.${bless:$local_part}}fail} no_more real: