[sieve] [Technical Errata Reported] RFC5229 (5015)

RFC Errata System <rfc-editor@rfc-editor.org> Thu, 11 May 2017 00:05 UTC

Return-Path: <wwwrun@rfc-editor.org>
X-Original-To: sieve@ietfa.amsl.com
Delivered-To: sieve@ietfa.amsl.com
Received: from localhost (localhost [127.0.0.1]) by ietfa.amsl.com (Postfix) with ESMTP id 115C9124BFA for <sieve@ietfa.amsl.com>; Wed, 10 May 2017 17:05:32 -0700 (PDT)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -4.202
X-Spam-Level:
X-Spam-Status: No, score=-4.202 tagged_above=-999 required=5 tests=[BAYES_00=-1.9, RCVD_IN_DNSWL_MED=-2.3, RP_MATCHES_RCVD=-0.001, SPF_HELO_PASS=-0.001, SPF_PASS=-0.001, URIBL_BLOCKED=0.001] autolearn=ham autolearn_force=no
Received: from mail.ietf.org ([4.31.198.44]) by localhost (ietfa.amsl.com [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id mgG-kg6Jy-fg for <sieve@ietfa.amsl.com>; Wed, 10 May 2017 17:05:30 -0700 (PDT)
Received: from rfc-editor.org (rfc-editor.org [4.31.198.49]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by ietfa.amsl.com (Postfix) with ESMTPS id E563F1204DA for <sieve@ietf.org>; Wed, 10 May 2017 17:05:30 -0700 (PDT)
Received: by rfc-editor.org (Postfix, from userid 30) id 5100EB812F9; Wed, 10 May 2017 17:05:21 -0700 (PDT)
To: kjetilho@ifi.uio.no, ben@nostrum.com, alissa@cooperw.in, aamelnikov@fastmail.fm, cyrus@daboo.name, aaron@serendipity.cx
X-PHP-Originating-Script: 30:errata_mail_lib.php
From: RFC Errata System <rfc-editor@rfc-editor.org>
Cc: stan@glyphein.mailforce.net, sieve@ietf.org, rfc-editor@rfc-editor.org
Content-Type: text/plain; charset="UTF-8"
Message-Id: <20170511000521.5100EB812F9@rfc-editor.org>
Date: Wed, 10 May 2017 17:05:21 -0700
Archived-At: <https://mailarchive.ietf.org/arch/msg/sieve/Pk8DFXWQVAOblKnyz8zBMv5E7WY>
Subject: [sieve] [Technical Errata Reported] RFC5229 (5015)
X-BeenThere: sieve@ietf.org
X-Mailman-Version: 2.1.22
Precedence: list
List-Id: SIEVE Working Group <sieve.ietf.org>
List-Unsubscribe: <https://www.ietf.org/mailman/options/sieve>, <mailto:sieve-request@ietf.org?subject=unsubscribe>
List-Archive: <https://mailarchive.ietf.org/arch/browse/sieve/>
List-Post: <mailto:sieve@ietf.org>
List-Help: <mailto:sieve-request@ietf.org?subject=help>
List-Subscribe: <https://www.ietf.org/mailman/listinfo/sieve>, <mailto:sieve-request@ietf.org?subject=subscribe>
X-List-Received-Date: Thu, 11 May 2017 00:05:32 -0000

The following errata report has been submitted for RFC5229,
"Sieve Email Filtering: Variables Extension".

--------------------------------------
You may review the report below and at:
http://www.rfc-editor.org/errata/eid5015

--------------------------------------
Type: Technical
Reported by: Stan Kalisch <stan@glyphein.mailforce.net>

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.

Instructions:
-------------
This erratum is currently posted as "Reported". If necessary, please
use "Reply All" to discuss whether it should be verified or
rejected. When a decision is reached, the verifying party  
can log in to change the status and edit the report, if necessary. 

--------------------------------------
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