Re: [ietf-smtp] [Emailcore] Proposed ESMTP keyword RCPTLIMIT

Sam Varshavchik <mrsam@courier-mta.com> Mon, 15 March 2021 21:41 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 C76BE3A0FF7 for <ietf-smtp@ietfa.amsl.com>; Mon, 15 Mar 2021 14:41:59 -0700 (PDT)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -1.9
X-Spam-Level:
X-Spam-Status: No, score=-1.9 tagged_above=-999 required=5 tests=[BAYES_00=-1.9, SPF_HELO_NONE=0.001, SPF_PASS=-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 Wfk4Gx7AB-XZ for <ietf-smtp@ietfa.amsl.com>; Mon, 15 Mar 2021 14:41:58 -0700 (PDT)
Received: from mailx.courier-mta.com (mailx.courier-mta.com [68.166.206.83]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by ietfa.amsl.com (Postfix) with ESMTPS id 3D0F03A0FEA for <ietf-smtp@ietf.org>; Mon, 15 Mar 2021 14:41:58 -0700 (PDT)
Received: from monster.email-scan.com (monster.email-scan.com [::ffff:192.168.0.2]) (TLS: TLS1.3,256bits,ECDHE_RSA_AES_256_GCM_SHA384) by www.courier-mta.com with UTF8SMTPS id 00000000002C0037.00000000604FD4A2.000055E2; Mon, 15 Mar 2021 17:41:53 -0400
Received: from monster.email-scan.com (localhost [127.0.0.1]) (IDENT: uid 1004) by monster.email-scan.com with UTF8SMTP id 000000000001E836.00000000604FD4A1.0000D399; Mon, 15 Mar 2021 17:41:53 -0400
References: <77B21231-47EA-4CA6-A665-5880B6A54D4D@wordtothewise.com> <20210312203224.F3739701E4C5@ary.qy> <01RWOUM3HK0Q005PTU@mauve.mrochek.com> <e6e5d166-ded5-b6c0-db9a-57c44e8bd92a@dcrocker.net> <01RWOX4A2CZG005PTU@mauve.mrochek.com> <1945b86f-7c29-b68e-30e9-e08a62a8dcef@dcrocker.net>
Message-ID: <cone.1615844513.220592.51342.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: Mon, 15 Mar 2021 17:41:53 -0400
Mime-Version: 1.0
Content-Type: multipart/signed; boundary="=_monster.email-scan.com-51342-1615844513-0001"; micalg="pgp-sha1"; protocol="application/pgp-signature"
Archived-At: <https://mailarchive.ietf.org/arch/msg/ietf-smtp/AScGOapt6YKmq7mivZNwKCjLbvM>
Subject: Re: [ietf-smtp] [Emailcore] Proposed ESMTP keyword RCPTLIMIT
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: Mon, 15 Mar 2021 21:42:00 -0000

Dave Crocker writes:

> Most of the time, enhancement mechanisms, like this, already have  
> significant adoption barriers.  So keeping them as simple as possible is to  
> be highly preferred, over making them more nuanced.

That's my take too. I am not sure what I'll gain from doing this in the  
first place, not to mention any extra complexity of this sort.

Without explicitly defined limits: I'm just picking a reasonable cap and  
duplicating each message, so their number of recipients is under the cap.  
This happens much earlier in the processing, even before attempting to find  
a willing MX to talk to.

MXes which do not announce their limits are going to dominate for some time.  
So, I still need to do this for the foreseeable time. So, what does this  
SMTP extension buy me? The only thing I can think of: not duplicating  
messages when I don't need to.

But the thing is: I don't recall anyone raising this to me, as a problem.  
This is not on my radar screen as a problem that wants to be solved.