Received: from localhost by CS.UTK.EDU with SMTP (cf v2.9s-UTK) id LAA01812; Sun, 4 Jun 1995 11:00:44 -0400 X-Resent-To: drums@CS.UTK.EDU ; Sun, 4 Jun 1995 11:00:43 EDT Errors-to: owner-drums@CS.UTK.EDU Received: from po6.andrew.cmu.edu by CS.UTK.EDU with ESMTP (cf v2.9s-UTK) id LAA01795; Sun, 4 Jun 1995 11:00:41 -0400 Received: (from postman@localhost) by po6.andrew.cmu.edu (8.6.12/8.6.12) id LAA09043 for drums@CS.UTK.EDU; Sun, 4 Jun 1995 11:00:32 -0400 Received: via switchmail; Sun, 4 Jun 1995 11:00:29 -0400 (EDT) Received: from hogtown.andrew.cmu.edu via qmail ID ; Sun, 4 Jun 1995 10:59:59 -0400 (EDT) Received: from hogtown.andrew.cmu.edu via qmail ID ; Sun, 4 Jun 1995 10:59:55 -0400 (EDT) Received: from BatMail.robin.v2.14.CUILIB.3.45.SNAP.NOT.LINKED.hogtown.andrew.cmu.edu.sun4c.411 via MS.5.6.hogtown.andrew.cmu.edu.sun4c_411; Sun, 4 Jun 1995 10:59:51 -0400 (EDT) Message-ID: Date: Sun, 4 Jun 1995 10:59:51 -0400 (EDT) From: John Gardiner Myers To: drums@CS.UTK.EDU Subject: Re: RFC 821 problem list In-Reply-To: <199506040658.CAA20078@cmu2.cs.cmu.edu> References: <199506040658.CAA20078@cmu2.cs.cmu.edu> Beak: Is Harald.T.Alvestrand@uninett.no writes: > If the response started with 4, the same mailer would retry exactly the > same transaction; since all the too-many recipients are intended for delivery > to this exact system, the number will not go down on a retry, and the error > is likely to remain permanent. You're missing something here. Assume the server has a limit of 100 recipients. The first 100 RCPT commands will result in a 250 response. The 101st through Nth RCPT command will result in a "too many recipients" error. When the client completes the DATA command, the mail gets delivered to the first 100 recipients. If the server returns a 5XX code for this condition, then the SMTP client will bounce the mail for the 101st through Nth recipient. If the server returns a 4XX code for this condition, then the client will retry. Since the first 100 recipients got successfully handled in the previous transaction, the retry will start with the 101st recipient and will be able to successfully deliver up to another 100 recipients. -- _.John G. Myers Internet: jgm+@CMU.EDU LoseNet: ...!seismo!ihnp4!wiscvm.wisc.edu!give!up