diff options
author | Eric S. Raymond <esr@thyrsus.com> | 2001-12-14 05:55:04 +0000 |
---|---|---|
committer | Eric S. Raymond <esr@thyrsus.com> | 2001-12-14 05:55:04 +0000 |
commit | ac0dc02d3b255066da65eff3b1e8b8ca4629b0e0 (patch) | |
tree | 655af3cf86af4ad92a09ef35265ff994e844a534 /NEWS | |
parent | 1cfff67a6ad3213ce0cc46116bb0b018b18f8226 (diff) | |
download | fetchmail-ac0dc02d3b255066da65eff3b1e8b8ca4629b0e0.tar.gz fetchmail-ac0dc02d3b255066da65eff3b1e8b8ca4629b0e0.tar.bz2 fetchmail-ac0dc02d3b255066da65eff3b1e8b8ca4629b0e0.zip |
LMTP fix.
svn path=/trunk/; revision=3560
Diffstat (limited to 'NEWS')
-rw-r--r-- | NEWS | 7 |
1 files changed, 6 insertions, 1 deletions
@@ -2,12 +2,17 @@ (The `lines' figures total .c, .h, .l, and .y files under version control.) +* OPIE bug fixes by Jun Miyoshi <usako@omnisci.co.jp>. +* Documented known IDLE bug in the todo.html file. +* Sunil Shetye's fix for a timeout/reconnect bug. +* LMTP fix from Toshiro HIKITA <toshi@sodan.org>. + fetchmail-5.9.5 (Thu Nov 8 14:14:35 EST 2001), 21162 lines: * Changed the logging logic along lines suggested by Jan Klaverstijn, * fetchmailconf looks first in the directory it's running from to find fetchmail. -* Make sure we vet a success status correctly from open_smtp_sink() +* Make sure we get a success status correctly from open_smtp_sink() and open_bsmtp_sink(). * Matthias Andree's env.c patch to refuse service when QMAILINJECT is defined. * Immediately abort if a non-empty QMAILINJECT environment variable is |