$NetBSD: patch-af,v 1.9 2001/04/15 01:18:07 itojun Exp $ --- sendmail/conf.c.orig Wed Feb 28 05:48:21 2001 +++ sendmail/conf.c Wed Feb 28 12:48:30 2001 @@ -4546,7 +4546,8 @@ #if NETINET6 if (type == AF_INET6 && - IN6_IS_ADDR_UNSPECIFIED((struct in6_addr *) addr)) + (IN6_IS_ADDR_UNSPECIFIED((struct in6_addr *) addr) || + IN6_IS_ADDR_LINKLOCAL((struct in6_addr *) addr))) { /* Avoid reverse lookup for IPv6 unspecified address */ SM_SET_H_ERRNO(HOST_NOT_FOUND);