[sieve] [Errata Verified] RFC5228 (5579)

RFC Errata System <rfc-editor@rfc-editor.org> Mon, 01 April 2024 21:03 UTC

Return-Path: <wwwrun@rfcpa.amsl.com>
X-Original-To: sieve@ietfa.amsl.com
Delivered-To: sieve@ietfa.amsl.com
Received: from localhost (localhost [127.0.0.1]) by ietfa.amsl.com (Postfix) with ESMTP id 775A2C151065; Mon, 1 Apr 2024 14:03:19 -0700 (PDT)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -1.647
X-Spam-Level:
X-Spam-Status: No, score=-1.647 tagged_above=-999 required=5 tests=[BAYES_00=-1.9, HEADER_FROM_DIFFERENT_DOMAINS=0.249, RCVD_IN_DNSWL_BLOCKED=0.001, RCVD_IN_ZEN_BLOCKED_OPENDNS=0.001, SPF_PASS=-0.001, URIBL_BLOCKED=0.001, URIBL_DBL_BLOCKED_OPENDNS=0.001, URIBL_ZEN_BLOCKED_OPENDNS=0.001] autolearn=no autolearn_force=no
Received: from mail.ietf.org ([50.223.129.194]) by localhost (ietfa.amsl.com [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id SITLw0t_Nlgb; Mon, 1 Apr 2024 14:03:18 -0700 (PDT)
Received: from rfcpa.amsl.com (rfcpa.amsl.com [50.223.129.200]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (2048 bits) server-digest SHA256) (No client certificate requested) by ietfa.amsl.com (Postfix) with ESMTPS id F033EC151064; Mon, 1 Apr 2024 14:03:18 -0700 (PDT)
Received: by rfcpa.amsl.com (Postfix, from userid 499) id D7EC718FFDB0; Mon, 1 Apr 2024 14:03:18 -0700 (PDT)
To: schmid-thomas@gmx.net, guenther@sendmail.com, tjs@psaux.com
From: RFC Errata System <rfc-editor@rfc-editor.org>
Cc: orie@transmute.industries, iesg@ietf.org, sieve@ietf.org, iana@iana.org, rfc-editor@rfc-editor.org
Content-Type: text/plain; charset="UTF-8"
Message-Id: <20240401210318.D7EC718FFDB0@rfcpa.amsl.com>
Date: Mon, 01 Apr 2024 14:03:18 -0700
Archived-At: <https://mailarchive.ietf.org/arch/msg/sieve/KARVrcCFVNBYQM3soyPafOIA-Jo>
Subject: [sieve] [Errata Verified] RFC5228 (5579)
X-BeenThere: sieve@ietf.org
X-Mailman-Version: 2.1.39
Precedence: list
List-Id: SIEVE Working Group <sieve.ietf.org>
List-Unsubscribe: <https://www.ietf.org/mailman/options/sieve>, <mailto:sieve-request@ietf.org?subject=unsubscribe>
List-Archive: <https://mailarchive.ietf.org/arch/browse/sieve/>
List-Post: <mailto:sieve@ietf.org>
List-Help: <mailto:sieve-request@ietf.org?subject=help>
List-Subscribe: <https://www.ietf.org/mailman/listinfo/sieve>, <mailto:sieve-request@ietf.org?subject=subscribe>
X-List-Received-Date: Mon, 01 Apr 2024 21:03:19 -0000

The following errata report has been verified for RFC5228,
"Sieve: An Email Filtering Language". 

--------------------------------------
You may review the report below and at:
https://www.rfc-editor.org/errata/eid5579

--------------------------------------
Status: Verified
Type: Editorial

Reported by: Thomas Schmid <schmid-thomas@gmx.net>
Date Reported: 2018-12-19
Verified by: Orie Steele (IESG)

Section: 2.3.

Original Text
-------------
   Example:  if size :over 100k { # this is a comment
                discard;
             }

Corrected Text
--------------
   Example:  if size :over 100K { # this is a comment
                discard;
             }

Notes
-----
The small "k" after the 100 is invalid syntax according the ABNF.

"8.1.  Lexical Tokens" defines a number as:

number             = 1*DIGIT [ QUANTIFIER ]
QUANTIFIER         = "K" / "M" / "G"

Either the Quantifier needs to be extended to allow also lowercase characters or the example needs to be corrected.

--------------------------------------
RFC5228 (draft-ietf-sieve-3028bis-13)
--------------------------------------
Title               : Sieve: An Email Filtering Language
Publication Date    : January 2008
Author(s)           : P. Guenther, Ed., T. Showalter, Ed.
Category            : PROPOSED STANDARD
Source              : Sieve Mail Filtering Language
Stream              : IETF
Verifying Party     : IESG