From mboxrd@z Thu Jan 1 00:00:00 1970 X-Msuck: nntp://news.gmane.io/gmane.emacs.gnus.general/34678 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: 09 Feb 2001 13:11:42 +0100 Sender: owner-ding@hpc.uh.edu Message-ID: References: <87y9vujkvd.fsf@torus.tenzing.com> <87lmrij8e2.fsf@inanna.rimspace.net> <8766imnfa9.fsf@torus.tenzing.com> <874ry6j5i7.fsf@inanna.rimspace.net> <87pugtm754.fsf@torus.tenzing.com> <871yt9m4k3.fsf@torus.tenzing.com> NNTP-Posting-Host: coloc-standby.netfonds.no Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: main.gmane.org 1035170559 31596 80.91.224.250 (21 Oct 2002 03:22:39 GMT) X-Complaints-To: usenet@main.gmane.org NNTP-Posting-Date: Mon, 21 Oct 2002 03:22:39 +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 58603D049D for ; Fri, 9 Feb 2001 07:12:30 -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 GAC04931; Fri, 9 Feb 2001 06:12:15 -0600 (CST) Original-Received: by sina.hpc.uh.edu (TLB v0.09a (1.20 tibbs 1996/10/09 22:03:07)); Fri, 09 Feb 2001 06:11:32 -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 GAA27064 for ; Fri, 9 Feb 2001 06:11:21 -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 2AFD2D049D for ; Fri, 9 Feb 2001 07:11:51 -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 NAA12890; Fri, 9 Feb 2001 13:11:48 +0100 (MET) Original-Received: from lucy.cs.uni-dortmund.de (lucy [129.217.20.160]) by marcy.cs.uni-dortmund.de id NAA09900; Fri, 9 Feb 2001 13:11:48 +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 NAA24533; Fri, 9 Feb 2001 13:11:48 +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: <871yt9m4k3.fsf@torus.tenzing.com> ("Steven E. Harris"'s message of "08 Feb 2001 10:07:40 -0800") User-Agent: Gnus/5.090001 (Oort Gnus v0.01) Emacs/21.0.98 Precedence: list X-Majordomo: 1.94.jlt7 Original-Lines: 27 Xref: main.gmane.org gmane.emacs.gnus.general:34678 X-Report-Spam: http://spam.gmane.org/gmane.emacs.gnus.general:34678 On 08 Feb 2001, Steven E. Harris wrote: > Okay, that sounds reasonable. So an empty body doesn't *need" > "." to terminate. It only needs "." to > terminate. If the body isn't empty, we leave the first as > part of the body and discard the ".". That would match the > behavior I've seen on MTAs I've tested with. This interpretation > makes sense, but it's not immediately apparent from reading RFC821. I don't think you should treat the differently for empty messages. Here's how to send an empty message: DATA . Here's a nonempty message: DATA foo . The message content is one line, containing the characters "foo" plus the EOL that comes after it. kai -- Be indiscrete. Do it continuously.