diff options
author | Sunil Shetye <sunilshetye@rocketmail.com> | 2012-05-09 13:40:12 +0530 |
---|---|---|
committer | Matthias Andree <matthias.andree@gmx.de> | 2012-05-10 17:25:41 +0200 |
commit | e08e5a23758e36466a64345bd56d515a4ada9552 (patch) | |
tree | 8641ab430a801e893e05cdfb9a6821867d0b13ef /NEWS | |
parent | 5698169f15c7d3a020f583f88fcc2c793d7a45c4 (diff) | |
download | fetchmail-e08e5a23758e36466a64345bd56d515a4ada9552.tar.gz fetchmail-e08e5a23758e36466a64345bd56d515a4ada9552.tar.bz2 fetchmail-e08e5a23758e36466a64345bd56d515a4ada9552.zip |
fetchmail workaround for a bug in Microsoft Exchange
treat missing header in response to a FETCH command as a transient error
(Reported by John Connett)
if there are too many transient errors, log it.
Diffstat (limited to 'NEWS')
-rw-r--r-- | NEWS | 5 |
1 files changed, 5 insertions, 0 deletions
@@ -95,6 +95,11 @@ fetchmail-6.3.22 (not yet released): a header request, in the face of message corruption. fetchmail now treats these as temporary errors. Report and Patch by Mikulas Patocka, Red Hat. +* Some servers, notably Microsoft Exchange, return "A0009 OK FETCH completed." + without any header in response to a header request for meeting reminder + messages (with a "meeting.ics" attachment). fetchmail now treats these as + transient errors. Report by John Connett, Patch by Sunil Shetye. + fetchmail-6.3.21 (released 2011-08-21, 26011 LoC): |