Received: from localhost (daemon@localhost) by CS.UTK.EDU with SMTP (cf v2.9s-UTK) id QAA28700; Fri, 5 Jul 1996 16:55:53 -0400 Received: by CS.UTK.EDU (bulk_mailer v1.6); Fri, 5 Jul 1996 16:55:20 -0400 Received: from feyuri.microsoft.com (feyuri.microsoft.com [131.107.243.53]) by CS.UTK.EDU with SMTP (cf v2.9s-UTK) id QAA28547; Fri, 5 Jul 1996 16:55:16 -0400 Received: by feyuri.microsoft.com with SMTP (Microsoft Exchange Server Internet Mail Connector Version 4.0.986.0) id <01BB6A79.8A71C700@feyuri.microsoft.com>; Fri, 5 Jul 1996 13:54:52 -0700 Message-ID: From: "Sukvinder Singh Gill (Exchange)" To: "'drums@cs.utk.edu'" , "'Barry Finkel'" Cc: "'bsfinkel@anl.gov'" , "'moore@cs.utk.edu'" Subject: RE: Multiple 'To:" fields Date: Fri, 5 Jul 1996 13:54:43 -0700 X-Mailer: Microsoft Exchange Server Internet Mail Connector Version 4.0.986.0 MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit >When the cc:Mail SMTP gateway receives the 550 reply to the second RCPT TO >command, the gateway returns the mail to the sender as undeliverable. The >gateway does not send the mail to the valid recipients. Is this cc:Mail >gateway software violating the SMTP RFC? > Per RFC 821, they are not in violation. 821 does not state what SHOULD happen in this scenario. Basically in your example earlier, one recipient could have been delivered to, and the other could not. The Sender SMTP choose to NDR the message for all recipients, BUT, it should indicate which recipient(s) that caused the MTA to NDR the message. If it NDRs the message as undeliverable for all recipients then this is a bad thing, since it provides the sending user no idea why the message could not be delivered. Some MTAs choose to send the message and only generate an NDR for the recipients that failed. Others choose to NDR the entire message, and indicate which recipients had problems. It SHOULD be a requirement if its not documented anywhere that the MTA that generates the NDR MUST indicate the recipients that could not be delivered to. IMO opinion, I think users would only want an NDR for the recipient's that failed, since its easier to understand. But this is just my opinion. -Suki