Re: I-D ACTION:draft-ietf-sieve-variables-04.txt
Ned Freed <ned.freed@mrochek.com> Sun, 24 July 2005 02:04 UTC
Received: from above.proper.com (localhost.vpnc.org [127.0.0.1]) by above.proper.com (8.12.11/8.12.9) with ESMTP id j6O240hq069357; Sat, 23 Jul 2005 19:04:00 -0700 (PDT) (envelope-from owner-ietf-mta-filters@mail.imc.org)
Received: (from majordom@localhost) by above.proper.com (8.12.11/8.12.9/Submit) id j6O240C8069356; Sat, 23 Jul 2005 19:04:00 -0700 (PDT)
X-Authentication-Warning: above.proper.com: majordom set sender to owner-ietf-mta-filters@mail.imc.org using -f
Received: from mauve.mrochek.com (mauve.mrochek.com [209.55.107.55]) by above.proper.com (8.12.11/8.12.9) with ESMTP id j6O23xqc069349 for <ietf-mta-filters@imc.org>; Sat, 23 Jul 2005 19:03:59 -0700 (PDT) (envelope-from ned.freed@mrochek.com)
Received: from mauve.mrochek.com by mauve.mrochek.com (PMDF V6.1-1 #35243) id <01LQXWAB8YW0000092@mauve.mrochek.com> for ietf-mta-filters@imc.org; Sat, 23 Jul 2005 19:03:57 -0700 (PDT)
Cc: Ned Freed <ned.freed@mrochek.com>, ietf-mta-filters@imc.org
To: Kjetil Torgrim Homme <kjetilho@ifi.uio.no>
Message-id: <01LQZ4FGPR7I000092@mauve.mrochek.com>
Date: Sat, 23 Jul 2005 18:42:26 -0700
From: Ned Freed <ned.freed@mrochek.com>
Subject: Re: I-D ACTION:draft-ietf-sieve-variables-04.txt
In-reply-to: "Your message dated Thu, 21 Jul 2005 01:52:52 +0200" <1121903572.30434.153.camel@chico.njus.no>
MIME-version: 1.0
Content-type: TEXT/PLAIN
References: <E1DtRVp-0002k4-CW@newodin.ietf.org> <1121522976.8017.6.camel@chico.njus.no> <01LQUHIQ7UJA000092@mauve.mrochek.com> <1121886910.30434.93.camel@chico.njus.no> <200507202154.j6KLsoeW043863@lab.smi.sendmail.com> <1121898525.30434.122.camel@chico.njus.no> <01LQURBJ4X2K000092@mauve.mrochek.com> <1121903572.30434.153.camel@chico.njus.no>
Sender: owner-ietf-mta-filters@mail.imc.org
Precedence: bulk
List-Archive: <http://www.imc.org/ietf-mta-filters/mail-archive/>
List-ID: <ietf-mta-filters.imc.org>
List-Unsubscribe: <mailto:ietf-mta-filters-request@imc.org?body=unsubscribe>
> On Wed, 2005-07-20 at 16:00 -0700, Ned Freed wrote: > > > > On an unrelated point, the [SIEVE] reference needs to be changed to the > > > > replacement I-D to dodge the "no side-effects in tests" restriction. > > > well, 3028bis must be published first, anyway, so I'll update the > > > reference when its done? > > Might as well update it now as it is likely that the variables draft > > will be approved before 3028bis comes out as an RFC. The RFC Editor > > understands how to handle such dependencies and will update the > > reference for you. > okay, but I don't know what such a reference should look like. my best > guess: > [SIEVE] > Guenther, P., "Sieve: An Email Filtering Language", Work in Progress I prefer to have the draft name and date in there, so the ones I have look like this: [I-D.ietf-sieve-3028bis] Philip, P. and T. Tim, "Sieve: An Email Filtering Language", draft-ietf-sieve-3028bis-04 (work in progress), July 2005, <http://www.ietf.org/internet-drafts/ draft-ietf-sieve-3028bis-04.txt>. [I-D.ietf-sieve-variables] Homme, K., "Sieve Mail Filtering Language: Variables Extension", draft-ietf-sieve-variables-04 (work in progress), July 2005, <http://www.ietf.org/ internet-drafts/draft-ietf-sieve-variables-04.txt>. In case anyone cares, the way to get this output from xml2rfc is with something like: <reference anchor='I-D.ietf-sieve-3028bis' target='http://www.ietf.org/internet-drafts/draft-ietf-sieve-3028bis-04.txt'> <front> <title>Sieve: An Email Filtering Language</title> <author initials='P' surname='Philip' fullname='Guenther'> <organization>Sendmail, Inc.</organization> </author> <author initials='T' surname='Tim' fullname='Showalter'> <organization/> </author> <date month='July' day='18' year='2005' /> </front> <seriesInfo name='Internet-Draft' value='draft-ietf-sieve-3028bis-04' /> </reference> <reference anchor='I-D.ietf-sieve-variables' target='http://www.ietf.org/internet-drafts/draft-ietf-sieve-variables-04.txt'> <front> <title>Sieve Mail Filtering Language: Variables Extension</title> <author initials='K' surname='Homme' fullname='Kjetil Homme'> <organization>University of Oslo</organization> </author> <date month='July' day='15' year='2005' /> </front> <seriesInfo name='Internet-Draft' value='draft-ietf-sieve-variables-04' /> </reference> On a side note, I'm seeing an increasing tendency to try and avoid referencing internet-drafts even in cases where such a reference is clearly appropriate, and I cannot say I like it. While I understand the desire to avoid unnecessary document dependencies in the RFC Editor queue, IMO the risk of the wrong reference slipping into the final document far outweighs the delays dependencies can cause. If there's a problem where documents are blocked unnecessarily even after dependencies - and I've seen some indications that such a problem does in fact exist - we need to deal with that problem rather than gloss over it in this way. > > I have one additional suggestion. Thinking about it, I don't like the name > > choices here. Specifically, ":quotewildcard" refers to the characters being > > quoted and not the context they are being quoted for, while ":quoteregex" > > refers to the context they are being quoted for and not the characters being > > quoted. How about changing ":quotewildcard" to ":quotematches" so both > > names refer to the context? > :quotematches was the original suggested name, and it seems logical in > tandem with :quoteregex, but it sounds awfully misleading on its own. > SET :quotematches "address" "[${1}]" > it's tempting to think that the modifier will only affect the match > variable, IMHO. Not to me, but since it appears to be to others I'll let this one drop. Ned
- I-D ACTION:draft-ietf-sieve-variables-04.txt Internet-Drafts
- Re: I-D ACTION:draft-ietf-sieve-variables-04.txt Kjetil Torgrim Homme
- Re: I-D ACTION:draft-ietf-sieve-variables-04.txt Ned Freed
- Re: I-D ACTION:draft-ietf-sieve-variables-04.txt Kjetil Torgrim Homme
- Re: I-D ACTION:draft-ietf-sieve-variables-04.txt Philip Guenther
- Re: I-D ACTION:draft-ietf-sieve-variables-04.txt Kjetil Torgrim Homme
- Re: I-D ACTION:draft-ietf-sieve-variables-04.txt Ned Freed
- Re: I-D ACTION:draft-ietf-sieve-variables-04.txt Kjetil Torgrim Homme
- Re: I-D ACTION:draft-ietf-sieve-variables-04.txt Alexey Melnikov
- Re: I-D ACTION:draft-ietf-sieve-variables-04.txt Ned Freed
- Re: I-D ACTION:draft-ietf-sieve-variables-04.txt Philip Guenther
- Re: I-D ACTION:draft-ietf-sieve-variables-04.txt Ned Freed
- Re: I-D ACTION:draft-ietf-sieve-variables-04.txt Mark E. Mallett
- Re: I-D ACTION:draft-ietf-sieve-variables-04.txt Philip Guenther
- Re: I-D ACTION:draft-ietf-sieve-variables-04.txt Ned Freed
- Re: I-D ACTION:draft-ietf-sieve-variables-04.txt Mark E. Mallett