Re: Working Group Last Call: draft-ietf-sieve-rfc3598bis-00.txt (Subaddress)

Kjetil Torgrim Homme <kjetilho@ifi.uio.no> Wed, 13 July 2005 13:55 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 j6DDtYR6041787; Wed, 13 Jul 2005 06:55:34 -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 j6DDtYOw041786; Wed, 13 Jul 2005 06:55:34 -0700 (PDT)
X-Authentication-Warning: above.proper.com: majordom set sender to owner-ietf-mta-filters@mail.imc.org using -f
Received: from pat.uio.no (IDENT:7411@pat.uio.no [129.240.130.16]) by above.proper.com (8.12.11/8.12.9) with ESMTP id j6DDtX3p041777 for <ietf-mta-filters@imc.org>; Wed, 13 Jul 2005 06:55:34 -0700 (PDT) (envelope-from kjetilho@ifi.uio.no)
Received: from mail-mx4.uio.no ([129.240.10.45]) by pat.uio.no with esmtp (Exim 4.43) id 1Dshhx-0005GB-Sj; Wed, 13 Jul 2005 15:55:29 +0200
Received: from 80.80-202-166.nextgentel.com ([80.202.166.80] helo=chico.njus.no) by mail-mx4.uio.no with esmtpsa (TLSv1:RC4-MD5:128) (Exim 4.43) id 1Dshhu-0000lC-Ee; Wed, 13 Jul 2005 15:55:26 +0200
Subject: Re: Working Group Last Call: draft-ietf-sieve-rfc3598bis-00.txt (Subaddress)
From: Kjetil Torgrim Homme <kjetilho@ifi.uio.no>
To: Alexey Melnikov <alexey.melnikov@isode.com>
Cc: MTA filtering mailing list <ietf-mta-filters@imc.org>
In-Reply-To: <42D5080C.90005@isode.com>
References: <42D5080C.90005@isode.com>
Content-Type: text/plain
Date: Wed, 13 Jul 2005 15:55:19 +0200
Message-Id: <1121262919.6871.89.camel@chico.njus.no>
Mime-Version: 1.0
X-Mailer: Evolution 2.2.1
Content-Transfer-Encoding: 7bit
X-UiO-Spam-info: not spam, SpamAssassin (score=-2.293, required 12, autolearn=disabled, AWL 0.86, FORGED_RCVD_HELO 0.05, RCVD_IN_NJABL_DUL 1.66, RCVD_IN_SORBS_DUL 0.14, UIO_MAIL_IS_INTERNAL -5.00)
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-13 at 13:24 +0100, Alexey Melnikov wrote:
> I would like to draw your attention to the following draft:
> 
> <http://www.ietf.org/internet-drafts/draft-ietf-sieve-rfc3598bis-00.txt 
> 
> NB If you do review this document, but have no issues or comments, 
> please send both co-chairs (or the list) an email to indicate you have 
> looked at it. This will allow the chairs to gauge the scope of reviews 
> of this document to aid in our determination on whether to send it to 
> the IESG. Thanks.

a niggle, there is a missing "}" in the example:

# If a message is not to me (ignoring +detail), junk it.
      if not allof (address :user ["to", "cc", "bcc"] "ken",
           address :domain ["to", "cc", "bcc"] "example.org") {
        discard;

other than that it looks good to me.
-- 
Kjetil T.