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

[sieve] [Errata Verified] RFC5229 (5015)

2017-05-19 08:20:19
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 <stan(_at_)glyphein(_dot_)mailforce(_dot_)net>
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
sieve(_at_)ietf(_dot_)org
https://www.ietf.org/mailman/listinfo/sieve

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