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

NED+mta-filters@mauve.mrochek.com Tue, 05 October 2010 23:32 UTC

Return-Path: <NED+mta-filters@mauve.mrochek.com>
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 3DD5B3A6E10 for <sieve@core3.amsl.com>; Tue, 5 Oct 2010 16:32:50 -0700 (PDT)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -2.235
X-Spam-Level:
X-Spam-Status: No, score=-2.235 tagged_above=-999 required=5 tests=[AWL=0.364, BAYES_00=-2.599]
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 gL4BbhbyItzo for <sieve@core3.amsl.com>; Tue, 5 Oct 2010 16:32:48 -0700 (PDT)
Received: from mauve.mrochek.com (mauve.mrochek.com [66.59.230.40]) by core3.amsl.com (Postfix) with ESMTP id C2E1E3A6EA9 for <sieve@ietf.org>; Tue, 5 Oct 2010 16:32:48 -0700 (PDT)
Received: from dkim-sign.mauve.mrochek.com by mauve.mrochek.com (PMDF V6.1-1 #35243) id <01NSP8VEJOKW003BGJ@mauve.mrochek.com> for sieve@ietf.org; Tue, 5 Oct 2010 16:33:45 -0700 (PDT)
Received: from mauve.mrochek.com by mauve.mrochek.com (PMDF V6.1-1 #35243) id <01NSI5YX1W0G000CVY@mauve.mrochek.com> (original mail from NED@mauve.mrochek.com) for sieve@ietf.org; Tue, 5 Oct 2010 16:33:41 -0700 (PDT)
From: NED+mta-filters@mauve.mrochek.com
Message-id: <01NSP8VD7VL0000CVY@mauve.mrochek.com>
Date: Tue, 05 Oct 2010 16:30:34 -0700
In-reply-to: "Your message dated Tue, 05 Oct 2010 13:00:28 -0700 (PDT)" <20101005200028.EDB1FE066A@rfc-editor.org>
MIME-version: 1.0
References: <20101005200028.EDB1FE066A@rfc-editor.org>
To: RFC Errata System <rfc-editor@rfc-editor.org>
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=mrochek.com; s=mauve; t=1286320030; i=@mrochek.com; bh=VPlJf7ZZoMIMHyuDLLVMKXWjvRjHi3Bz+A56eYuqe0o=; h=From:Cc:Message-id:Date:Subject:In-reply-to:MIME-version: References:To; b=YPeY0q5ozZSyDN+dOPC5y0y58eNwfOiHQ7hgtfe/Ki+1ymBgucbxpmPyDm/wAOpeE d9ooMy1lnpD/bRCBt0omFedjObcMz+CfhNTh9S6VxsxOCmySQF9ItpFhTXYDbRvu1T 2WN6VOMLbGz0oJ6tIfcUsXpWd7K76JldqsKweQ5A=
Cc: ah@TR-Sys.de, ned.freed@mrochek.com, alexey.melnikov@isode.com, sieve@ietf.org, rfc-editor@rfc-editor.org
Subject: Re: [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 23:32:50 -0000

The error is real and the change of 20 to 22 is correct, however, there's
something screwy about the surrounding text in the listing - where it
says 

    RFCORIGINAL_TEXT
    
and

    RFCCORRECTED_TEXT

it should say

   ${0}

as it does in the RFC.

				Ned

> 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