Protocol Action: 'Signalling one-click functionality for list email headers' to Proposed Standard (draft-levine-herkula-oneclick-04.txt)

The IESG <iesg-secretary@ietf.org> Mon, 05 December 2016 16:56 UTC

Return-Path: <iesg-secretary@ietf.org>
X-Original-To: ietf-announce@ietf.org
Delivered-To: ietf-announce@ietfa.amsl.com
Received: from ietfa.amsl.com (localhost [IPv6:::1]) by ietfa.amsl.com (Postfix) with ESMTP id 152E9129AD6; Mon, 5 Dec 2016 08:56:09 -0800 (PST)
Content-Type: text/plain; charset="us-ascii"
MIME-Version: 1.0
Content-Transfer-Encoding: 7bit
From: The IESG <iesg-secretary@ietf.org>
To: IETF-Announce <ietf-announce@ietf.org>
Subject: Protocol Action: 'Signalling one-click functionality for list email headers' to Proposed Standard (draft-levine-herkula-oneclick-04.txt)
X-Test-IDTracker: no
X-IETF-IDTracker: 6.39.0
Auto-Submitted: auto-generated
Precedence: bulk
Message-ID: <148095696904.3294.14483509383297528717.idtracker@ietfa.amsl.com>
Date: Mon, 05 Dec 2016 08:56:09 -0800
Archived-At: <https://mailarchive.ietf.org/arch/msg/ietf-announce/IYJKdLXvnUM_GymQRaQQUQQyT3I>
Cc: alexey.melnikov@isode.com, draft-levine-herkula-oneclick@ietf.org, rfc-editor@rfc-editor.org, Paul Kincaid-Smith <paulkincaidsmith@gmail.com>, The IESG <iesg@ietf.org>
X-BeenThere: ietf-announce@ietf.org
X-Mailman-Version: 2.1.17
Reply-To: ietf@ietf.org
List-Id: "IETF announcement list. No discussions." <ietf-announce.ietf.org>
List-Unsubscribe: <https://www.ietf.org/mailman/options/ietf-announce>, <mailto:ietf-announce-request@ietf.org?subject=unsubscribe>
List-Archive: <https://mailarchive.ietf.org/arch/browse/ietf-announce/>
List-Post: <mailto:ietf-announce@ietf.org>
List-Help: <mailto:ietf-announce-request@ietf.org?subject=help>
List-Subscribe: <https://www.ietf.org/mailman/listinfo/ietf-announce>, <mailto:ietf-announce-request@ietf.org?subject=subscribe>
X-List-Received-Date: Mon, 05 Dec 2016 16:56:09 -0000

The IESG has approved the following document:
- 'Signalling one-click functionality for list email headers'
  (draft-levine-herkula-oneclick-04.txt) as Proposed Standard

This document has been reviewed in the IETF but is not the product of an
IETF Working Group.

The IESG contact person is Alexey Melnikov.

A URL of this Internet Draft is:
https://datatracker.ietf.org/doc/draft-levine-herkula-oneclick/




Technical Summary

   An [RFC2369] email header field can contain HTTPS [RFC7230] URIs.  In
   a List-Unsubscribe header field the HTTPS URI is intended to
   unsubscribe the recipient of the email from the list.  But anti-spam
   software often fetches all resources in mail header fields
   automatically, without any action by the user, and there is no
   mechanical way for a sender to tell a request made automatically by
   anti-spam software from one manually requested by a user.  To prevent
   accidental unsubscriptions, senders return landing pages with a
   confirmation step to finish the unsubscribe request that a live user
   would recognize and act on, but an automated system would not.  This
   makes the unsubscription process more complex than a single click.

This document has several goals.

   o  Allow email senders to signal that a [RFC2369] List-Unsubscribe
      header field has One-Click functionality.

   o Prevent accidental unsubscriptions by issuing GET request on HTTPS
      URLs in the List-Unsubscribe header field.

   o  Allow MUA users to unsubscribe from mailing lists in a familiar
      environment and without leaving the MUA context.  A receiving
      system can process an unsubscription request in the background
      without further interaction, and know that it can be fully
      processed by the mail sender's system.

Working Group Summary

   This is not a WG document, but the document was discussed on the DISPATCH mailing list.

Document Quality

   At least two mail providers are planning to implement this specification.
   Permanent Header Field registration was performed by Graham Klyne.
   (Email thread to IESG starting on October 13th)

Personnel

   The Document Shepherd for this document is Paul Kincaid-Smith. The responsible Area Director is Alexey Melnikov.



RFC Editor Note

  In Section 5, please replace one ABNF production:

 OLD:
   ldh = ALPHA 0*(ALPHA | DIGIT | "-")

 NEW:
   ldh = ALPHA 0*(ALPHA / DIGIT / "-")