Yahoo Groups archive

Milter-greylist

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

Message

Re: [milter-greylist] release: milter-greylist-1.5.6 and milter-rcptfilter-0.9

2004-08-10 by Hajimu UMEMOTO

Hi,

>>>>> On Tue, 10 Aug 2004 10:20:40 +0000
>>>>> Emmanuel Dreyfus <manu@...> said:

manu> milter-greylist-1.5.6 is now available.

It seems there is a problem in composing.  There is unwanted
milter-greylist-1.5.6/milter-greylist directory.

manu> It introduces the long awaited patch from Cyril Guibourg that
manu> enable MX sync local address selection.

In current implementation, IPv4 and IPv6 is exclusive.  In
sync_listen() in sync.c, we can see following lines:

	if (conf.c_syncaddr != NULL) {
		if (strchr(conf.c_syncaddr, ':'))
		    sync_listen(conf.c_syncaddr, conf.c_syncport,
				&sync_master6);
		else
		    sync_listen(conf.c_syncaddr, conf.c_syncport,
				&sync_master4);
	} else {

It is better to have conf.c_syncaddr and conf.c_syncaddr6, and call
sync_listen() for both IPv4 and IPv6.

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.