From 335cb5e4606e4f5265292ae76b95793b2ed9f047 Mon Sep 17 00:00:00 2001 From: Matthias Andree Date: Tue, 13 Dec 2005 00:36:18 +0000 Subject: Merge patch by Sunil Sheteye to fix five bugs: * Close SMTP sockets early, to reduce resource usage, trigger earlier delivery with some MTAs and avoid SIGPIPE (SIG 13) when the SMTP listener gets bored and drops the connection after timeout. * Don't treat hitting a fetch limit (PS_MAXFETCH) as error. * Fix negative "messages left on server" on idle/repoll with fetchlimit. * Properly track logout stage (STAGE_LOGOUT). * Preserve error conditions across postconnect script. svn path=/branches/BRANCH_6-3/; revision=4541 --- NEWS | 8 ++++++++ 1 file changed, 8 insertions(+) (limited to 'NEWS') diff --git a/NEWS b/NEWS index c075606b..a74c403f 100644 --- a/NEWS +++ b/NEWS @@ -39,6 +39,14 @@ fetchmail 6.3.1 (not yet released): * Fix segfault (null pointer dereference) on some operating systems with fetchmail's obsolete DNS MX/host alias lookups in multidrop mode. Patch by Dr.-Ing. Andreas Haakh. (MA) +* Close SMTP sockets early, to reduce resource usage, trigger earlier delivery + with some MTAs and avoid SIGPIPE (SIG 13) when the SMTP listener gets bored + and drops the connection after timeout. Patch by Sunil Shetye. (MA) +* Don't treat hitting a fetch limit as error. Patch by Sunil Shetye. (MA) +* Fix negative "messages left on server" on idle/repoll with fetchlimit. + Patch by Sunil Shetye. (MA) +* Properly track logout stage. Patch by Sunil Shetye. (MA) +* Preserve error conditions across postconnect script. Sunil Shetye. (MA) fetchmail 6.3.0 (released 2005-11-30): -- cgit v1.2.3