X-Git-Url: https://git.netwichtig.de/gitweb/?a=blobdiff_plain;f=test%2Fscripts%2F3200-testdb%2F3200;h=f5b12972ddb874ec2f2e0d518a9e09caa9e8d8f5;hb=456d70ec89d9ba122871f1f035bb308f4771016f;hp=cd02ab5bce81228b9ba978de5158bf2d7761486f;hpb=59371ea735c941334861aa5b8e1e9a06facf044f;p=user%2Fhenk%2Fcode%2Fexim.git diff --git a/test/scripts/3200-testdb/3200 b/test/scripts/3200-testdb/3200 index cd02ab5bc..f5b12972d 100644 --- a/test/scripts/3200-testdb/3200 +++ b/test/scripts/3200-testdb/3200 @@ -1,6 +1,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}} ****