[Errata Verified] RFC5232 (4953)

RFC Errata System <[email protected]>
Newsgroups gmane.ietf.mta-filters
Message-ID <[email protected]>
The following errata report has been verified for RFC5232,
"Sieve Email Filtering: Imap4flags Extension". 

--------------------------------------
You may review the report below and at:
http://www.rfc-editor.org/errata_search.php?rfc=5232&eid=4953

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

Reported by: Thomas Schmid <[email protected]>
Date Reported: 2017-02-26
Verified by: Alexey Melnikov (IESG)

Section: 9.  Extended

Original Text
-------------
        {
        remove "MyFlags" "\Flagged";
        fileinto :flags "${MyFlags}" "spam";
        }
else

Corrected Text
--------------
        {
        removeflag "MyFlags" "\Flagged";
        fileinto :flags "${MyFlags}" "spam";
        }
else

Notes
-----
Neither "fileinto", "imap4flags" or "variables" declare a "remove" action.

So this should be most likely "removeflag" instead of "remove"

--------------------------------------
RFC5232 (draft-ietf-sieve-imapflags-05)
--------------------------------------
Title               : Sieve Email Filtering: Imap4flags Extension
Publication Date    : January 2008
Author(s)           : A. Melnikov
Category            : PROPOSED STANDARD
Source              : Sieve Mail Filtering Language
Area                : Applications
Stream              : IETF
Verifying Party     : IESG

_______________________________________________
sieve mailing list
[email protected]
https://www.ietf.org/mailman/listinfo/sieve
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.