X-Original-To: alpine-devel@lists.alpinelinux.org Delivered-To: alpine-devel@lists.alpinelinux.org Received: from mail.branchservices.net (unknown [208.74.141.42]) by lists.alpinelinux.org (Postfix) with ESMTP id 26E6B1EC810 for ; Wed, 8 Apr 2009 18:51:28 +0000 (UTC) Received: from mail.branchservices.net (localhost [127.0.0.1]) by mail.branchservices.net (Postfix) with ESMTP id CEEB4E0025B2 for ; Wed, 8 Apr 2009 18:51:27 +0000 (UTC) Received: from [172.21.194.9] (unknown [172.21.194.9]) by mail.branchservices.net (Postfix) with ESMTP id A26A7E000D37 for ; Wed, 8 Apr 2009 18:51:27 +0000 (UTC) Message-ID: <49DCF22E.5070209@jamailca.com> Date: Wed, 08 Apr 2009 14:51:26 -0400 From: aalatchm User-Agent: Mozilla-Thunderbird 2.0.0.6 (X11/20071009) X-Mailinglist: alpine-devel Precedence: list List-Id: Alpine Development List-Unsubscribe: List-Post: List-Help: List-Subscribe: MIME-Version: 1.0 To: alpine-devel@lists.alpinelinux.org Subject: [alpine-devel] Bug in fetchmail-6.3.8-r2 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit X-Virus-Scanned: ClamAV using ClamSMTP Developers, When using fetchmail-6.3.8-r2 (the newest available) on alpine-1.7.28.1 081209, fetchmail does not properly handle the 'fetchall' keyword in a fetchmailrc file. It seems to leave "viewed" messages on the remote server. However, using the /-a/ command-line option (which, according to the man page, is equivalent to 'fetchall') fetchmail gets the "viewed" messages as expected. The following are excerpts of the fetchmail command output: # fetchmail -vv --nosyslog -f /etc/fetchmailrc ... 7 messages for USER@DOMAIN.NET at SERVER.DOMAIN.NET (301242 octets). fetchmail: POP3> LIST 1 fetchmail: POP3< +OK 1 6696 fetchmail: POP3> RETR 1 fetchmail: timeout after 300 seconds waiting for server SERVER.DOMAIN.NET. fetchmail: socket error while fetching from USER@DOMAIN.NET@SERVER.DOMAIN.NET ... # fetchmail -vv --nosyslog -a -f /etc/fetchmailrc 7 messages for USER@DOMAIN.NET at SERVER.DOMAIN.NET (301242 octets). fetchmail: POP3> LIST 1 fetchmail: POP3< +OK 1 6696 fetchmail: POP3> RETR 1 fetchmail: POP3< +OK 6696 octets reading message USER@DOMAIN.NET@SERVER.DOMAIN.NET:1 of 7 (6696 octets) ... fetchmail: SMTP< 250 Ok: queued as 72B855008E flushed fetchmail: POP3> DELE 1 fetchmail: POP3< +OK Marked to be deleted. fetchmail: POP3> LIST 2 fetchmail: POP3< +OK 2 2606 fetchmail: POP3> RETR 2 fetchmail: POP3< +OK 2606 octets ...[etc. for the rest of the messages] -aalatchm --- Unsubscribe: alpine-devel+unsubscribe@lists.alpinelinux.org Help: alpine-devel+help@lists.alpinelinux.org ---