On Wed, Dec 23, 2015 at 04:09:28PM +0900, Kazuyuki YOSHIDA yoshida@... [milter-greylist] wrote: > I've created a patch which allows dnsrbl for IPv6 MTAs. > There are few Blacklist for IPv6 MTAs, but some Whitelists exist. > MTAWL.org includes IPv6 MTAs. For next submission please observe - 80 char/line max - spaces around binary operators such as == or && My comments: - if (sa->sa_family == AF_INET) ; deserves a switch/case - I have trouble to understand why ip6tostringfordns cannot be made more straightforward. Could you please detail the desired output format? -- Emmanuel Dreyfus manu@...
Message
Re: [milter-greylist] dnsrbl for IPv6 [1 Attachment]
2015-12-23 by Emmanuel Dreyfus