[sieve] [Errata Verified] RFC5232 (4952)

RFC Errata System <rfc-editor@rfc-editor.org> Tue, 28 February 2017 15:31 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 387501295BF; Tue, 28 Feb 2017 07:31:25 -0800 (PST)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -4.203
X-Spam-Level:
X-Spam-Status: No, score=-4.203 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] 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 v7GlevoCDWci; Tue, 28 Feb 2017 07:31:19 -0800 (PST)
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 5394B12953F; Tue, 28 Feb 2017 07:31:19 -0800 (PST)
Received: by rfc-editor.org (Postfix, from userid 30) id 4A711B81E97; Tue, 28 Feb 2017 07:31:19 -0800 (PST)
To: schmid-thomas@gmx.net, alexey.melnikov@isode.com
X-PHP-Originating-Script: 30:errata_mail_lib.php
From: RFC Errata System <rfc-editor@rfc-editor.org>
Message-Id: <20170228153119.4A711B81E97@rfc-editor.org>
Date: Tue, 28 Feb 2017 07:31:19 -0800
Archived-At: <https://mailarchive.ietf.org/arch/msg/sieve/rp9JF0SJ2nAOejWbcSWIsM2YELU>
Cc: sieve@ietf.org, aamelnikov@fastmail.fm, text/plain@rfc-editor.org, charset=UTF-8@rfc-editor.org, rfc-editor@rfc-editor.orgContent-Type, iesg@ietf.org
Subject: [sieve] [Errata Verified] RFC5232 (4952)
X-BeenThere: sieve@ietf.org
X-Mailman-Version: 2.1.17
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: Tue, 28 Feb 2017 15:31:25 -0000

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

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

Reported by: Thomas Schmid <schmid-thomas@gmx.net>
Date Reported: 2017-02-26
Verified by: Alexey Melnikov (IESG)

Section: 9.  Extended

Original Text
-------------
#
# Keep all messages to or from people in my company
#
elsif anyof address :domain :is ["From", "To"] "company.example.com"
           {

Corrected Text
--------------
#
# Keep all messages to or from people in my company
#
elsif address :domain :is ["From", "To"] "company.example.com"
           {

Notes
-----
The anyof test is defined in the RFC 5228 as
anyof <tests: test-list> 
test-list    = "(" test *("," test) ")"

Which means the parentheses after anyof are mandatory/required.
 
I would suggest dropping the anyof completely. An anyof with a single test is equivalent to a single test.

Alexey Melnikov: I've updated the corrected text to match your latest suggestion.

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