[ietf-smtp] Regular Expressions for Internet Mail Fwd: New Version Notification for draft-seantek-mail-regexen-01.txt

Sean Leonard <dev+ietf@seantek.com> Mon, 31 October 2016 17:58 UTC

Return-Path: <dev+ietf@seantek.com>
X-Original-To: ietf-smtp@ietfa.amsl.com
Delivered-To: ietf-smtp@ietfa.amsl.com
Received: from localhost (localhost [127.0.0.1]) by ietfa.amsl.com (Postfix) with ESMTP id 95B92129997; Mon, 31 Oct 2016 10:58:29 -0700 (PDT)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -2.601
X-Spam-Level:
X-Spam-Status: No, score=-2.601 tagged_above=-999 required=5 tests=[BAYES_00=-1.9, RCVD_IN_DNSWL_LOW=-0.7, SPF_HELO_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 aFzVvOBMyrH0; Mon, 31 Oct 2016 10:58:27 -0700 (PDT)
Received: from mxout-07.mxes.net (mxout-07.mxes.net [216.86.168.182]) (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 8B2BA129992; Mon, 31 Oct 2016 10:58:27 -0700 (PDT)
Received: from [192.168.123.7] (unknown [76.90.60.238]) (using TLSv1.2 with cipher DHE-RSA-AES128-SHA (128/128 bits)) (No client certificate requested) by smtp.mxes.net (Postfix) with ESMTPSA id 412AB22E256; Mon, 31 Oct 2016 13:58:24 -0400 (EDT)
References: <147789410169.20603.10762538514881009790.idtracker@ietfa.amsl.com>
To: dispatch@ietf.org, ietf-smtp <ietf-smtp@ietf.org>
From: Sean Leonard <dev+ietf@seantek.com>
X-Forwarded-Message-Id: <147789410169.20603.10762538514881009790.idtracker@ietfa.amsl.com>
Message-ID: <dd7c9955-e01d-764c-5418-a06ba019bf90@seantek.com>
Date: Mon, 31 Oct 2016 10:58:38 -0700
User-Agent: Mozilla/5.0 (Windows NT 6.1; WOW64; rv:45.0) Gecko/20100101 Thunderbird/45.4.0
MIME-Version: 1.0
In-Reply-To: <147789410169.20603.10762538514881009790.idtracker@ietfa.amsl.com>
Content-Type: text/plain; charset="utf-8"; format="flowed"
Content-Transfer-Encoding: 7bit
Archived-At: <https://mailarchive.ietf.org/arch/msg/ietf-smtp/Nf6XRmIsydz7STgqwAf-iIrvig4>
Subject: [ietf-smtp] Regular Expressions for Internet Mail Fwd: New Version Notification for draft-seantek-mail-regexen-01.txt
X-BeenThere: ietf-smtp@ietf.org
X-Mailman-Version: 2.1.17
Precedence: list
List-Id: "Discussion of issues related to Simple Mail Transfer Protocol \(SMTP\) \[RFC 821, RFC 2821, RFC 5321\]" <ietf-smtp.ietf.org>
List-Unsubscribe: <https://www.ietf.org/mailman/options/ietf-smtp>, <mailto:ietf-smtp-request@ietf.org?subject=unsubscribe>
List-Archive: <https://mailarchive.ietf.org/arch/browse/ietf-smtp/>
List-Post: <mailto:ietf-smtp@ietf.org>
List-Help: <mailto:ietf-smtp-request@ietf.org?subject=help>
List-Subscribe: <https://www.ietf.org/mailman/listinfo/ietf-smtp>, <mailto:ietf-smtp-request@ietf.org?subject=subscribe>
X-List-Received-Date: Mon, 31 Oct 2016 17:58:29 -0000

draft-seantek-mail-regexen-01
Hello:

Regular Expressions for Internet Mail draft-01 has been updated. There 
is a brief change log in Appendix B, which is reprinted below. I/we look 
forward to discussing and hopefully getting this dispatched.

Regards,

Sean
(and co-authors)

Appendix B.  Change Log

    The document status is now marked as Informational instead of Best
    Current Practice (although it seems that it could go either way).

    The authors decided to focus on "modern" ASCII-only email identifiers
    first and to get those right before tackling Unicode email
    identifiers and "obsolete" ABNF productions.  This draft-01 preserves
    the main text of draft-00 rather than remove potentially useful text.
    Deliverable and modern email addresses, and modern Message-IDs, have
    been addressed.  The Unicode work remains unfinished for now;
    "obsolete" ABNF productions (which are still useful for archival
    applications) will also be addressed in future drafts.

    The authors decided to write one set of regular expressions in one
    dialect (namely, PCRE/PCRE2) before tackling others (e.g.,
    JavaScript).  Different dialects will be addressed in future drafts.



-------- Forwarded Message --------
Subject: 	New Version Notification for draft-seantek-mail-regexen-01.txt
Date: 	Sun, 30 Oct 2016 23:08:21 -0700
From: 	internet-drafts@ietf.org



A new version of I-D, draft-seantek-mail-regexen-01.txt
has been successfully submitted by Sean Leonard and posted to the
IETF repository.

Name:		draft-seantek-mail-regexen
Revision:	01
Title:		Regular Expressions for Internet Mail
Document date:	2016-10-30
Group:		Individual Submission
Pages:		28
URL:            https://www.ietf.org/internet-drafts/draft-seantek-mail-regexen-01.txt
Status:         https://datatracker.ietf.org/doc/draft-seantek-mail-regexen/
Htmlized:       https://tools.ietf.org/html/draft-seantek-mail-regexen-01
Diff:           https://www.ietf.org/rfcdiff?url2=draft-seantek-mail-regexen-01

Abstract:
    Internet Mail identifiers are used ubiquitously throughout computing
    systems as building blocks of online identity.  Unfortunately,
    incomplete understandings of the syntaxes of these identifiers has
    led to interoperability problems and poor user experiences.  Many
    users use specific characters in their addresses that are not
    properly accepted on various systems.  This document prescribes
    normative regular expression (regex) patterns for all Internet-
    connected systems to use when validating or parsing Internet Mail
    identifiers, with special attention to regular expressions that work
    with popular languages and platforms.