X-Git-Url: https://vcs.fsf.org/?a=blobdiff_plain;f=src%2Fsrc%2Fdns.c;h=3d047abba11cbbbbe62ff8d60962b81b9830cfe1;hb=b4161d10ee4c4eb7fd61224d827cc89726e2d8f8;hp=6efb88d5843b4f96ee04cef42597b44644ce1ead;hpb=44649fdb169979af3c5a08b10889d1ecee48a469;p=exim.git diff --git a/src/src/dns.c b/src/src/dns.c index 6efb88d58..3d047abba 100644 --- a/src/src/dns.c +++ b/src/src/dns.c @@ -607,7 +607,7 @@ if (check_dns_names_pattern[0] != 0 && type != T_PTR && type != T_TXT) /* For an SRV lookup, skip over the first two components (the service and protocol names, which both start with an underscore). */ - if (type == T_SRV) + if (type == T_SRV || type == T_TLSA) { while (*checkname++ != '.'); while (*checkname++ != '.');