diff options
author | Matthias Andree <matthias.andree@gmx.de> | 2010-10-05 02:19:17 +0200 |
---|---|---|
committer | Matthias Andree <matthias.andree@gmx.de> | 2010-10-05 02:19:17 +0200 |
commit | 20536148dfccf17fd1be5be2b98b4dc74500282f (patch) | |
tree | 96084ae66a92a36c82d31ed221caad7771eea66a | |
parent | ecc8edf91ce64d4c9f242fc425fe407a8acfaae6 (diff) | |
download | fetchmail-20536148dfccf17fd1be5be2b98b4dc74500282f.tar.gz fetchmail-20536148dfccf17fd1be5be2b98b4dc74500282f.tar.bz2 fetchmail-20536148dfccf17fd1be5be2b98b4dc74500282f.zip |
Degrade Debian Bug #531589
-rw-r--r-- | TODO.txt | 10 |
1 files changed, 5 insertions, 5 deletions
@@ -5,11 +5,6 @@ soon - MUST: - Debian Bug #475239, MIME decoder may break up words (need to quote results) - put bare IP addresses in brackets for SMTP (check if there are RFC 1123/5321/5322 differences) -- Debian Bug #531589: fetchmail ignores SIGUSR1 in idle mode. - seems non-trivial to fix: in imap_idle(), we wait for untagged - responses, and may be deep in SSL_peek -- and that restarts the - underlying blocking read() from the socket, so we never break out of - the SSL_peek() with SIGUSR1. - Fix further occurrences of SMTP reply code handling: - for proper smtp_reponse caching of multiline codes (there are some) - for stomping over control characters. @@ -21,6 +16,11 @@ soon - MUST: Postfix virtual users" around 2009-09-23 on fetchmail-users@). soon - SHOULD: +- Debian Bug #531589: fetchmail ignores SIGUSR1 in idle mode. + seems non-trivial to fix: in imap_idle(), we wait for untagged + responses, and may be deep in SSL_peek -- and that restarts the + underlying blocking read() from the socket, so we never break out of + the SSL_peek() with SIGUSR1. - add repoll for all kinds of auth failures (requires framework to track which auth failed in auto mode) - SockOpen sometimes exits with errno == 0, confusing users (found with |