Re: [dane] email canonicalization for SMIMEA owner names

Nico Williams <nico@cryptonector.com> Thu, 11 December 2014 22:15 UTC

Return-Path: <nico@cryptonector.com>
X-Original-To: dane@ietfa.amsl.com
Delivered-To: dane@ietfa.amsl.com
Received: from localhost (ietfa.amsl.com [127.0.0.1]) by ietfa.amsl.com (Postfix) with ESMTP id 31B0C1A039C for <dane@ietfa.amsl.com>; Thu, 11 Dec 2014 14:15:03 -0800 (PST)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -1.666
X-Spam-Level:
X-Spam-Status: No, score=-1.666 tagged_above=-999 required=5 tests=[BAYES_00=-1.9, DKIM_SIGNED=0.1, DKIM_VALID=-0.1, DKIM_VALID_AU=-0.1, IP_NOT_FRIENDLY=0.334, RCVD_IN_DNSWL_NONE=-0.0001] 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 sGf9rviFZZ3K for <dane@ietfa.amsl.com>; Thu, 11 Dec 2014 14:15:02 -0800 (PST)
Received: from homiemail-a66.g.dreamhost.com (sub4.mail.dreamhost.com [69.163.253.135]) by ietfa.amsl.com (Postfix) with ESMTP id F1E721A01E1 for <dane@ietf.org>; Thu, 11 Dec 2014 14:15:01 -0800 (PST)
Received: from homiemail-a66.g.dreamhost.com (localhost [127.0.0.1]) by homiemail-a66.g.dreamhost.com (Postfix) with ESMTP id D01BB350072; Thu, 11 Dec 2014 14:15:01 -0800 (PST)
DKIM-Signature: v=1; a=rsa-sha1; c=relaxed; d=cryptonector.com; h=date :from:to:cc:subject:message-id:references:mime-version :content-type:in-reply-to; s=cryptonector.com; bh=zxc9rNXuoLJJCF EGlDVblnjzHQA=; b=xuRDTlkJraK5fPIYL/RuGsUNRTrITrHTqdVt7M2djGJrI1 g3kxmpRj1Fisw+vvUMtn6UIXirxWO2ANR/wNCFqtb54+c4EsHsDcnjgywb8sSBxC jVIn/kGu8uyO1JWkKXIYEke85w1cyLN/An9wWciiESL+tPA9gAVoh8/apLeXU=
Received: from localhost (108-207-244-174.lightspeed.austtx.sbcglobal.net [108.207.244.174]) (Authenticated sender: nico@cryptonector.com) by homiemail-a66.g.dreamhost.com (Postfix) with ESMTPA id 87C5435005B; Thu, 11 Dec 2014 14:15:01 -0800 (PST)
Date: Thu, 11 Dec 2014 16:15:01 -0600
From: Nico Williams <nico@cryptonector.com>
To: "Rose, Scott W." <scott.rose@nist.gov>
Message-ID: <20141211221456.GI3448@localhost>
References: <95826148-4F06-4942-87A4-2F6601BA0F90@nist.gov>
MIME-Version: 1.0
Content-Type: text/plain; charset="us-ascii"
Content-Disposition: inline
In-Reply-To: <95826148-4F06-4942-87A4-2F6601BA0F90@nist.gov>
User-Agent: Mutt/1.5.21 (2010-09-15)
Archived-At: http://mailarchive.ietf.org/arch/msg/dane/CPAJ2PXFo79yCaUjqmaWebEHRXQ
Cc: dane WG list <dane@ietf.org>
Subject: Re: [dane] email canonicalization for SMIMEA owner names
X-BeenThere: dane@ietf.org
X-Mailman-Version: 2.1.15
Precedence: list
List-Id: DNS-based Authentication of Named Entities <dane.ietf.org>
List-Unsubscribe: <https://www.ietf.org/mailman/options/dane>, <mailto:dane-request@ietf.org?subject=unsubscribe>
List-Archive: <http://www.ietf.org/mail-archive/web/dane/>
List-Post: <mailto:dane@ietf.org>
List-Help: <mailto:dane-request@ietf.org?subject=help>
List-Subscribe: <https://www.ietf.org/mailman/listinfo/dane>, <mailto:dane-request@ietf.org?subject=subscribe>
X-List-Received-Date: Thu, 11 Dec 2014 22:15:03 -0000

On Thu, Dec 11, 2014 at 02:51:27PM -0500, Rose, Scott W. wrote:
> Realized the other action item I was assigned to from the interim meeting was email canonicalization for SMIMEA.  I believe it stems from Viktor Dukhovni's email to the endymail list:
> http://www.ietf.org/mail-archive/web/endymail/current/msg00134.html

Er, the case-(in)sensitivity of DNS seems irrelvant here (re: Viktor's
point (e) in that post).  After all, we'd be hashing the local-part.

All that matters is that senders, resenders, ... preserve the form given
them by recipients.

So maybe we need no canonicalization step at all.

If I say I'm foo@bar.example, and you type Foo@bar.example into your
MUA to send me e-mail, you might not reach me.

That seems fair.  And allows for aliases of any kind.  If I want to
publish SMIMEA RRs for all possible capitalizations of "foo"
@bar.example, well I can, and if I don't want to then I don't have to.

Nico
--