From: <ad...@be...> - 2010-06-17 22:29:28
|
Bug #17272, was updated on 2010-Jun-17 14:17 Here is a current snapshot of the bug. Project: fetchmail Category: None Status: Closed Resolution: Fixed Bug Group: None Priority: 3 Submitted by: bjoernv Assigned to : m-a Summary: Fetchmail does not fetch some Web.DE mails Details: Fetchmail is not able to fetch some automatically generated Web.DE mails. Especially the so called "POP3 Reports" could not be fetched. These mails where generated by the German Freemail provider Web.DE if the user has some suspect mails in his folders which where not delivered by POP3. After some debugging I found, that these mails contain a header with some small problems. First the line "This is a multi-part message in MIME format." is part of the header. Second the header and the body is not divided by a single new line, but by a Space character followed by a new line. Fetchmails output and a Sample mail is appended. The problem was tested with Fetchmail 6.3.11 from openSUSE 11.2 and with the current GIT version. The mails from Web.DE are badly formatted. Anyway I think, that Fetchmail should be more tolerant with these mails. Normal MUAs like Seamonkey and Thunderbird can deal with the Web.DE mails. Follow-Ups: Date: 2010-Jun-17 22:29 By: m-a Comment: was fixed in 6.3.15 - will consider changing the error message ------------------------------------------------------- Date: 2010-Jun-17 22:21 By: bjoernv Comment: Using "--bad-header accept" helps to solve the issue with Web.DE. Fetchmail corrects the incorrect header with this option (Fetchmail inserts a newline before "This is a multi-part message in MIME format."). So the problem is solved for me. But may be, it's a good idea to add a hint after the error messages like "reading message XX...@po...:3 of 8 (10352 octets) fetchmail: incorrect header line found while scanning headers" Something link ("(try --bad-header accept)") would be helpful. ------------------------------------------------------- Date: 2010-Jun-17 21:01 By: m-a Comment: Please - complain to web.de to have them generate their messages in proper format - concurrently retest with fetchmail 6.3.17 and use "--bad-header accept" as command line option and follow up to report if this works. ------------------------------------------------------- Date: 2010-Jun-17 14:51 By: bjoernv Comment: Couldn't I attach files here? The sample Web.DE "POP3 Report" can be found here. If your browser shows extra newlines please download the file and open it with an good editor. The extra newlines are could be some "CR" characters: http://user.cs.tu-berlin.de/~bjoern/fetchmail/fetchmail-web.de-message.log.txt The sample Fetchmail log (from Fetchmail Git-Master on 2010-06-17) is here: http://user.cs.tu-berlin.de/~bjoern/fetchmail/fetchmail-git-master-web.de.log.txt ------------------------------------------------------- For detailed info, follow this link: http://developer.berlios.de/bugs/?func=detailbug&bug_id=17272&group_id=1824 |