Yahoo Groups archive

Milter-greylist

Index last updated: 2026-04-13 23:57 UTC

Message

Re: [milter-greylist] Re: syncing autowhitelisted entries between mx-hosts

2004-10-12 by Hajimu UMEMOTO

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/

Attachments

Move to quarantaine

This moves the raw source file on disk only. The archive index is not changed automatically, so you still need to run a manual refresh afterward.