Fix buffer overrun in spam= acl condition. Bug 1552
[exim.git] / test / scripts / 5800-DANE / 5800
CommitLineData
f652fa80
JH
1# Expansion test for DANE.
2#
3# Some systems seem to use 1-byte fields for the leading
4# 3 fields in a TLSA record, others 2-bytes.
5# We need the result to match the string in dnszones-src/db.test.ex
6
7exim -be
8
360c0492 9dnslookup tlsa: ${lookup dnsdb {tlsa=_1225._tcp.dane512ee.test.ex} \
f652fa80
JH
10 {$value}{none}}
11
12****