Re: Working Group Last Call: draft-ietf-sieve-3431bis-01.txt (relational test)

Alexey Melnikov <alexey.melnikov@isode.com> Wed, 21 September 2005 17:41 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 j8LHfOEw012624; Wed, 21 Sep 2005 10:41:24 -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 j8LHfOn6012623; Wed, 21 Sep 2005 10:41:24 -0700 (PDT)
X-Authentication-Warning: above.proper.com: majordom set sender to owner-ietf-mta-filters@mail.imc.org using -f
Received: from rufus.isode.com (rufus.isode.com [62.3.217.251]) by above.proper.com (8.12.11/8.12.9) with ESMTP id j8LHfLsG012597 for <ietf-mta-filters@imc.org>; Wed, 21 Sep 2005 10:41:23 -0700 (PDT) (envelope-from alexey.melnikov@isode.com)
Received: from [172.16.2.137] (shiny.isode.com [62.3.217.250]) by rufus.isode.com via TCP (internal) with ESMTPA; Wed, 21 Sep 2005 18:40:44 +0100
Message-ID: <43319B1B.60302@isode.com>
Date: Wed, 21 Sep 2005 18:40:43 +0100
From: Alexey Melnikov <alexey.melnikov@isode.com>
User-Agent: Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.7.2) Gecko/20040804 Netscape/7.2 (ax)
X-Accept-Language: en-us, en
MIME-Version: 1.0
To: Michael Haardt <michael@freenet-ag.de>
CC: ietf-mta-filters@imc.org
Subject: Re: Working Group Last Call: draft-ietf-sieve-3431bis-01.txt (relational test)
References: <E1EFtBv-0000tk-VN@nostromo.freenet-ag.de>
In-Reply-To: <E1EFtBv-0000tk-VN@nostromo.freenet-ag.de>
Content-Type: text/plain; charset="us-ascii"; format="flowed"
Content-Transfer-Encoding: 7bit
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>

Michael Haardt wrote:

>>>Section 4.1:
>>>
>>>  The VALUE match type may be used with any comparator which returns
>>>  sort information.
>>>
>>>And which comparator of the base language does that? All, I guess,
>>>but I miss reading that.
>>>      
>>>
>>"relational" draft is not the place for listing such comparators. There 
>>is a separate document (currently draft-newman-i18n-comparator-05.txt) 
>>that defines the comparator registry. 
>>
>
>I guess you are right that duplicating information is not good, but the
>Sieve base language contains so few comparators, that it would be nice
>to state that those return sort information.
>
Maybe you are asking for a reference to the comparator registry after 
the quoted sentence?

When I edit a document I usually try to add lots of examples to address 
issues like yours.

>
>After all, "i;ascii-numeric" is described to allow at least 32 bit
>integers and not being capable to compare signed numbers.  The latter
>at least is duplicated information, yet it is very helpful.
>
Yes, the latter is important because it can be one of the unexpected 
things when using this comparator.

On a somewhat related note: do people think we need a comparator that 
can handle negative numbers?