From mboxrd@z Thu Jan 1 00:00:00 1970 X-Msuck: nntp://news.gmane.io/gmane.emacs.gnus.general/22208 Path: main.gmane.org!not-for-mail From: Kai.Grossjohann@CS.Uni-Dortmund.DE Newsgroups: gmane.emacs.gnus.general Subject: Re: bad (i.e. serious) mail problems Date: 01 Apr 1999 11:23:13 +0200 Sender: owner-ding@hpc.uh.edu Message-ID: References: <99Mar30.101000est.13914-3@gateway.intersys.com> <99Mar31.100918est.13949-3@gateway.intersys.com> NNTP-Posting-Host: coloc-standby.netfonds.no Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: main.gmane.org 1035160170 26935 80.91.224.250 (21 Oct 2002 00:29:30 GMT) X-Complaints-To: usenet@main.gmane.org NNTP-Posting-Date: Mon, 21 Oct 2002 00:29:30 +0000 (UTC) Return-Path: Original-Received: from farabi.math.uh.edu (farabi.math.uh.edu [129.7.128.57]) by sclp3.sclp.com (8.8.5/8.8.5) with ESMTP id EAA14790 for ; Thu, 1 Apr 1999 04:24:19 -0500 (EST) Original-Received: from sina.hpc.uh.edu (lists@Sina.HPC.UH.EDU [129.7.3.5]) by farabi.math.uh.edu (8.9.1/8.9.1) with ESMTP id DAB18015; Thu, 1 Apr 1999 03:23:38 -0600 (CST) Original-Received: by sina.hpc.uh.edu (TLB v0.09a (1.20 tibbs 1996/10/09 22:03:07)); Thu, 01 Apr 1999 03:24:05 -0600 (CST) Original-Received: from sclp3.sclp.com (root@sclp3.sclp.com [204.252.123.139]) by sina.hpc.uh.edu (8.7.3/8.7.3) with ESMTP id DAA09864 for ; Thu, 1 Apr 1999 03:23:57 -0600 (CST) Original-Received: from waldorf.cs.uni-dortmund.de (waldorf.cs.uni-dortmund.de [129.217.4.42]) by sclp3.sclp.com (8.8.5/8.8.5) with ESMTP id EAA14779 for ; Thu, 1 Apr 1999 04:23:48 -0500 (EST) Original-Received: from ramses.cs.uni-dortmund.de (ramses.cs.uni-dortmund.de [129.217.20.180]) by waldorf.cs.uni-dortmund.de with SMTP id KAA12877 for ; Thu, 1 Apr 1999 10:23:15 +0100 (MET) Original-Received: (grossjoh@localhost) by ramses.cs.uni-dortmund.de id LAA26727; Thu, 1 Apr 1999 11:23:14 +0200 Original-To: ding@gnus.org In-Reply-To: Christopher K Davis's message of "31 Mar 1999 16:24:07 -0500" Original-Lines: 24 User-Agent: Gnus/5.07008 (Pterodactyl Gnus v0.80) Emacs/20.3 Precedence: list X-Majordomo: 1.94.jlt7 Xref: main.gmane.org gmane.emacs.gnus.general:22208 X-Report-Spam: http://spam.gmane.org/gmane.emacs.gnus.general:22208 Christopher K Davis writes: > According to the POP3 specification in RFC 1939, RETR returns a message > (page 8). So any string in the message must not be interpreted as the end of the message. So From_ must not be interpreted as the end of the message. What pop3-movemail does amounts to interpreting From_ as the end of the message (the beginning of a new one, actually, but you know what I mean). In particular, RFC 821 allows any sequence of ASCII characters in the body of a message, except ( alone or alone are allowed). Thus, F r o m is allowed to be part of the body of a message. When such a message is written to an mbox format file, conversion must be done because mbox format says that such a line is not allowed to be part of the body of a message. kai -- I'd like to welcome you and an orange juice, please.