Re: [ietf-smtp] parsing SMTP replies

John C Klensin <john@jck.com> Mon, 22 March 2021 18:23 UTC

Return-Path: <john@jck.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 4AA8F3A0113 for <ietf-smtp@ietfa.amsl.com>; Mon, 22 Mar 2021 11:23:57 -0700 (PDT)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: 0.003
X-Spam-Level:
X-Spam-Status: No, score=0.003 tagged_above=-999 required=5 tests=[SPF_HELO_NONE=0.001, SPF_NONE=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 6eUw18ngrcms for <ietf-smtp@ietfa.amsl.com>; Mon, 22 Mar 2021 11:23:53 -0700 (PDT)
Received: from bsa2.jck.com (bsa2.jck.com [70.88.254.51]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (No client certificate requested) by ietfa.amsl.com (Postfix) with ESMTPS id 0BE503A0121 for <ietf-smtp@ietf.org>; Mon, 22 Mar 2021 11:23:52 -0700 (PDT)
Received: from [198.252.137.10] (helo=PSB) by bsa2.jck.com with esmtp (Exim 4.82 (FreeBSD)) (envelope-from <john@jck.com>) id 1lOPDR-0000gD-Pz; Mon, 22 Mar 2021 14:23:49 -0400
Date: Mon, 22 Mar 2021 14:23:44 -0400
From: John C Klensin <john@jck.com>
To: Ned Freed <ned.freed@mrochek.com>, Laura Atkins <laura@wordtothewise.com>
cc: ietf-smtp@ietf.org
Message-ID: <508CEF44080BF43456FE8548@PSB>
In-Reply-To: <01RWYP9ZH87A0085YQ@mauve.mrochek.com>
References: <CF0247A810AF9482CBB155E8@PSB> <01RWP85B98S4005PTU@mauve.mrochek.com> <20210316061139.GA26514@kiel.esmtp.org> <0d5912b5-6aba-728b-00de-a75397ad8ad8@tana.it> <01RWRTQUWB8Q005PTU@mauve.mrochek.com> <4EC92B6CFDD4220E0F692CF0@PSB> <cone.1616031446.909688.90196.1004@monster.email-scan.com> <7d448367-d5a0-7baf-3df4-dcafe1859437@network-heretics.com> <6057EFF6.7030401@isdg.net> <EF538EC2-9D1F-4C05-948D-7CFA29052B3A@wordtothewise.com> <01RWYP9ZH87A0085YQ@mauve.mrochek.com>
X-Mailer: Mulberry/4.0.8 (Win32)
MIME-Version: 1.0
Content-Type: text/plain; charset="us-ascii"
Content-Transfer-Encoding: 7bit
Content-Disposition: inline
X-SA-Exim-Connect-IP: 198.252.137.10
X-SA-Exim-Mail-From: john@jck.com
X-SA-Exim-Scanned: No (on bsa2.jck.com); SAEximRunCond expanded to false
Archived-At: <https://mailarchive.ietf.org/arch/msg/ietf-smtp/2XTiWyYh8pLhsfAUu3wf74MKroY>
Subject: Re: [ietf-smtp] parsing SMTP replies
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, 22 Mar 2021 18:23:57 -0000


--On Monday, March 22, 2021 08:57 -0700 Ned Freed
<ned.freed@mrochek.com> wrote:

>...
> It's somewhat temping to add some sort of "the MXes pointing
> at this server can be rolled up" indicator to the limits
> specification, but since it's not a limit it doesn't really
> fit. If done it needs to be a separate EHLO announcement.
>...

Ned, Laura,

Just a thought, based on little thinking and less information:
Are there any plausible circumstances in which a system might
want to encourage rolling up a few MXs but not very many?  If
so, that would turn it into a limit, rather than requiring a
separate announcement keyword.  I'm having trouble imagining
such a case, so, if the answer is "no", don't bother with a
detailed explanation.   However, because I think there is value
in minimizing the number of announcements, the question seems
worth asking.

    john