From 42a2171834da77742381934c3d9917ac24efaeaf Mon Sep 17 00:00:00 2001 From: Matthias Andree Date: Sun, 31 Jul 2005 00:39:56 +0000 Subject: Bugfix: match IP address lists exhaustively Bugfix: match IP aliases for MX records Cleanup: get rid of alloca(). svn path=/trunk/; revision=4194 --- NEWS | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'NEWS') diff --git a/NEWS b/NEWS index 807c2fee..3d3824b9 100644 --- a/NEWS +++ b/NEWS @@ -155,6 +155,10 @@ OTHER CHANGES: Darwin. NetBSD PR#28543 (pkg/28543). Matthias Andree. * The RFC-822 parser no longer strips the last character of bare addresses. Matthias Andree +* The IP address matching code was broken and + 1. didn't search exhaustively, but matched only the first IP address of the + server's queryname against the IP addresses of the server name to match. + 2. didn't match IP aliases versus MX hosts. Matthias Andree fetchmail-6.2.5 (Wed Oct 15 18:39:22 EDT 2003), 23079 lines: -- cgit v1.2.3