Expansions: ${sha2_N}
[exim.git] / test / scripts / 3200-testdb / 3200
... / ...
CommitLineData
1# testdb lookups
21
3exim -be
4match_ip: 12 ${if match_ip{10.11.12.13}{testdb;something}}
5match_ip: 13 ${if match_ip{10.11.12.13}{testdb;fail}}
6match_domain: 14 ${if match_domain{a.b.c.d}{testdb*;fail}}
7bad default: ${lookup testdb*{abcd}}
8bad default: ${lookup testdb*@{abcd}}
9bad default: ${lookup testdb*{fail}}
10bad default: ${lookup testdb*@{fail}}
11****