Multiple headers_add/remove options per router/transport - fixes bug 337
[exim.git] / test / scripts / 3200-testdb / 3200
CommitLineData
59371ea7 1# testdb lookups
d7837193 21
59371ea7
PH
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}}
d7837193
PH
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}}
59371ea7 11****