RFC Errata


Errata Search

 
Source of RFC  
Summary Table Full Records

Found 1 record.

Status: Reported (1)

RFC 5228, "Sieve: An Email Filtering Language", January 2008

Source of RFC: sieve (app)

Errata ID: 5579
Status: Reported
Type: Editorial
Publication Format(s) : TEXT

Reported By: Thomas Schmid
Date Reported: 2018-12-19

Section 2.3. says:

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

It should say:

   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.

Report New Errata



Advanced Search