gshapiro> Can you see if this patch makes the error go away? gshapiro> Index: conf.c gshapiro> =================================================================== A better patch: Index: conf.c =================================================================== RCS file: /cvs/sendmail/conf.c,v retrieving revision 8.646.2.2.2.26 diff -u -u -r8.646.2.2.2.26 conf.c --- conf.c 2000/08/12 18:35:38 8.646.2.2.2.26 +++ conf.c 2000/08/13 19:14:14 @@ -5282,7 +5282,8 @@ if (LogLevel > 3 && #if NETINET6 !(sa->sa.sa_family == AF_INET6 && - IN6_IS_ADDR_LINKLOCAL(&sa->sin6.sin6_addr)) && + (IN6_IS_ADDR_LINKLOCAL(&sa->sin6.sin6_addr) || + IN6_IS_ADDR_MULTICAST(&sa->sin6.sin6_addr))) && #endif /* NETINET6 */ TRUE) sm_syslog(LOG_WARNING, NOQID, To Unsubscribe: send mail to [EMAIL PROTECTED] with "unsubscribe freebsd-current" in the body of the message
- Re: HEADS UP: sendmail updated ... Johan Granlund
- Re: HEADS UP: sendmail updated from ... Neil Blakey-Milner
- Re: HEADS UP: sendmail updated ... Kurt D. Zeilenga
- Re: HEADS UP: sendmail upda... Neil Blakey-Milner
- Re: HEADS UP: sendmail upda... The Hermit Hacker
- Re: HEADS UP: sendmail updated from ... Johan Granlund
- Re: HEADS UP: sendmail updated from 8.9.3 to 8.11.0 i... Hajimu UMEMOTO
- Re: HEADS UP: sendmail updated from 8.9.3 to 8.1... John Hay
- Re: HEADS UP: sendmail updated from 8.9.3 to... Hajimu UMEMOTO
- Re: sendmail updated from 8.9.3 to 8.11.0 in... Gregory Neil Shapiro
- Re: sendmail updated from 8.9.3 to 8.11.... Gregory Neil Shapiro
- Re: sendmail updated from 8.9.3 to 8.11.... John Hay
- Re: sendmail updated from 8.9.3 to 8... Hajimu UMEMOTO
- Re: sendmail updated from 8.9.3... Hajimu UMEMOTO
- Re: sendmail updated from 8... John Hay
- Re: HEADS UP: sendmail updated from 8.9.3 to 8.1... Gregory Neil Shapiro