Re: Last Call: <draft-levine-herkula-oneclick-04.txt> (Signalling one-click functionality for list email headers) to Proposed Standard

"John Levine" <johnl@taugh.com> Mon, 19 September 2016 22:37 UTC

Return-Path: <johnl@taugh.com>
X-Original-To: ietf@ietfa.amsl.com
Delivered-To: ietf@ietfa.amsl.com
Received: from localhost (localhost [127.0.0.1]) by ietfa.amsl.com (Postfix) with ESMTP id 4D97F12B579 for <ietf@ietfa.amsl.com>; Mon, 19 Sep 2016 15:37:49 -0700 (PDT)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -1.901
X-Spam-Level:
X-Spam-Status: No, score=-1.901 tagged_above=-999 required=5 tests=[BAYES_00=-1.9, RCVD_IN_DNSWL_NONE=-0.0001, SPF_PASS=-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 hDQt51UVc7Gi for <ietf@ietfa.amsl.com>; Mon, 19 Sep 2016 15:37:44 -0700 (PDT)
Received: from miucha.iecc.com (abusenet-1-pt.tunnel.tserv4.nyc4.ipv6.he.net [IPv6:2001:470:1f06:1126::2]) (using TLSv1 with cipher DHE-RSA-CAMELLIA256-SHA (256/256 bits)) (No client certificate requested) by ietfa.amsl.com (Postfix) with ESMTPS id 0AB1B12B56E for <ietf@ietf.org>; Mon, 19 Sep 2016 15:37:40 -0700 (PDT)
Received: (qmail 8652 invoked from network); 19 Sep 2016 22:37:37 -0000
Received: from unknown (64.57.183.18) by mail1.iecc.com with QMQP; 19 Sep 2016 22:37:37 -0000
Date: Mon, 19 Sep 2016 22:37:17 -0000
Message-ID: <20160919223717.82743.qmail@ary.lan>
From: John Levine <johnl@taugh.com>
To: ietf@ietf.org
Subject: Re: Last Call: <draft-levine-herkula-oneclick-04.txt> (Signalling one-click functionality for list email headers) to Proposed Standard
In-Reply-To: <6DD54672-A321-42A8-837C-0F5A85A2D796@dukhovni.org>
Organization:
X-Headerized: yes
Mime-Version: 1.0
Content-type: text/plain; charset="utf-8"
Content-transfer-encoding: 8bit
Archived-At: <https://mailarchive.ietf.org/arch/msg/ietf/ZGNd_EKOU0VdwTDZmo1FBuQNJHg>
X-BeenThere: ietf@ietf.org
X-Mailman-Version: 2.1.17
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: <https://mailarchive.ietf.org/arch/browse/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, 19 Sep 2016 22:37:50 -0000

In article <6DD54672-A321-42A8-837C-0F5A85A2D796@dukhovni.org> you write:
>It seems to me that catering to senders whose unsubscribe volume is so
>high as to overwhelm their email systems should not be a priority.

People at large mail systems tell me it's a fact of life.  Long before
this particular hack ever came up, they already had problems of
accidentally DoS'ing other mail systems by mistake when something
provoked a lot of responses.  In any event, our goal here is to help
make mail less lousy, not to make a statement about how we think
people should design their systems.

>Can you explain the DKIM requirement in more detail?  Is the MUA required
>to verify the DKIM signature?  Or is it expected to alternatively trust
>any Authentication-Results header?

That's an implementation detail.  In the most likely implementations,
it's web mail so the MDA and MUA are all the same system.

> What purpose does the DKIM signature
>serve, if there is no required correlation between the authenticated "d="
>value and the authority of HTTPS unsubscribe URI?

It gives the recipient system a handle to use to decide whether they
trust the message enough to use the list-unsubscribe and
list-unsubscribe-post.  The postmaster at the world's largest mail
system has told me that this is useful to them.

>What are the cross-origin risks in allowing the incoming mail to trigger
>a POST to a URI of the sender's choice with sender selected parameters?

I would think that it's about the same as the GET that
List-Unsubscribe already can trigger.  We've lived with that for nearly
two decades.

>The Examples in Section 7 don't have anything resembling HMAC signatures
>over the recipient + list data, or opaque nonces that identify both.

The examples in the upcoming -06 are slightly opacified.

R's,
John