Re: draft-freed-sieve-in-xml status?

Ned Freed <ned.freed@mrochek.com> Sun, 14 December 2008 18:11 UTC

Return-Path: <owner-ietf-mta-filters@mail.imc.org>
X-Original-To: ietfarch-sieve-archive-Aet6aiqu@core3.amsl.com
Delivered-To: ietfarch-sieve-archive-Aet6aiqu@core3.amsl.com
Received: from localhost (localhost [127.0.0.1]) by core3.amsl.com (Postfix) with ESMTP id C4B603A68AA for <ietfarch-sieve-archive-Aet6aiqu@core3.amsl.com>; Sun, 14 Dec 2008 10:11:11 -0800 (PST)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -2.54
X-Spam-Level:
X-Spam-Status: No, score=-2.54 tagged_above=-999 required=5 tests=[AWL=0.059, BAYES_00=-2.599]
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 CnpncgDG+y84 for <ietfarch-sieve-archive-Aet6aiqu@core3.amsl.com>; Sun, 14 Dec 2008 10:11:11 -0800 (PST)
Received: from balder-227.proper.com (properopus-pt.tunnel.tserv3.fmt2.ipv6.he.net [IPv6:2001:470:1f04:392::2]) by core3.amsl.com (Postfix) with ESMTP id 92C3F3A6867 for <sieve-archive-Aet6aiqu@ietf.org>; Sun, 14 Dec 2008 10:11:10 -0800 (PST)
Received: from balder-227.proper.com (localhost [127.0.0.1]) by balder-227.proper.com (8.14.2/8.14.2) with ESMTP id mBEI2cdS099927 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=NO); Sun, 14 Dec 2008 11:02:38 -0700 (MST) (envelope-from owner-ietf-mta-filters@mail.imc.org)
Received: (from majordom@localhost) by balder-227.proper.com (8.14.2/8.13.5/Submit) id mBEI2cMD099926; Sun, 14 Dec 2008 11:02:38 -0700 (MST) (envelope-from owner-ietf-mta-filters@mail.imc.org)
X-Authentication-Warning: balder-227.proper.com: majordom set sender to owner-ietf-mta-filters@mail.imc.org using -f
Received: from mauve.mrochek.com (mauve.mrochek.com [66.59.230.40]) by balder-227.proper.com (8.14.2/8.14.2) with ESMTP id mBEI2RfK099916 for <ietf-mta-filters@imc.org>; Sun, 14 Dec 2008 11:02:37 -0700 (MST) (envelope-from ned.freed@mrochek.com)
Received: from dkim-sign.mauve.mrochek.com by mauve.mrochek.com (PMDF V6.1-1 #35243) id <01N32UVBH30W00VOWH@mauve.mrochek.com> for ietf-mta-filters@imc.org; Sun, 14 Dec 2008 10:02:25 -0800 (PST)
Received: from mauve.mrochek.com by mauve.mrochek.com (PMDF V6.1-1 #35243) id <01N31HJ3ZB0G00SE3A@mauve.mrochek.com>; Sun, 14 Dec 2008 10:02:23 -0800 (PST)
Date: Sun, 14 Dec 2008 09:46:19 -0800
From: Ned Freed <ned.freed@mrochek.com>
Subject: Re: draft-freed-sieve-in-xml status?
In-reply-to: "Your message dated Sun, 14 Dec 2008 11:55:52 +0000" <f470f68e0812140355wc138cf5hbdb269ba4c04326e@mail.gmail.com>
To: Robert Burrell Donkin <robertburrelldonkin@gmail.com>
Cc: ietf-mta-filters@imc.org
Message-id: <01N32UVAF78600SE3A@mauve.mrochek.com>
MIME-version: 1.0
Content-type: TEXT/PLAIN; charset="ISO-8859-1"
Content-transfer-encoding: 7bit
References: <f470f68e0812041225x318bfdccg1bf9201b53ce8c2e@mail.gmail.com> <493E908E.70504@isode.com> <f470f68e0812090956j56c29f17s77fc554adaab1350@mail.gmail.com> <f470f68e0812140355wc138cf5hbdb269ba4c04326e@mail.gmail.com>
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>

> i note that the xml lacks a namespace.

Yes, but AFAIK nothing prevents you from assigning this vocabulary to a
namespace if you wanted to mix it with some other vocabulary. But since
the need for such mixing doesn't arise in the document itself, why
bother with the added complexity?

> could someone explain this design decision?

Well, I suppose this could have been done by having, say, one namespace for
Sieve stuff and another for annotations. But that adds a ton of complexity
with no real gains as far as I can see.

> i also note that there is no separate of concerns between the editor
> annotations and the substantive xml. could anyone explain this design
> decision?

Because it would add unnecessary complexity to the design. The implication that
editor annotations are insubstantive is also incorrect - in a GUI those
annotations are the focus and it's the Sieve content that's secondary.

				Ned