From mboxrd@z Thu Jan 1 00:00:00 1970 X-Msuck: nntp://news.gmane.io/gmane.emacs.gnus.general/9797 Path: main.gmane.org!not-for-mail From: Per Abrahamsen Newsgroups: gmane.emacs.gnus.general Subject: Re: Gnus, movemail, POP3, trailing empty lines Date: 04 Feb 1997 14:10:02 +0100 Organization: The Church of Emacs Sender: abraham@dina.kvl.dk Message-ID: References: NNTP-Posting-Host: coloc-standby.netfonds.no Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit X-Trace: main.gmane.org 1035149767 20611 80.91.224.250 (20 Oct 2002 21:36:07 GMT) X-Complaints-To: usenet@main.gmane.org NNTP-Posting-Date: Sun, 20 Oct 2002 21:36:07 +0000 (UTC) Return-Path: Original-Received: from ifi.uio.no (0@ifi.uio.no [129.240.64.2]) by deanna.miranova.com (8.8.5/8.8.5) with SMTP id FAA11993 for ; Tue, 4 Feb 1997 05:45:09 -0800 Original-Received: from elc1.dina.kvl.dk (elc1.dina.kvl.dk [130.225.40.228]) by ifi.uio.no with ESMTP (8.6.11/ifi2.4) id for ; Tue, 4 Feb 1997 14:11:30 +0100 Original-Received: from zuse.dina.kvl.dk (zuse.dina.kvl.dk [130.225.40.245]) by elc1.dina.kvl.dk (8.6.12/8.6.4) with ESMTP id OAA22152; Tue, 4 Feb 1997 14:01:39 +0100 Original-Received: (abraham@localhost) by zuse.dina.kvl.dk (8.6.12/8.6.4) id OAA16025; Tue, 4 Feb 1997 14:10:03 +0100 Original-To: ding@ifi.uio.no X-Face: +kRV2]2q}lixHkE{U)mY#+6]{AH=yN~S9@IFiOa@X6?GM|8MBp/ In-Reply-To: Kai Grossjohann's message of 04 Feb 1997 13:05:14 +0100 Original-Lines: 18 X-Mailer: Gnus v5.4.10/Emacs 19.34 Xref: main.gmane.org gmane.emacs.gnus.general:9797 X-Report-Spam: http://spam.gmane.org/gmane.emacs.gnus.general:9797 Kai Grossjohann writes: > The POP3 server spits out mails separated by "\nFrom " but not > "\n\nFrom ". If the standard sez one "\n" is enough then Gnus should > grok that, too, shouldn't it? As far as I can see from RFC 1939 and movemail.c: A pop server always spit out a single message a time, so it doesn't have any use for unix mbox format. In fact, it would be a violation of the protocol if a messages began with `From '. It may contain as many "From " lines as wants, with or without a preceding empty line. They are still part of a single message. Movemail creates its output in BABYL format, and furthermore quotes all "From " lines it sees just to be sure. If I read these correct, you have a seriously broken POP server.