Re: SMTP RFC: "MUST NOT" change or delete Received header

"John Levine" <johnl@taugh.com> Sun, 30 March 2014 15:14 UTC

Return-Path: <johnl@iecc.com>
X-Original-To: ietf@ietfa.amsl.com
Delivered-To: ietf@ietfa.amsl.com
Received: from localhost (ietfa.amsl.com [127.0.0.1]) by ietfa.amsl.com (Postfix) with ESMTP id A7DA81A0505 for <ietf@ietfa.amsl.com>; Sun, 30 Mar 2014 08:14:59 -0700 (PDT)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -1.137
X-Spam-Level:
X-Spam-Status: No, score=-1.137 tagged_above=-999 required=5 tests=[BAYES_00=-1.9, DKIM_SIGNED=0.1, DKIM_VALID=-0.1, DKIM_VALID_AU=-0.1, HELO_MISMATCH_COM=0.553, HOST_MISMATCH_NET=0.311, SPF_PASS=-0.001] autolearn=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 NUsEPax1ieqd for <ietf@ietfa.amsl.com>; Sun, 30 Mar 2014 08:14:58 -0700 (PDT)
Received: from miucha.iecc.com (abusenet-1-pt.tunnel.tserv4.nyc4.ipv6.he.net [IPv6:2001:470:1f06:1126::2]) by ietfa.amsl.com (Postfix) with ESMTP id 4D7461A034C for <ietf@ietf.org>; Sun, 30 Mar 2014 08:14:58 -0700 (PDT)
Received: (qmail 61622 invoked from network); 30 Mar 2014 15:14:54 -0000
Received: from miucha.iecc.com (64.57.183.18) by mail1.iecc.com with QMQP; 30 Mar 2014 15:14:54 -0000
DKIM-Signature: v=1; a=rsa-sha256; c=simple; d=iecc.com; h=date:message-id:from:to:cc:subject:in-reply-to:mime-version:content-type:content-transfer-encoding; s=533834ee.xn--i8sz2z.k1403; i=johnl@user.iecc.com; bh=sV7PugGANV2isTxXRhl34Hn6kYU5p9FO6DbavnG02OM=; b=taiqQGcJtVdwdxt5oVw1dPLFvaPaLBmv6QAcTRzV4mXK5EZJUTl/q+rRlMy68KUq5G1fL85m3alY+/oh0CQut0diHdGbMa/5T8elUedvI/AhHWq3iyAtsl/1QwDOjlksqaTKczg+tphr0bWjUVBCjQU42A4Em1T/94gRoXZYBKExeaxYabFfkoqhJnq65CxBZgHBCklyNtX8FGV6iFq5s5f8Hkif0gn00QaDS43sdbNOEyNrUZ8bCfzREQ50CFdz
DKIM-Signature: v=1; a=rsa-sha256; c=simple; d=taugh.com; h=date:message-id:from:to:cc:subject:in-reply-to:mime-version:content-type:content-transfer-encoding; s=533834ee.xn--i8sz2z.k1403; bh=sV7PugGANV2isTxXRhl34Hn6kYU5p9FO6DbavnG02OM=; b=HqTDEKlUY0CfVA6xGZn0lKe7txkyEe6mHi77crTz9rY0xSWmWVKY+iFij0B9fx6B3H4J33KNymmiQSpdxaLxsPH0Q7w97nAgcTll+pCkrqQZoJ4TkeXX6GQuvCOvcPWCzOHJJIP8KFPxLuNEEEZK8YbMizvfab0hbQYVeJajbBZckbsRqVCPgmZWs4uenEkSrkt1S8a41siX0uzCothcEgmiy8m8N0BiFhWklabNyoh0/Ti86uGxjzBw0A870sp7
Date: Sun, 30 Mar 2014 15:14:32 -0000
Message-ID: <20140330151432.2721.qmail@joyce.lan>
From: John Levine <johnl@taugh.com>
To: ietf@ietf.org
Subject: Re: SMTP RFC: "MUST NOT" change or delete Received header
In-Reply-To: <CAMm+LwiOJZt9aqEmZDxPFkjvHdETMKGo1tik8ege94XfXu+j4g@mail.gmail.com>
Organization:
X-Headerized: yes
Mime-Version: 1.0
Content-type: text/plain; charset="utf-8"
Content-transfer-encoding: 8bit
Archived-At: http://mailarchive.ietf.org/arch/msg/ietf/9nQZBQqC30B29pwC4YVG_pRyvWA
X-BeenThere: ietf@ietf.org
X-Mailman-Version: 2.1.15
Precedence: list
List-Id: IETF-Discussion <ietf.ietf.org>
List-Unsubscribe: <https://www.ietf.org/mailman/options/ietf>, <mailto:ietf-request@ietf.org?subject=unsubscribe>
List-Archive: <http://www.ietf.org/mail-archive/web/ietf/>
List-Post: <mailto:ietf@ietf.org>
List-Help: <mailto:ietf-request@ietf.org?subject=help>
List-Subscribe: <https://www.ietf.org/mailman/listinfo/ietf>, <mailto:ietf-request@ietf.org?subject=subscribe>
X-List-Received-Date: Sun, 30 Mar 2014 15:15:00 -0000

>The justification for MUST was I suspect to prevent infinite recursion mail
>loops. For that particular purpose a count is sufficient.

Oh, of course, you're right, it even says so in section 6.2 of RFC
2821, now 6.3 in RFC 5321.  But there isn't a count, so this would be
an incompatible change to the SMTP protocol, which seems like a
non-starter to me.

R's,
John