Re: [Gen-art] [sieve] Gen-ART Last Call Review of draft-ietf-sieve-include-13

Alexey Melnikov <alexey.melnikov@isode.com> Mon, 19 December 2011 20:01 UTC

Return-Path: <alexey.melnikov@isode.com>
X-Original-To: gen-art@ietfa.amsl.com
Delivered-To: gen-art@ietfa.amsl.com
Received: from localhost (localhost [127.0.0.1]) by ietfa.amsl.com (Postfix) with ESMTP id 96C3D11E80BC; Mon, 19 Dec 2011 12:01:29 -0800 (PST)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -101.9
X-Spam-Level:
X-Spam-Status: No, score=-101.9 tagged_above=-999 required=5 tests=[AWL=0.698, BAYES_00=-2.599, HTML_MESSAGE=0.001, USER_IN_WHITELIST=-100]
Received: from mail.ietf.org ([12.22.58.30]) by localhost (ietfa.amsl.com [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id l5THf3nXsWME; Mon, 19 Dec 2011 12:01:25 -0800 (PST)
Received: from rufus.isode.com (cl-125.lon-03.gb.sixxs.net [IPv6:2a00:14f0:e000:7c::2]) by ietfa.amsl.com (Postfix) with ESMTP id EF84B11E809D; Mon, 19 Dec 2011 12:01:24 -0800 (PST)
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; t=1324324884; d=isode.com; s=selector; i=@isode.com; bh=3ZvYvMPoJZDHozVqUBOr4Crmw1+9qY2yyw+iK8J5bho=; h=From:Sender:Reply-To:Subject:Date:Message-ID:To:Cc:MIME-Version: In-Reply-To:References:Content-Type:Content-Transfer-Encoding: Content-ID:Content-Description; b=t6luZywtOYqPvKx/YeA12X6rZ9W9Q2tyBbOqjCgJscMFaVR2yaVkuDp8blfC8rRAn9lk9v wkUwHJKaMChGhfmtHVSKLK79tyfsBl/3Hd5GWuluJVSuSJv/pyO7ie6/wDWjgc9Ie/fBQX 6VWWrSLUh4fZBraKURvzHbhoYYmpYTE=;
Received: from [172.16.1.29] (shiny.isode.com [62.3.217.250]) by rufus.isode.com (submission channel) via TCP with ESMTPSA id <Tu-YEgB5QEZ5@rufus.isode.com>; Mon, 19 Dec 2011 20:01:23 +0000
Message-ID: <4EEF981F.1090905@isode.com>
Date: Mon, 19 Dec 2011 20:01:35 +0000
From: Alexey Melnikov <alexey.melnikov@isode.com>
User-Agent: Mozilla/5.0 (Windows NT 6.1; rv:8.0) Gecko/20111105 Thunderbird/8.0
To: Aaron Stone <aaron@serendipity.cx>
References: <E02C28C0-E664-4197-9594-FB12EDA53F1E@nostrum.com> <CAEdAYKU7FrmRA0agwW0ux60VVhHGE9Dc_0hdj+TRPLW9DxFRLg@mail.gmail.com>
In-Reply-To: <CAEdAYKU7FrmRA0agwW0ux60VVhHGE9Dc_0hdj+TRPLW9DxFRLg@mail.gmail.com>
MIME-Version: 1.0
Content-Type: multipart/alternative; boundary="------------010601070103030800070603"
Cc: Ben Campbell <ben@nostrum.com>, "gen-art@ietf.org Review Team" <gen-art@ietf.org>, Sieve mailing list <sieve@ietf.org>
Subject: Re: [Gen-art] [sieve] Gen-ART Last Call Review of draft-ietf-sieve-include-13
X-BeenThere: gen-art@ietf.org
X-Mailman-Version: 2.1.12
Precedence: list
List-Id: "GEN-ART: General Area Review Team" <gen-art.ietf.org>
List-Unsubscribe: <https://www.ietf.org/mailman/options/gen-art>, <mailto:gen-art-request@ietf.org?subject=unsubscribe>
List-Archive: <http://www.ietf.org/mail-archive/web/gen-art>
List-Post: <mailto:gen-art@ietf.org>
List-Help: <mailto:gen-art-request@ietf.org?subject=help>
List-Subscribe: <https://www.ietf.org/mailman/listinfo/gen-art>, <mailto:gen-art-request@ietf.org?subject=subscribe>
X-List-Received-Date: Mon, 19 Dec 2011 20:01:29 -0000

Hi Aaron,

On 19/12/2011 19:13, Aaron Stone wrote:
> On Tue, Dec 13, 2011 at 2:13 PM, Ben Campbell <ben@nostrum.com 
> <mailto:ben@nostrum.com>> wrote:
>
>     I am the assigned Gen-ART reviewer for this draft. For background
>     on Gen-ART, please see the FAQ at
>     <http://wiki.tools.ietf.org/area/gen/trac/wiki/GenArtfaq>.
>
>     Please resolve these comments along with any other Last Call
>     comments you may receive.
>
>     Document: draft-ietf-sieve-include-13
>     Reviewer: Ben Campbell
>     Review Date: 2011-12-13
>     IETF LC End Date: 2011-12-15
>
>     Summary: This draft is almost ready for publication as a proposed
>     standard
>
>     Major issues:
>
>     None
>
>     Minor issues:
>
>     -- section 3.1, paragraph 4: "Implementations MUST NOT generate
>     errors for recursive inclusions at upload time, as this would
>     force an upload ordering requirement upon script authors /
>     generators.  However, if an active script is replaced with a
>     faulty script and would remain the active script, an error MUST be
>     generated and the upload MUST fail."
>
>     These two statements seem contradictory on a quick reading.  In
>     particular, how can the latter assertion avoid an upload ordering
>     requirement? Or do you mean faulty in some way other than being
>     recursive?
>
>
> If you're replacing an active script, it has to be correct all the 
> time, and uploads are atomic only on a per-script basis. There's a 
> risk that if you're uploading a set of scripts that include one 
> another, at some intermediate stage while some scripts are uploaded 
> but not others, they are in an invalid state. The managesieve spec 
> says that scripts must be validated at upload time. The language above 
> is trying to say that you can upload all of the scripts that may 
> include one another in any order without generating errors 
> immediately, however, if you're replacing an active script or a script 
> included by the active script, then you DO have to upload a correct 
> script right from the get-go.
It looks like expanding the text to say what you explained above might 
be in order.