Re: smtpupd-12: <SP> optional in replies?

Eric Allman <eric+ietf@sendmail.org> Wed, 02 August 2000 14:29 UTC

Received: from cs.utk.edu (CS.UTK.EDU [128.169.94.1]) by ietf.org (8.9.1a/8.9.1a) with ESMTP id KAA01080 for <drums-archive@odin.ietf.org>; Wed, 2 Aug 2000 10:29:18 -0400 (EDT)
Received: from localhost (daemon@localhost) by cs.utk.edu with SMTP (cf v2.9s-UTK) id KAA24429; Wed, 2 Aug 2000 10:28:56 -0400 (EDT)
Received: by cs.utk.edu (bulk_mailer v1.13); Wed, 2 Aug 2000 10:28:54 -0400
Received: by cs.utk.edu (cf v2.9s-UTK) id KAA24412; Wed, 2 Aug 2000 10:28:53 -0400 (EDT)
Received: from knecht.Sendmail.ORG (marvin@localhost) by cs.utk.edu with ESMTP (cf v2.9s-UTK) id KAA24396; Wed, 2 Aug 2000 10:28:50 -0400 (EDT)
Received: from knecht.Sendmail.ORG (209.31.233.176 -> knecht.sendmail.org) by cs.utk.edu (smtpshim v1.0); Wed, 2 Aug 2000 10:28:50 -0400
Received: from jean-baptiste.sendmail.org (wireless-133-231.ietf.marconi.com [147.73.133.231]) by knecht.Sendmail.ORG (8.10.1/8.10.1) with ESMTP id e72ESlb28616; Wed, 2 Aug 2000 07:28:48 -0700 (PDT)
Received: from jean-baptiste.sendmail.org (localhost.sendmail.org [127.0.0.1]) by jean-baptiste.sendmail.org (Switch-2.0.0/Switch-2.0.0) with ESMTP id e72ESju00965; Wed, 2 Aug 2000 07:28:45 -0700 (PDT)
Message-Id: <200008021428.e72ESju00965@jean-baptiste.sendmail.org>
X-Mailer: exmh version 2.1.2 06/08/2000
To: Gregory Neil Shapiro <gshapiro@gshapiro.net>
From: Eric Allman <eric+ietf@sendmail.org>
X-URL: http://WWW.Sendmail.ORG/~eric
cc: drums@cs.utk.edu
Subject: Re: smtpupd-12: <SP> optional in replies?
In-reply-to: Mail from Gregory Neil Shapiro <gshapiro@gshapiro.net> dated Sun, 30 Jul 2000 21:43:29 PDT <14725.1009.660906.108929@monkeyboy.gshapiro.net>
Date: Wed, 02 Aug 2000 07:28:44 -0700
Sender: eric@sendmail.org
List-Unsubscribe: <mailto:drums-request@cs.utk.edu?Subject=unsubscribe>

I'm sorry, I'm supposed to suggest modified text....

In 4.2.1, I suggest changing:

  In many cases the SMTP client then simply needs to search for the reply
  code followed by <SP> at the beginning of a line, and ignore all
  preceding lines.

to:

  In many cases the SMTP client then simply needs to search for a line
  beginning with the reply code followed by <SP> or <CRLF>, and ignore
  all preceding lines.

eric



============= In Reply To: ===========================================
: From:  Gregory Neil Shapiro <gshapiro@gshapiro.net>
: Subject:  smtpupd-12: <SP> optional in replies?
: Date:  Sun, 30 Jul 2000 21:43:29 -0700 (PDT)

: Section 4.2.1 states, "In many cases the SMTP client then simply needs to
: search for the reply code followed by <SP> at the beginning of a line."
: 
: Earlier in section 4.2, the document claims the <SP> part of the text
: portion of the reply and is therefore optional (the ABNF backs up this
: fact).  The quoted text from 4.2.1 conflicts with this.