aboutsummaryrefslogtreecommitdiffstats
path: root/NEWS
diff options
context:
space:
mode:
authorMatthias Andree <matthias.andree@gmx.de>2005-04-24 23:22:09 +0000
committerMatthias Andree <matthias.andree@gmx.de>2005-04-24 23:22:09 +0000
commit1151e65e3e86c19a69f9b33ae46dbc8688b3a173 (patch)
tree6eb3b17b85c1a3b5a88f04dc65eee3801ccbed80 /NEWS
parent5845f62b9318e3e53e7e1ce73a820ddd3a844090 (diff)
downloadfetchmail-1151e65e3e86c19a69f9b33ae46dbc8688b3a173.tar.gz
fetchmail-1151e65e3e86c19a69f9b33ae46dbc8688b3a173.tar.bz2
fetchmail-1151e65e3e86c19a69f9b33ae46dbc8688b3a173.zip
Mention MAIL FROM:<...> space removal patch from Phil Endecott,
the blank causes Cyrus's LMTP listener to complain, see comp.mail.imap <d49777apr@ariadne.rz.tu-clausthal.de> Tobias Riekeberg. 2005-04-21, "lost mail with fetchmail and cyrus". svn path=/trunk/; revision=4033
Diffstat (limited to 'NEWS')
-rw-r--r--NEWS21
1 files changed, 13 insertions, 8 deletions
diff --git a/NEWS b/NEWS
index c5473208..a1a4cb86 100644
--- a/NEWS
+++ b/NEWS
@@ -15,6 +15,8 @@
* Sunil Shetye's fix for SSL configuration.
* Simon Josefsson's patch for GSS library support.
* Added Andrey Lelikov's recupe for Hotmail and Lycos Webmail.
+* Remove blank between MAIL FROM: and <, which causes Cyrus to complain.
+ Patch by Phil Endecott. (Rob Funk)
* Switched to automake. (Matthias Andree)
* Build fixes for HESIOD and resolv.h trouble on FreeBSD. (Matthias Andree)
* Fabrice Bellet's fix for Red Hat bug #113492, fetchmail hangs in IMAP
@@ -30,26 +32,29 @@
Andree), limiting the header to 7 bits.
* Normalize most locale codesets to IANA codesets, based on
norm_charmap.c by Markus Kuhn. (Matthias Andree)
-* Remove sleep(3) after POP3 login, patch by Brian Candler.
+* Remove sleep(3) after POP3 login, patch by Brian Candler. (Matthias
+ Andree)
* Fix option parsing bug that trashes the showdots setting when more
- than one server is configured. Patch by Brian Candler.
+ than one server is configured. Patch by Brian Candler. (Matthias
+ Andree)
* Honor sslcertpath setting even if sslcertck is unset. Patch by Brian
- Candler.
+ Candler. (Matthias Andree)
* SSL certificate checking fixes, don't display same error message twice
in succession, make sure that Common Name and fingerprint checking are
only done once. Print all validation warnings/errors even if not in
- verbose mode. Patch by Brian Candler.
+ verbose mode. Patch by Brian Candler. (Matthias Andree)
* Import Bjorn Reese and Daniel Stenberg's MIT-licensed Trio 1.10 from
http://daniel.haxx.se/projects/trio/ for systems that do not support
- snprintf or vsnprintf.
+ snprintf or vsnprintf. (Matthias Andree)
* Clean up the horrible #ifdef HAVE_[V]SNPRINTF that made the code
- unreadable. Use Trio where [v]snprintf is/are missing. Matthias Andree.
+ unreadable. Use Trio where [v]snprintf is/are missing. (Matthias Andree)
* Default to Linux 2.2 /proc/net/dev format, and use uname(2) to determine the
kernel version instead of calling uname(1). Thanks to Paul Slootman.
+ (Matthias Andree)
* Be more careful when swapping UID lists or writing the .fetchids file,
- requested by Manfred Weihs.
+ requested by Manfred Weihs. (Matthias Andree)
* Print a warning if multidrop configuration is attempted without
- envelope option.
+ envelope option. (Matthias Andree)
fetchmail-6.2.5 (Wed Oct 15 18:39:22 EDT 2003), 23079 lines: