From mboxrd@z Thu Jan 1 00:00:00 1970 X-Msuck: nntp://news.gmane.io/gmane.emacs.gnus.general/34639 Path: main.gmane.org!not-for-mail From: Kai.Grossjohann@CS.Uni-Dortmund.DE (Kai =?iso-8859-1?q?Gro=DFjohann?=) Newsgroups: gmane.emacs.gnus.general Subject: Re: SMTP question (not quite Gnus-related) Date: 08 Feb 2001 14:22:03 +0100 Sender: owner-ding@hpc.uh.edu Message-ID: References: <87y9vujkvd.fsf@torus.tenzing.com> <87lmrij8e2.fsf@inanna.rimspace.net> NNTP-Posting-Host: coloc-standby.netfonds.no Mime-Version: 1.0 Content-Type: text/plain; charset=iso-8859-1 Content-Transfer-Encoding: quoted-printable X-Trace: main.gmane.org 1035170529 31443 80.91.224.250 (21 Oct 2002 03:22:09 GMT) X-Complaints-To: usenet@main.gmane.org NNTP-Posting-Date: Mon, 21 Oct 2002 03:22:09 +0000 (UTC) Cc: ding@gnus.org Return-Path: Original-Received: from karazm.math.uh.edu (karazm.math.uh.edu [129.7.128.1]) by mailhost.sclp.com (Postfix) with ESMTP id 257FBD049D for ; Thu, 8 Feb 2001 08:22:59 -0500 (EST) Original-Received: from sina.hpc.uh.edu (lists@Sina.HPC.UH.EDU [129.7.3.5]) by karazm.math.uh.edu (8.9.3/8.9.3) with ESMTP id HAC03884; Thu, 8 Feb 2001 07:22:47 -0600 (CST) Original-Received: by sina.hpc.uh.edu (TLB v0.09a (1.20 tibbs 1996/10/09 22:03:07)); Thu, 08 Feb 2001 07:21:57 -0600 (CST) Original-Received: from mailhost.sclp.com (postfix@66-209.196.61.interliant.com [209.196.61.66] (may be forged)) by sina.hpc.uh.edu (8.9.3/8.9.3) with ESMTP id HAA19603 for ; Thu, 8 Feb 2001 07:21:46 -0600 (CST) Original-Received: from waldorf.cs.uni-dortmund.de (waldorf.cs.uni-dortmund.de [129.217.4.42]) by mailhost.sclp.com (Postfix) with ESMTP id 387CCD049D for ; Thu, 8 Feb 2001 08:22:16 -0500 (EST) Original-Received: from marcy.cs.uni-dortmund.de (marcy.cs.uni-dortmund.de [129.217.20.159]) by waldorf.cs.uni-dortmund.de with ESMTP id OAA16278; Thu, 8 Feb 2001 14:22:09 +0100 (MET) Original-Received: from lucy.cs.uni-dortmund.de (lucy [129.217.20.160]) by marcy.cs.uni-dortmund.de id OAA16534; Thu, 8 Feb 2001 14:22:08 +0100 (MET) Original-Received: (from grossjoh@localhost) by lucy.cs.uni-dortmund.de (8.9.3/8.9.3/Debian 8.9.3-21) id OAA15743; Thu, 8 Feb 2001 14:22:08 +0100 X-Face: 6=pZ4hVbjN:C?j1$h/-bi4:F%*~B#Rxb$[0%!{5NK"dE:_QRAM]Dzl=$yMu%Rh4xCSm/#>! $n%@SHJ](KFJKL,uF\=G=bRJQC$ ?+Dlxu*pj.Z,-GK<~y7sd/l*PN\]>} In-Reply-To: <87lmrij8e2.fsf@inanna.rimspace.net> (Daniel Pittman's message of "08 Feb 2001 12:00:53 +1100") User-Agent: Gnus/5.090001 (Oort Gnus v0.01) Emacs/21.0.98 Precedence: list X-Majordomo: 1.94.jlt7 Original-Lines: 25 Xref: main.gmane.org gmane.emacs.gnus.general:34639 X-Report-Spam: http://spam.gmane.org/gmane.emacs.gnus.general:34639 On 08 Feb 2001, Daniel Pittman wrote: > On 07 Feb 2001, Kai Gro=DFjohann wrote: >>=20 >> Actually, there is a contradiction right here, because `a line >> containing only a period' and the character sequence >> "." are not the same thing. >=20 > Actually, in SMTP, there isn't. The sequence of characters described > *anywhere* in the SMTP stream is an unambiguous end-of-data marker. In my understanding, a line contains some characters (possibly no characters) and then an end of line indicator. By this reading, "." is *two* lines: an empty line and a line containing only a dot. The dot-stuffing algorithm talks about lines in this way: some characters (or octets) followed by an EOL indicator. In "DATAfoo.", does the message contain "foo" or "foo"? Or even "foo"? kai --=20 Be indiscrete. Do it continuously.