[Errata Verified] RFC5229 (5015)
RFC Errata System <[email protected]>
| Newsgroups | gmane.ietf.mta-filters |
|---|---|
| Message-ID | <[email protected]> |
The following errata report has been verified for RFC5229, "Sieve Email Filtering: Variables Extension". -------------------------------------- You may review the report below and at: http://www.rfc-editor.org/errata/eid5015 -------------------------------------- Status: Verified Type: Technical Reported by: Stan Kalisch <[email protected]> Date Reported: 2017-05-10 Verified by: Alexey Melnikov (IESG) Section: 3.2 Original Text ------------- # Imagine the header # Subject: [acme-users] [fwd] version 1.0 is out if header :matches "Subject" "[*] *" { # will hold "acme-users", # will hold "[fwd] version 1.0 is out" fileinfo "INBOX.lists."; stop; ^ } Corrected Text -------------- # Imagine the header # Subject: [acme-users] [fwd] version 1.0 is out if header :matches "Subject" "[*] *" { # will hold "acme-users", # will hold "[fwd] version 1.0 is out" fileinto "INBOX.lists."; stop; } Notes ----- This suggestion corrects the spelling of the "fileinto" action in the example. -------------------------------------- RFC5229 (draft-ietf-sieve-variables-08) -------------------------------------- Title : Sieve Email Filtering: Variables Extension Publication Date : January 2008 Author(s) : K. Homme 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