Re: [dnsext] [spfbis] Obsoleting SPF RRTYPE

Scott Kitterman <spf2@kitterman.com> Fri, 26 April 2013 15:09 UTC

Return-Path: <spf2@kitterman.com>
X-Original-To: dnsext@ietfa.amsl.com
Delivered-To: dnsext@ietfa.amsl.com
Received: from localhost (localhost [127.0.0.1]) by ietfa.amsl.com (Postfix) with ESMTP id 70DFC21F97F7; Fri, 26 Apr 2013 08:09:29 -0700 (PDT)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -2.382
X-Spam-Level:
X-Spam-Status: No, score=-2.382 tagged_above=-999 required=5 tests=[AWL=0.217, BAYES_00=-2.599]
Received: from mail.ietf.org ([12.22.58.30]) by localhost (ietfa.amsl.com [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id GCYQd4M9wU8A; Fri, 26 Apr 2013 08:09:29 -0700 (PDT)
Received: from mailout02.controlledmail.com (mailout02.controlledmail.com [72.81.252.18]) by ietfa.amsl.com (Postfix) with ESMTP id E102C21F974E; Fri, 26 Apr 2013 08:09:28 -0700 (PDT)
Received: from mailout02.controlledmail.com (localhost [127.0.0.1]) by mailout02.controlledmail.com (Postfix) with ESMTP id 2C97C20E40D5; Fri, 26 Apr 2013 11:09:18 -0400 (EDT)
DKIM-Signature: v=1; a=rsa-sha256; c=simple/simple; d=kitterman.com; s=2007-00; t=1366988968; bh=V7gYHjwxQx5871aR/yjpbS0s3EHEo+Rial4rbIICB2Y=; h=From:To:Cc:Subject:Date:In-Reply-To:References:From; b=a9ff8vNpZ1Y5Fx/woHK6UmcWRWAIS9vy9yt9pxNKpBOp1IyBNA1ylRELp6BDc9Nr3 XMwUNnVJUdmYyoFaHyC29gZzQuCdNHjk6J5H1HwPz3ziuPxWpp7TXWnkSPoxNm2KEQ q/UpXTYQhGXCHMBhHC/a6+Zh7C6Fl4TsNFQqVg40=
Received: from scott-latitude-e6320.localnet (static-72-81-252-21.bltmmd.fios.verizon.net [72.81.252.21]) (using TLSv1 with cipher ECDHE-RSA-AES256-SHA (256/256 bits)) (No client certificate requested) by mailout02.controlledmail.com (Postfix) with ESMTPSA id 10A0520E40CF; Fri, 26 Apr 2013 11:09:17 -0400 (EDT)
From: Scott Kitterman <spf2@kitterman.com>
To: spfbis@ietf.org, "dnsext@ietf.org" <dnsext@ietf.org>
Date: Fri, 26 Apr 2013 11:09:17 -0400
Message-ID: <4261639.Sk6X1reqIa@scott-latitude-e6320>
User-Agent: KMail/4.10.2 (Linux/3.8.0-19-generic; KDE/4.10.2; i686; ; )
In-Reply-To: <CAL0qLwbK23T3MNXQ1e1gxtOda11zy0QMLrekVxxs5og3WZNxLQ@mail.gmail.com>
References: <20130425013317.36729.qmail@joyce.lan> <8D23D4052ABE7A4490E77B1A012B63077515FDEB@mbx-01.win.nominum.com> <CAL0qLwbK23T3MNXQ1e1gxtOda11zy0QMLrekVxxs5og3WZNxLQ@mail.gmail.com>
MIME-Version: 1.0
Content-Transfer-Encoding: 7bit
Content-Type: text/plain; charset="us-ascii"
X-AV-Checked: ClamAV using ClamSMTP
X-Mailman-Approved-At: Sat, 27 Apr 2013 12:29:59 -0700
Cc: Ted Lemon <Ted.Lemon@nominum.com>
Subject: Re: [dnsext] [spfbis] Obsoleting SPF RRTYPE
X-BeenThere: dnsext@ietf.org
X-Mailman-Version: 2.1.12
Precedence: list
List-Id: DNS Extensions working group discussion list <dnsext.ietf.org>
List-Unsubscribe: <https://www.ietf.org/mailman/options/dnsext>, <mailto:dnsext-request@ietf.org?subject=unsubscribe>
List-Archive: <http://www.ietf.org/mail-archive/web/dnsext>
List-Post: <mailto:dnsext@ietf.org>
List-Help: <mailto:dnsext-request@ietf.org?subject=help>
List-Subscribe: <https://www.ietf.org/mailman/listinfo/dnsext>, <mailto:dnsext-request@ietf.org?subject=subscribe>
X-List-Received-Date: Fri, 26 Apr 2013 15:09:29 -0000

On Friday, April 26, 2013 07:52:29 AM Murray S. Kucherawy wrote:
> > 2. Because TXT records aren't specific to SPF, a query for TXT records may
> > return an unexpectedly large result set, requiring fallback to TCP.
> > Rejoinder: doesn't seem to be an issue in practice.
> 
> That's not correct; there are still packet filters out there configured by
> default to disallow TCP over port 53.  We discovered this during the
> RFC6686 surveys.

And, in the event a domain needs enough other TXT data that an SPF record 
would cause it to spill over into TCP, it's trivially solvable.  For 
example.com:

example.com.     3600    IN      TXT     "v=spf1 redirect=_spf.example.com"
_spf.example.com. 3600   IN      TXT     "v=spf1 [record content] -all"

It needn't ever be more impact than that.

Scott K