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

"John Levine" <johnl@taugh.com> Mon, 31 March 2014 01:16 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 2272A1A090B for <ietf@ietfa.amsl.com>; Sun, 30 Mar 2014 18:16:51 -0700 (PDT)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: 0.762
X-Spam-Level:
X-Spam-Status: No, score=0.762 tagged_above=-999 required=5 tests=[BAYES_20=-0.001, 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 zSxKn7XWntww for <ietf@ietfa.amsl.com>; Sun, 30 Mar 2014 18:16:50 -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 0AF041A090A for <ietf@ietf.org>; Sun, 30 Mar 2014 18:16:49 -0700 (PDT)
Received: (qmail 29914 invoked from network); 31 Mar 2014 01:16:46 -0000
Received: from miucha.iecc.com (64.57.183.18) by mail1.iecc.com with QMQP; 31 Mar 2014 01:16:46 -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=5338c1fe.xn--3zv.k1403; i=johnl@user.iecc.com; bh=Br/4znxlCkbOjKzYDPCZxGtA7bv4vwIl0YZ5G9x2pm8=; b=tXuw+DuJ4lOmyWJnkCTlBRhEApWKc8Qs+pJcXUTbHia1Nb+ULSlcxxRMzr+wcilqZknafO0nyzhDic+F6ZortSUZB0NNFSFSDBRCRxzr61DfUGbQpS80Ogbl3PVwFY7RS1xuhoU0g9ikq3LPMzJluFPT3iH5Dt/Y8xAxqBJTKjQounvOzbAHlpjNND1CNj8J3CF2pRS20o//1aj9OAM2T4dfPtPVJRAP/9MAwKQOxY9iLfKsShxwpshEdzpsLTp5
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=5338c1fe.xn--3zv.k1403; bh=Br/4znxlCkbOjKzYDPCZxGtA7bv4vwIl0YZ5G9x2pm8=; b=jI1rMrQDNa/W0pGNQZlpHwPLRsM8Iwu6J4NBUslBRQqa66xpxrZvOo8zO0gasXegigGfDB64NtkmYFHkKXynv2a7xKNCnUK7EO5HVlO/mL8uf90NoWcLxAEZOwCMxf8pTcYqM3dZZ8jTKqOOKtyzxJuAt8uz/QeCOm6Phtg9ENBnNxGiTEBPUBxC36PWkloSa/7alteb2Mghc08lR+s/MbhR9NlAn1nqD5Iid2agtspKrlRGHreGmqdkLBKd4nu6
Date: Mon, 31 Mar 2014 01:16:24 -0000
Message-ID: <20140331011624.4728.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: <20140331010751.4667.qmail@joyce.lan>
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/7H1Heu57FdmsoijxYSDutehLpZ4
Cc: johnl@taugh.com
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: Mon, 31 Mar 2014 01:16:51 -0000

>>Are there MTAs that make use of the Received: header for loop detection?
>
>Mine has since 1998.  If the SMTP daemon sees 100 Received: headers in
>an incoming message, it rejects it.  This is both in qmail's SMTP
>daemon and mailfront, a better SMTP daemon often used with qmail.

A little more poking around finds that sendmail and postfix also do,
although their default limits are 25 and 50 headers, respectively,
rather than 100.