[sieve] [Technical Errata Reported] RFC6009 (2545)

RFC Errata System <rfc-editor@rfc-editor.org> Tue, 05 October 2010 19:59 UTC

Return-Path: <wwwrun@rfc-editor.org>
X-Original-To: sieve@core3.amsl.com
Delivered-To: sieve@core3.amsl.com
Received: from localhost (localhost [127.0.0.1]) by core3.amsl.com (Postfix) with ESMTP id 3179A3A705E for <sieve@core3.amsl.com>; Tue, 5 Oct 2010 12:59:33 -0700 (PDT)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -102.6
X-Spam-Level:
X-Spam-Status: No, score=-102.6 tagged_above=-999 required=5 tests=[BAYES_00=-2.599, NO_RELAYS=-0.001, USER_IN_WHITELIST=-100]
Received: from mail.ietf.org ([64.170.98.32]) by localhost (core3.amsl.com [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id 05D9FHUjzgjz for <sieve@core3.amsl.com>; Tue, 5 Oct 2010 12:59:32 -0700 (PDT)
Received: from rfc-editor.org (rfc-editor.org [IPv6:2001:1890:1112:1::2f]) by core3.amsl.com (Postfix) with ESMTP id 4A4953A6FA5 for <sieve@ietf.org>; Tue, 5 Oct 2010 12:59:30 -0700 (PDT)
Received: by rfc-editor.org (Postfix, from userid 30) id EDB1FE066A; Tue, 5 Oct 2010 13:00:28 -0700 (PDT)
To: ned.freed@mrochek.com, alexey.melnikov@isode.com, stpeter@stpeter.im, cyrus@daboo.name, aaron@serendipity.cx
From: RFC Errata System <rfc-editor@rfc-editor.org>
Message-Id: <20101005200028.EDB1FE066A@rfc-editor.org>
Date: Tue, 05 Oct 2010 13:00:28 -0700
Cc: ah@TR-Sys.de, sieve@ietf.org, rfc-editor@rfc-editor.org
Subject: [sieve] [Technical Errata Reported] RFC6009 (2545)
X-BeenThere: sieve@ietf.org
X-Mailman-Version: 2.1.9
Precedence: list
List-Id: SIEVE Working Group <sieve.ietf.org>
List-Unsubscribe: <https://www.ietf.org/mailman/listinfo/sieve>, <mailto:sieve-request@ietf.org?subject=unsubscribe>
List-Archive: <http://www.ietf.org/mail-archive/web/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, 05 Oct 2010 19:59:33 -0000

The following errata report has been submitted for RFC6009,
"Sieve Email Filtering: Delivery Status Notifications and Deliver-By Extensions".

--------------------------------------
You may review the report below and at:
http://www.rfc-editor.org/errata_search.php?rfc=6009&eid=2545

--------------------------------------
Type: Technical
Reported by: Alfred Hoenes <ah@TR-Sys.de>

Section: 7.2

Original Text
-------------
   # Send a copy to my cell phone to be delivered before 10PM
   if currentdate :value "lt"
                  :comparator "i;ascii-numeric" "hour" "22"
   {
       if currentdate :matches "date" "*" {set "date" "RFCORIGINAL_TEXT";}
       if currentdate :matches "zone" "*" {set "zone" "RFCORIGINAL_TEXT";}
|      redirect :copy :bytimeabsolute "${date}T20:00:00${zone}"
                :bymode "return" "cellphone@example.com";
   }


Corrected Text
--------------
   # Send a copy to my cell phone to be delivered before 10PM
   if currentdate :value "lt"
                  :comparator "i;ascii-numeric" "hour" "22"
   {
       if currentdate :matches "date" "*" {set "date" "RFCCORRECTED_TEXT";}
       if currentdate :matches "zone" "*" {set "zone" "RFCCORRECTED_TEXT";}
|      redirect :copy :bytimeabsolute "${date}T22:00:00${zone}"
                :bymode "return" "cellphone@example.com";
   }


Notes
-----
Rationale:  "10PM" corresponds to  T22:00:00 , not  T20:00:00 .

Instructions:
-------------
This errata 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 (IESG)
can log in to change the status and edit the report, if necessary. 

--------------------------------------
RFC6009 (draft-freed-sieve-notary-09)
--------------------------------------
Title               : Sieve Email Filtering: Delivery Status Notifications and Deliver-By Extensions
Publication Date    : October 2010
Author(s)           : N. Freed
Category            : PROPOSED STANDARD
Source              : Sieve Mail Filtering Language
Area                : Applications
Stream              : IETF
Verifying Party     : IESG