Hi,
>>>>> On Tue, 12 Oct 2004 12:56:22 +0000
>>>>> Emmanuel Dreyfus <manu@...> said:
manu> Could you test the following patch?
manu> ftp://ftp.espci.fr/shadow/manu/local.patch
+ case AF_INET6:
+ len = sizeof(sin6);
+ memcpy(&sin6, sa, len);
+ sin6.sin6_port = 0;
+ sin6.sin6_flowinfo = 0;
+ sin6.sin6_scope_id = 0;
+ sa = (struct sockaddr *)&sin6;
+ break;
Why do you set sin6_flowinfo and sin6_scope_id to zero? It breaks
scoped address case. These should not be touched.
Sincerely,
--
Hajimu UMEMOTO @ Internet Mutual Aid Society Yokohama, Japan
ume@... ume@{,jp.}FreeBSD.org
http://www.imasy.org/~ume/Message
Re: [milter-greylist] Re: syncing autowhitelisted entries between mx-hosts
2004-10-12 by Hajimu UMEMOTO