X-Git-Url: https://git.netwichtig.de/gitweb/?a=blobdiff_plain;ds=sidebyside;f=test%2Fconfs%2F0153;h=35a004a455a859f1443874ed74d80af95df9fd2e;hb=46473d31e2aa9db8aeff247667fe0b3770573a6d;hp=c16f88fe95a98f0f58b7f4896350ed4b74c6bc9d;hpb=d4dc049f9a9e80ac3a470fd644418668eefedecb;p=user%2Fhenk%2Fcode%2Fexim.git 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: