diff options
author | Matthias Andree <matthias.andree@gmx.de> | 2006-03-03 20:56:20 +0000 |
---|---|---|
committer | Matthias Andree <matthias.andree@gmx.de> | 2006-03-03 20:56:20 +0000 |
commit | 9e34be7b46d90ff3e749c9da440bd10aee9b1d8a (patch) | |
tree | c274ea153c7597fdf92bcefa2b66b9d7de2e818a | |
parent | e15800830f0dfb5a944b1c47ee331a57466de295 (diff) | |
download | fetchmail-9e34be7b46d90ff3e749c9da440bd10aee9b1d8a.tar.gz fetchmail-9e34be7b46d90ff3e749c9da440bd10aee9b1d8a.tar.bz2 fetchmail-9e34be7b46d90ff3e749c9da440bd10aee9b1d8a.zip |
Move more stuff to trunk/TODO.
Remove fixed blank line printing.
svn path=/branches/BRANCH_6-3/; revision=4718
-rw-r--r-- | TODO | 29 |
1 files changed, 1 insertions, 28 deletions
@@ -1,32 +1,5 @@ -For 6.3.X: +For 6.3.3: ========== Casper Gripenberg's 6.3.2 no-IDLE/NOOP hang with EXISTS (see full trace and patch on fetchmail-devel). - -20060213T122015 [ 53: Frederic Marchal] [fetchmail-users] Incorrect header line and lost mails - -See if fetchmail still segfaults (see quotes of Frederic Marchal -2006-02-17): -> In fetchmail, the problem is clearly located in transact.c (I wouldn't -> call it a bug until I get some clarification from the one who wrote -> it). The part of the code that rejects the mail is preceded by a comment -> stating -> -> * At least one brain-dead website (netmind.com) is known to -> * send out robotmail that's missing the RFC822 delimiter blank -> * line before the body! Without this check fetchmail segfaults. -> * With it, we treat such messages as spam and refuse them. -> -> But the test after this comment doesn't test for the beginning of the -> body but for a header line not starting with a blank and not containing -> a colon. - -Yves Boisjoly reports that NTLM auth needs to use the real Wks field -rather than duplicating the user name (see l. 211 in smbutil.c). - -Make fetchmailconf a noarch RPM (needs %ifarch hacks and running -rpmbuild twice). - -fetchmail -vvvv --syslog prints blank lines on the screen. -Probably uid.c lines 254 and 265. |