diff options
author | Matthias Andree <matthias.andree@gmx.de> | 2010-01-28 00:16:07 +0000 |
---|---|---|
committer | Matthias Andree <matthias.andree@gmx.de> | 2010-01-28 00:16:07 +0000 |
commit | 6827f405d1239ba41e62181c88ab6cff51ca44f8 (patch) | |
tree | f9214cbdfeb7919d6588e1d378c079c172e0d6b6 /NEWS | |
parent | ca66045dfe48faa985f39c0208aded9f93d3da96 (diff) | |
download | fetchmail-6827f405d1239ba41e62181c88ab6cff51ca44f8.tar.gz fetchmail-6827f405d1239ba41e62181c88ab6cff51ca44f8.tar.bz2 fetchmail-6827f405d1239ba41e62181c88ab6cff51ca44f8.zip |
Recover from SMTP protocol errors on RSET. (Sunil Shetye)
Apply patch from Sunil Shetye to fix a problem reported by James Moe.
Before this fix, fetchmail's SMTP client would not recover from errors
such as lost connections that were encountered when fetchmail had sent
RSET, for instance, after an anti-spam filter dropped the connection
after detecting spam. Fetchmail then tried to send subsequent mail
through this broken connection and deferred retrieval until the next
poll. Now, if RSET fails, fetchmail closes the connection and reopens
it for the next message to be delivered.
svn path=/branches/BRANCH_6-3/; revision=5463
Diffstat (limited to 'NEWS')
-rw-r--r-- | NEWS | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -58,6 +58,9 @@ fetchmail 6.3.14 (not yet released): Fix by Sunil Shetye (the fix also consolidates IMAP response handling, improving overall robustness of the IMAP client), bug report and testing by Matt Doran, with further hints from Timo Sirainen. +* The SMTP client now recovers from errors (such as servers dropping the + connection after errors) when sending an RSET command. + Fix by Sunil Shetye. Report by James Moe. # CHANGES * Only include gssapi.h if we're not including gssapi/gssapi.h, to fix a FreeBSD |