Re: [sieve] review of draft-freed-sieve-notary-06

NED+mta-filters@mauve.mrochek.com Wed, 24 March 2010 21:44 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 1D0D63A6855 for <sieve@core3.amsl.com>; Wed, 24 Mar 2010 14:44:35 -0700 (PDT)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -0.169
X-Spam-Level:
X-Spam-Status: No, score=-0.169 tagged_above=-999 required=5 tests=[AWL=1.300, BAYES_00=-2.599, DNS_FROM_OPENWHOIS=1.13]
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 UUoaFP8G4-O6 for <sieve@core3.amsl.com>; Wed, 24 Mar 2010 14:44:34 -0700 (PDT)
Received: from mauve.mrochek.com (mauve.mrochek.com [66.59.230.40]) by core3.amsl.com (Postfix) with ESMTP id 4DBBA3A67D6 for <sieve@ietf.org>; Wed, 24 Mar 2010 14:44:34 -0700 (PDT)
Received: from dkim-sign.mauve.mrochek.com by mauve.mrochek.com (PMDF V6.1-1 #35243) id <01NL4Q94CBNK003YVX@mauve.mrochek.com> for sieve@ietf.org; Wed, 24 Mar 2010 14:44:53 -0700 (PDT)
Received: from mauve.mrochek.com by mauve.mrochek.com (PMDF V6.1-1 #35243) id <01NL4NMFGNJ4004042@mauve.mrochek.com> (original mail from NED@mauve.mrochek.com) for sieve@ietf.org; Wed, 24 Mar 2010 14:44:51 -0700 (PDT)
From: NED+mta-filters@mauve.mrochek.com
Message-id: <01NL4Q92F7ZI004042@mauve.mrochek.com>
Date: Wed, 24 Mar 2010 14:38:13 -0700
In-reply-to: "Your message dated Tue, 23 Mar 2010 18:35:57 -0700" <B03C9B1C53E1BA1958B5CFF4@446E7922C82D299DB29D899F>
MIME-version: 1.0
Content-type: TEXT/PLAIN; format="flowed"
References: <B03C9B1C53E1BA1958B5CFF4@446E7922C82D299DB29D899F>
To: Chris Newman <Chris.Newman@Sun.COM>
Cc: sieve@ietf.org, Ned Freed <ned.freed@mrochek.com>
Subject: Re: [sieve] review of draft-freed-sieve-notary-06
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: Wed, 24 Mar 2010 21:44:35 -0000

> Section 4:

> >   orcpt -  Match the original recipient, or ORCPT, value in decoded
> >      form associated with the TO address used in the SMTP RCPT TO

> The term "in decoded form" is vague and can be interpreted different ways
> (for example, I might consider removal of the "rfc822;" prefix to be part
> of decoding :-).

> I suggest this say "with xtext encoding (RFC 3461 section 4) removed".

That doesn't really work as a replacement for "in decoded form", so I changed
the item to read:

Match the original recipient, or ORCPT, value associated with the TO address
used in the SMTP RCPT TO command that resulted in this message getting
delivered to this user, with xtext encoding removed. The syntax and semantics
of the ORCPT parameter are defined in Section 4.2 of [RFC 3461]. 

> Section 6:

> >   notify-value = DQUOTE notify-esmtp-value DQUOTE

> The "notify-esmtp-value" can be interpreted to allow comments, empty comma
> fields and folding whitespace.  You either have to outlaw that in prose or
> have a bit more detail.  I suggest:

>    notify-value = DQUOTE ("NEVER" / notify-esmtp-list) DQUOTE

>    notify-esmtp-list = notify-list-element *("," notify-list-element)

> >   The notify-esmtp-value production is defined in Section 4.1 of
>         ^^^^^^^^^^^^^^^^^^
>         notify-list-element

Changed.

> Author's Address:

> >   Sun Microsystems
>     Oracle

Changed ;-)

> Q: Is there a reason this didn't deal with FUTURERELEASE (4865) at the same
> time?

Because Sieve is defined as operating at or around the time of final delivery.
Future release information cannot be present at that point. Delivery-by, OTOH,
last right up to the final delivery point, same as notary.

				Ned