diff options
author | Jeremy Harris <jgh146exb@wizmail.org> | 2012-09-05 21:38:23 +0100 |
---|---|---|
committer | Jeremy Harris <jgh146exb@wizmail.org> | 2012-09-05 21:38:23 +0100 |
commit | 3a7963704c5192e25046b1a2f808d4b8ed357386 (patch) | |
tree | e0652b5dbb52220695355b667628b52dc3b65fa1 /test/scripts | |
parent | 97f42f10055f18c7f4c9230e6e88a02f31645a68 (diff) |
Add dnsdb lookup pseudo-type "a+". Addresses bug 1269.
Diffstat (limited to 'test/scripts')
-rw-r--r-- | test/scripts/2250-dnsdb-ipv6/2250 | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/test/scripts/2250-dnsdb-ipv6/2250 b/test/scripts/2250-dnsdb-ipv6/2250 index 08cd326ad..fe5a41bef 100644 --- a/test/scripts/2250-dnsdb-ipv6/2250 +++ b/test/scripts/2250-dnsdb-ipv6/2250 @@ -3,4 +3,8 @@ exim -be ptr=V6NET:0:12:1:a00:20ff:fe86:a062 ${lookup dnsdb {ptr=<;V6NET:0:12:1:a00:20ff:fe86:a062}{$value}{fail}} ptr=V6NET:0:12:1:a00:20ff:fe86:a062 ${lookup dnsdb {ptr=V6NET:0:12:1:a00:20ff:fe86:a062}{$value}{fail}} + +a=46.test.ex ${lookup dnsdb{>; a=46.test.ex}{$value}fail} +aaaa=46.test.ex ${lookup dnsdb{>; aaaa=46.test.ex}{$value}fail} +a+=46.test.ex ${lookup dnsdb{>; a+=46.test.ex}{$value}fail} **** |