Re: [DNSOP] Tell me about tree walks

Stephane Bortzmeyer <bortzmeyer@nic.fr> Sun, 22 November 2020 07:41 UTC

Return-Path: <bortzmeyer@nic.fr>
X-Original-To: dnsop@ietfa.amsl.com
Delivered-To: dnsop@ietfa.amsl.com
Received: from localhost (localhost [127.0.0.1]) by ietfa.amsl.com (Postfix) with ESMTP id 718383A11FF for <dnsop@ietfa.amsl.com>; Sat, 21 Nov 2020 23:41:55 -0800 (PST)
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 zpnjEtKf_YeU for <dnsop@ietfa.amsl.com>; Sat, 21 Nov 2020 23:41:53 -0800 (PST)
Received: from mx4.nic.fr (mx4.nic.fr [IPv6:2001:67c:2218:2::4:12]) (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 6BA253A118E for <dnsop@ietf.org>; Sat, 21 Nov 2020 23:41:53 -0800 (PST)
Received: from mx4.nic.fr (localhost [127.0.0.1]) by mx4.nic.fr (Postfix) with SMTP id 0BBE5280E51; Sun, 22 Nov 2020 08:41:51 +0100 (CET)
Received: by mx4.nic.fr (Postfix, from userid 500) id 0559F280E58; Sun, 22 Nov 2020 08:41:51 +0100 (CET)
Received: from relay01.prive.nic.fr (unknown [10.1.50.11]) by mx4.nic.fr (Postfix) with ESMTP id F1E3F280E51; Sun, 22 Nov 2020 08:41:50 +0100 (CET)
Received: from b12.nic.fr (b12.users.prive.nic.fr [10.10.86.133]) by relay01.prive.nic.fr (Postfix) with ESMTP id EE1216079300; Sun, 22 Nov 2020 08:41:50 +0100 (CET)
Received: by b12.nic.fr (Postfix, from userid 1000) id DADF73FCC6; Sun, 22 Nov 2020 08:41:25 +0100 (CET)
Date: Sun, 22 Nov 2020 08:41:25 +0100
From: Stephane Bortzmeyer <bortzmeyer@nic.fr>
To: Tony Finch <dot@dotat.at>
Cc: John Levine <johnl@taugh.com>, dnsop@ietf.org
Message-ID: <20201122074125.GA31567@nic.fr>
References: <20201111181423.7B1A9262936D@ary.qy> <alpine.DEB.2.20.2011112128510.17264@grey.csi.cam.ac.uk>
MIME-Version: 1.0
Content-Type: text/plain; charset="us-ascii"
Content-Disposition: inline
In-Reply-To: <alpine.DEB.2.20.2011112128510.17264@grey.csi.cam.ac.uk>
X-Operating-System: Debian GNU/Linux 10.6
X-Kernel: Linux 4.19.0-12-amd64 x86_64
X-Charlie: Je suis Charlie
Organization: NIC France
X-URL: http://www.nic.fr/
User-Agent: Mutt/1.10.1 (2018-07-13)
X-Bogosity: No, tests=bogofilter, spamicity=0.000042, version=1.2.2
X-PMX-Version: 6.4.9.2830568, Antispam-Engine: 2.7.2.2107409, Antispam-Data: 2020.11.22.73318, AntiVirus-Engine: 5.79.0, AntiVirus-Data: 2020.11.21.5790002
Archived-At: <https://mailarchive.ietf.org/arch/msg/dnsop/aUkVXlXzCXvqBJxRxtEbrXDl4YI>
Subject: Re: [DNSOP] Tell me about tree walks
X-BeenThere: dnsop@ietf.org
X-Mailman-Version: 2.1.29
Precedence: list
List-Id: IETF DNSOP WG mailing list <dnsop.ietf.org>
List-Unsubscribe: <https://www.ietf.org/mailman/options/dnsop>, <mailto:dnsop-request@ietf.org?subject=unsubscribe>
List-Archive: <https://mailarchive.ietf.org/arch/browse/dnsop/>
List-Post: <mailto:dnsop@ietf.org>
List-Help: <mailto:dnsop-request@ietf.org?subject=help>
List-Subscribe: <https://www.ietf.org/mailman/listinfo/dnsop>, <mailto:dnsop-request@ietf.org?subject=subscribe>
X-List-Received-Date: Sun, 22 Nov 2020 07:41:55 -0000

On Wed, Nov 11, 2020 at 09:39:38PM +0000,
 Tony Finch <dot@dotat.at> wrote 
 a message of 34 lines which said:

> Well, the other Very Prominent example is CAA records, which also
> involve walking up the tree to discover policy. It would be nice if
> things like CAA and DMARC could agree with each other about how they
> discover domain-wide policies.

IMHO, the CAA algorithm is bad because it crosses administrative
boundaries. RFC 8659 at least excludes the root but it still allows,
for instance, AFNIC to put a CAA record in .fr which will apply to all
.fr domains which do not have an explicit CAA. It seems bad.