git://git.exim.org
/
users
/
jgh
/
exim.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
|
inline
| side by side
Multiple headers_add/remove options per router/transport - fixes bug 337
[users/jgh/exim.git]
/
test
/
scripts
/
3200-testdb
/
3200
diff --git
a/test/scripts/3200-testdb/3200
b/test/scripts/3200-testdb/3200
index cd02ab5bce81228b9ba978de5158bf2d7761486f..f5b12972ddb874ec2f2e0d518a9e09caa9e8d8f5 100644
(file)
--- a/
test/scripts/3200-testdb/3200
+++ b/
test/scripts/3200-testdb/3200
@@
-1,6
+1,11
@@
# testdb lookups
# 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}}
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}}
****
****