summaryrefslogtreecommitdiff
path: root/test/scripts/3200-testdb/3200
blob: f5b12972ddb874ec2f2e0d518a9e09caa9e8d8f5 (plain)
1
2
3
4
5
6
7
8
9
10
11
# testdb lookups
1
exim -be
match_ip:        12 ${if match_ip{10.11.12.13}{testdb;something}}
match_ip:        13 ${if match_ip{10.11.12.13}{testdb;fail}}
match_domain:    14 ${if match_domain{a.b.c.d}{testdb*;fail}}
bad default:     ${lookup testdb*{abcd}}
bad default:     ${lookup testdb*@{abcd}}
bad default:     ${lookup testdb*{fail}}
bad default:     ${lookup testdb*@{fail}}
****