Re: [ietf-smtp] DSNs

Sam Varshavchik <mrsam@courier-mta.com> Tue, 28 April 2020 22:50 UTC

Return-Path: <mrsam@courier-mta.com>
X-Original-To: ietf-smtp@ietfa.amsl.com
Delivered-To: ietf-smtp@ietfa.amsl.com
Received: from localhost (localhost [127.0.0.1]) by ietfa.amsl.com (Postfix) with ESMTP id 4AEA43A07A9 for <ietf-smtp@ietfa.amsl.com>; Tue, 28 Apr 2020 15:50:50 -0700 (PDT)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -1.899
X-Spam-Level:
X-Spam-Status: No, score=-1.899 tagged_above=-999 required=5 tests=[BAYES_00=-1.9, SPF_HELO_NONE=0.001, SPF_PASS=-0.001, URIBL_BLOCKED=0.001] autolearn=ham autolearn_force=no
Received: from mail.ietf.org ([4.31.198.44]) by localhost (ietfa.amsl.com [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id 6BhkeV6zC-CR for <ietf-smtp@ietfa.amsl.com>; Tue, 28 Apr 2020 15:50:49 -0700 (PDT)
Received: from mailx.courier-mta.com (mailx.courier-mta.com [68.166.206.83]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-SHA (256/256 bits)) (No client certificate requested) by ietfa.amsl.com (Postfix) with ESMTPS id 0912F3A079E for <ietf-smtp@ietf.org>; Tue, 28 Apr 2020 15:50:48 -0700 (PDT)
Received: from monster.email-scan.com (monster.email-scan.com [::ffff:192.168.0.2]) (TLS: TLSv1.3,256bits,TLS_AES_256_GCM_SHA384) by www.courier-mta.com with UTF8ESMTPS id 00000000002C0012.000000005EA8B346.0000BA6F; Tue, 28 Apr 2020 18:50:46 -0400
Received: from monster.email-scan.com (localhost [127.0.0.1]) (IDENT: uid 1004) by monster.email-scan.com with UTF8ESMTP id 000000000005E9BC.000000005EA8B345.000178E7; Tue, 28 Apr 2020 18:50:45 -0400
References: <20200428221357.D6FAB188397F@ary.qy>
Message-ID: <cone.1588114245.584354.86006.1004@monster.email-scan.com>
X-Mailer: http://www.courier-mta.org/cone/
From: Sam Varshavchik <mrsam@courier-mta.com>
To: ietf-smtp@ietf.org
Date: Tue, 28 Apr 2020 18:50:45 -0400
Mime-Version: 1.0
Content-Type: multipart/signed; boundary="=_monster.email-scan.com-86006-1588114245-0003"; micalg="pgp-sha1"; protocol="application/pgp-signature"
Archived-At: <https://mailarchive.ietf.org/arch/msg/ietf-smtp/qSWRhGagCuLISDp1LQgy4EzPwAI>
Subject: Re: [ietf-smtp] DSNs
X-BeenThere: ietf-smtp@ietf.org
X-Mailman-Version: 2.1.29
Precedence: list
List-Id: "Discussion of issues related to Simple Mail Transfer Protocol \(SMTP\) \[RFC 821, RFC 2821, RFC 5321\]" <ietf-smtp.ietf.org>
List-Unsubscribe: <https://www.ietf.org/mailman/options/ietf-smtp>, <mailto:ietf-smtp-request@ietf.org?subject=unsubscribe>
List-Archive: <https://mailarchive.ietf.org/arch/browse/ietf-smtp/>
List-Post: <mailto:ietf-smtp@ietf.org>
List-Help: <mailto:ietf-smtp-request@ietf.org?subject=help>
List-Subscribe: <https://www.ietf.org/mailman/listinfo/ietf-smtp>, <mailto:ietf-smtp-request@ietf.org?subject=subscribe>
X-List-Received-Date: Tue, 28 Apr 2020 22:50:50 -0000

John Levine writes:

> In article <cone.1588076349.709902.75652.1004@monster.email-scan.com> you  
> write:
> >> In general I agree but there are still situations where an MTA (mine
> >> for example) accepts a message intending to forward it somewhere else
> >> and then the forward fails.  Either send a DSN or drop it on the floor
> >> at that point.
> >
> >Well, yes. You take ownership of that message by the act of forwarding, you
> >now own it, from the point of forwarding. If you don't want to disclose the
> >forwarded-to address, that's your responsibility, so either set the sender's
> >address to <>, or to some other address where you want the bounces to go.
>
> Huh?  If I send a DSN it includes the original delivery address but it
> doesn't have to include the forwarded-to address.

I'm talking about the forwarding system. Whatever's forwarding the message,  
it can easily reset the return address to <>, or to some bit bucket.

>From that point on, any DSN can be sent normally. It won't go anywhere, and  
the sender will never see it.

For all practical matters, the forwarding system is the end recipient, and  
would report any success DSN. Hooray, your message was received by  
mrsam@courier-mta.com.

The fact that it gets forwarded to sam.varshavchik@gmail.com by my  
forwarding script (it's not, this is just as an example) is something that  
you have any knowledge of. The return address on the forwarded message is  
not johnl@taugh.com any more, it's nobody@courier-mta.com. Or maybe it's  
even <>. You have no knowledge of that, either. Since I received the mail,  
and I decided to forward it, I can change the return address. There is no  
law that says that I must keep it the same.

Either way, since I set up the forwarding: if it breaks and I lose my mail,  
I only have myself to blame and noone else. Noone else is responsible for my  
forwarded mail other than myself.

But, as far as you're concerned, you sent mail to mrsam@courier-mta.com with  
NOTIFY=SUCCESS, and you got a DSN stating that fact. That's all you know.  
Did I get it at this address, or the other one? You'll never know.