Yahoo Groups archive

Milter-greylist

Index last updated: 2026-04-28 23:32 UTC

Message

Re: [milter-greylist] milter-greylist 2.1.10

2006-07-31 by Hajimu UMEMOTO

Hi,


>>>>> On Mon, 31 Jul 2006 08:28:55 +0000
>>>>> Emmanuel Dreyfus <manu@...> said:

manu> Here is milter-greylist 2.1.10, which includes all the fixes that have been 
manu> sent during the week-end.

manu> http://ftp.espci.fr/pub/milter-greylist/milter-greylist-2.1.10.tgz
manu> MD5 (milter-greylist-2.1.10.tgz) = a987639aa56bce8cea7e27c5f772e426

manu> Please test and report any remaining issues.

Could you enclose bzero with HAVE_RESN?

Index: dnsrbl.c
diff -u -p dnsrbl.c.orig dnsrbl.c
--- dnsrbl.c.orig	Mon Jul 31 16:33:54 2006
+++ dnsrbl.c	Mon Jul 31 18:03:27 2006
@@ -114,7 +114,9 @@ dnsrbl_check_source(sa, salen, source)
 
 	blacklisted = SA(&source->d_blacklisted);
 
+#ifdef HAVE_RESN
 	bzero(&res, sizeof(res));
+#endif
 	res_ninit(&res);
 
 	reverse_endian(SA(&ss), sa);


My patch to query T_AAAA when blacklisted is AF_INET6 was not applied.
It is for consistency with other part, and it should be still applied
even when we decide not to support IPv6 DNSRBL.

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.