diff options
author | Matthias Andree <matthias.andree@gmx.de> | 2010-09-27 13:24:38 +0200 |
---|---|---|
committer | Matthias Andree <matthias.andree@gmx.de> | 2010-09-27 13:24:38 +0200 |
commit | 77317bf3d6d96a3ca580ea38039ceed23026dcdf (patch) | |
tree | f1a1ededeebfae72de5535f342e84ca7a1a0ecbd | |
parent | 25a88150b49f7bebafd616745e467c87a9d699d2 (diff) | |
download | fetchmail-77317bf3d6d96a3ca580ea38039ceed23026dcdf.tar.gz fetchmail-77317bf3d6d96a3ca580ea38039ceed23026dcdf.tar.bz2 fetchmail-77317bf3d6d96a3ca580ea38039ceed23026dcdf.zip |
Add Debian Bug #531589 assessment.
-rw-r--r-- | TODO.txt | 4 |
1 files changed, 4 insertions, 0 deletions
@@ -6,6 +6,10 @@ soon - MUST: - 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. |