diff options
author | Jeremy Harris <jgh146exb@wizmail.org> | 2020-01-12 00:14:27 +0000 |
---|---|---|
committer | Jeremy Harris <jgh146exb@wizmail.org> | 2020-01-12 00:14:27 +0000 |
commit | 9c43aff91481faddf4ca3763657d3ae2a63acb65 (patch) | |
tree | 326b26cf54bc573463dfb226790f4d97527ec135 /test/confs | |
parent | c4141216b51b0dce51504479342d2bfc8a83dfad (diff) |
Testsuite: taint-enforcement issues
Diffstat (limited to 'test/confs')
-rw-r--r-- | test/confs/0153 | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/confs/0153 b/test/confs/0153 index d70a38e7b..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} |