[Errata Verified] RFC5228 (5579)

RFC Errata System <[email protected]>
Newsgroups gmane.ietf.mta-filters
Message-ID <[email protected]>
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 <[email protected]>
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
lmpx.com only provides a reader for public news (NNTP) servers. It is not affiliated with the servers or forums shown here and is not responsible for the content of articles, which is written by their respective authors.