X-Git-Url: https://git.netwichtig.de/gitweb/?a=blobdiff_plain;f=test%2Fconfs%2F0153;h=35a004a455a859f1443874ed74d80af95df9fd2e;hb=46473d31e2aa9db8aeff247667fe0b3770573a6d;hp=69e02ebcf657fc13d41579aee9701969967c7d87;hpb=0d2e392e281e96d9f9f2f3dd438affe3f2563c57;p=user%2Fhenk%2Fcode%2Fexim.git diff --git a/test/confs/0153 b/test/confs/0153 index 69e02ebcf..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} @@ -23,7 +23,7 @@ list: driver = redirect domains = list.test.ex file = ${if exists{DIR/aux-fixed/TESTNUM.list.${bless:$local_part}} \ - {DIR/aux-fixed/TESTNUM.list.$local_part}fail} + {DIR/aux-fixed/TESTNUM.list.${bless:$local_part}}fail} no_more real: