Re: I-D ACTION:draft-ietf-sieve-variables-04.txt

"Mark E. Mallett" <mem@mv.mv.com> Mon, 25 July 2005 19:37 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 j6PJbkZw064804; Mon, 25 Jul 2005 12:37:46 -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 j6PJbklp064803; Mon, 25 Jul 2005 12:37:46 -0700 (PDT)
X-Authentication-Warning: above.proper.com: majordom set sender to owner-ietf-mta-filters@mail.imc.org using -f
Received: from mv.mv.com (osmium.mv.net [199.125.85.152]) by above.proper.com (8.12.11/8.12.9) with SMTP id j6PJbjoD064796 for <ietf-mta-filters@imc.org>; Mon, 25 Jul 2005 12:37:46 -0700 (PDT) (envelope-from mem@mv.mv.com)
Received: (qmail 42017 invoked by uid 101); 25 Jul 2005 15:37:45 -0400
From: "Mark E. Mallett" <mem@mv.mv.com>
Date: Mon, 25 Jul 2005 15:37:45 -0400
To: ietf-mta-filters@imc.org
Subject: Re: I-D ACTION:draft-ietf-sieve-variables-04.txt
Message-ID: <20050725193745.GB5041@osmium.mv.net>
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>
Mime-Version: 1.0
Content-Type: text/plain; charset="us-ascii"
Content-Disposition: inline
In-Reply-To: <1121898525.30434.122.camel@chico.njus.no>
User-Agent: Mutt/1.4.2.1i
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>

[ attaching this comment to a random message in the thread..]

On Thu, Jul 21, 2005 at 12:28:45AM +0200, Kjetil Torgrim Homme wrote:
> 
> Modifier ":quoteregex"
> 
>         Every character with special meaning for :regex (".", "*", "?"
>         etc.) is prefixed with "\" in the expansion.  This modifier is
>         only available when the "regex" extension is in effect.

Do we want to more specifically say something like "Ensures that "
[ ...every character with special meaning is prefixed with "\" ... ],
i.e. if a character is already quoted, we don't want another quote
character to be added (otherwise the quoted character would become
unquoted, a literal quote character would be added, etc).

Ditto for :quotewildcard

BTW, I also prefer ":quotematches" to ":quotewildcard" so that the
keyword is more reflective of the match-type name.

mm