Taint: fix dsearch result to be untainted
[exim.git] / test / confs / 0153
1 # Exim test configuration 0153
2
3 .include DIR/aux-var/std_conf_prefix
4
5
6 # ----- Main settings -----
7
8
9 # ----- Routers -----
10
11 begin routers
12
13 virtual:
14   driver = redirect
15   domains = *.virt.test.ex
16   address_data = ${lookup {TESTNUM.alias.${extract {1}{.}{$domain}}} \
17                         dsearch{DIR/aux-fixed} {$value}fail}
18   data = ${lookup{$local_part}lsearch{DIR/aux-fixed/$address_data}}
19   no_more
20
21 list:
22   driver = redirect
23   domains = list.test.ex
24   file = ${if exists{DIR/aux-fixed/TESTNUM.list.${bless:$local_part}} \
25             {DIR/aux-fixed/TESTNUM.list.${bless:$local_part}}fail}
26   no_more
27
28 real:
29   driver = accept
30   verify_only
31
32
33 # End