ietf-mta-filters
[Top] [All Lists]

[sieve] [Errata Verified] RFC5232 (4953)

2017-02-28 09:01:31
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 <schmid-thomas(_at_)gmx(_dot_)net>
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
sieve(_at_)ietf(_dot_)org
https://www.ietf.org/mailman/listinfo/sieve

<Prev in Thread] Current Thread [Next in Thread>
  • [sieve] [Errata Verified] RFC5232 (4953), RFC Errata System <=