aboutsummaryrefslogtreecommitdiffstats
path: root/NEWS
diff options
context:
space:
mode:
authorMatthias Andree <matthias.andree@gmx.de>2005-07-31 00:39:56 +0000
committerMatthias Andree <matthias.andree@gmx.de>2005-07-31 00:39:56 +0000
commit42a2171834da77742381934c3d9917ac24efaeaf (patch)
tree494460f762135ed06027d7c86fd6b6ad94a4126c /NEWS
parent3fecaf16a79527b9633c33fe03ee8cb2c2853582 (diff)
downloadfetchmail-42a2171834da77742381934c3d9917ac24efaeaf.tar.gz
fetchmail-42a2171834da77742381934c3d9917ac24efaeaf.tar.bz2
fetchmail-42a2171834da77742381934c3d9917ac24efaeaf.zip
Bugfix: match IP address lists exhaustively
Bugfix: match IP aliases for MX records Cleanup: get rid of alloca(). svn path=/trunk/; revision=4194
Diffstat (limited to 'NEWS')
-rw-r--r--NEWS4
1 files changed, 4 insertions, 0 deletions
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: