RFC Errata
Found 2 records.
Status: Verified (1)
RFC 5233, "Sieve Email Filtering: Subaddress Extension", January 2008
Source of RFC: sieve (app)
Errata ID: 3079
Status: Verified
Type: Editorial
Publication Format(s) : TEXT
Reported By: Aaron Stone
Date Reported: 2012-01-05
Verifier Name: Pete Resnick
Date Verified: 2012-02-20
Section 4 says:
A diagram showing the ADDRESS-PARTs of an email address where the detail information follows a separator character sequence of "+" is shown below: :user "+" :detail "@" :domain \-----------------/ :local-part A diagram showing the ADDRESS-PARTs of a email address where the detail information precedes a separator character sequence of "--" is shown below: :detail "--" :user "@" :domain \------------------/ :local-part
It should say:
A diagram showing the ADDRESS-PARTs of an email address where the detail information follows a separator character sequence of "+" is shown below: :user "+" :detail "@" :domain \-----------------/ :localpart A diagram showing the ADDRESS-PARTs of an email address where the detail information precedes a separator character sequence of "--" is shown below: :detail "--" :user "@" :domain \------------------/ :localpart
Notes:
Throughout the document, the prose phrase "local-part" is hyphenated, while the syntactic word ":localpart" is not hyphenated. Also, correct "a email address" to "an email address"
Status: Rejected (1)
RFC 5233, "Sieve Email Filtering: Subaddress Extension", January 2008
Source of RFC: sieve (app)
Errata ID: 1331
Status: Rejected
Type: Editorial
Publication Format(s) : TEXT
Reported By: Derek Diget
Date Reported: 2008-02-26
Rejected by: Alexey Melnikov
Date Rejected: 2009-07-06
Section Section 4 says:
The ":user" argument specifies the user sub-part of the local-part of an address. If the address is not encoded to contain a detail sub- part, then ":user" specifies the entire left side of the address (equivalent to ":localpart").
It should say:
The ":user" argument specifies the user sub-part of the local-part of an address. If the address is not encoded to contain a detail sub- part, then ":user" specifies the entire left side of the address (equivalent to ":local-part").
Notes:
Through out the document ":local-part" is hyphenated, except for the instance in the last sentence of the paragraph above.
--VERIFIER NOTES--
":localpart" is defined in Section 8.3 of RFC 5228:
ADDRESS-PART = ":localpart" / ":domain" / ":all"