Received: from localhost by CS.UTK.EDU with SMTP (cf v2.9s-UTK) id FAA17219; Sat, 30 Jan 1999 05:27:47 -0500 (EST) Received: by cs.cs.utk.edu (bulk_mailer v1.11); Sat, 30 Jan 1999 05:26:34 -0500 Received: by CS.UTK.EDU (cf v2.9s-UTK) id FAA16663; Sat, 30 Jan 1999 05:26:32 -0500 (EST) Received: from koobera.math.uic.edu (IDENT:qmailr@koobera.math.uic.edu [131.193.178.247]) by CS.UTK.EDU with SMTP (cf v2.9s-UTK) id FAA16543; Sat, 30 Jan 1999 05:26:20 -0500 (EST) Received: (qmail 7188 invoked by uid 666); 30 Jan 1999 10:26:39 -0000 Date: 30 Jan 1999 10:26:39 -0000 Message-ID: <19990130102639.7187.qmail@cr.yp.to> From: "D. J. Bernstein" Mail-Followup-To: drums@cs.utk.edu To: drums@cs.utk.edu Subject: smtpupd-09 requires detailed reply code inspection List-Unsubscribe: > message data MUST NOT be sent unless a 354 reply is received. This requirement prohibits the behavior of many existing clients. If a server (in violation of RFC 821) sends (e.g.) a 387 reply, these clients will (as encouraged by RFC 821) treat 387 the same way as 354. Fix: ``message data MUST NOT be sent if the reply to DATA begins with 4 or 5.'' ---Dan