From: <ad...@be...> - 2007-05-03 00:55:23
|
Bug #10972, was updated on 2007-May-03 00:51 Here is a current snapshot of the bug. Project: Community Fetchmail Category: None Status: Open Resolution: None Bug Group: None Priority: 5 Submitted by: bviktor Assigned to : none Summary: Fetchmail refetches big messages repeatedly Details: If downloading a message takes more time than the configured timeout value, fetchmail does not mark it as read, or delete it from the server, even if it has been delivered correctly. This makes it refetch the same message repeatedly (like a mail loop). I'm using fetchmail on a Debian "etch" server with the following configuration: fetchmail -V: "This is fetchmail release 6.3.6+NTLM+SDPS+SSL+NLS." fetchmailrc: set syslog set daemon 120 defaults timeout 60, fetchall poll "mail.web-server.hu" protocol POP3: user "***" there with password "***" is "***" here fetchall nokeep ssl; The server I'm connecting to is a bit broken SSL-wise: Server certificate verification error: self signed certificate Server CommonName mismatch: localhost != mail.web-server.hu For detailed info, follow this link: http://developer.berlios.de/bugs/?func=detailbug&bug_id=10972&group_id=1824 |