Re: Working Group Last Call for draft-ietf-sieve-refuse-reject-00.txt

Kjetil Torgrim Homme <kjetilho@ifi.uio.no> Tue, 23 August 2005 18:57 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 j7NIvDY4061191; Tue, 23 Aug 2005 11:57:13 -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 j7NIvD9l061189; Tue, 23 Aug 2005 11:57:13 -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 j7NIvCGs061146 for <ietf-mta-filters@imc.org>; Tue, 23 Aug 2005 11:57:13 -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 1E7dxM-0004hU-S4; Tue, 23 Aug 2005 20:57:08 +0200
Received: from 250.80-203-78.nextgentel.com ([80.203.78.250] helo=chico.njus.no) by mail-mx4.uio.no with esmtpsa (TLSv1:RC4-MD5:128) (Exim 4.43) id 1E7dxK-0003ER-LG; Tue, 23 Aug 2005 20:57:06 +0200
Subject: Re: Working Group Last Call for draft-ietf-sieve-refuse-reject-00.txt
From: Kjetil Torgrim Homme <kjetilho@ifi.uio.no>
To: "Mark E. Mallett" <mem@mv.mv.com>
Cc: IETF MTA Filters List <ietf-mta-filters@imc.org>
In-Reply-To: <20050823180817.GO26861@osmium.mv.net>
References: <FF47B65677F611C47F8FC103@ninevah.cyrusoft.com> <20050818190929.GM21465@osmium.mv.net> <4305B817.9070503@isode.com> <20050819174803.GB17079@osmium.mv.net> <430895AB.1090603@isode.com> <430A2A51.6080103@elvey.com> <20050823180817.GO26861@osmium.mv.net>
Content-Type: text/plain
Date: Tue, 23 Aug 2005 20:56:57 +0200
Message-Id: <1124823417.19646.76.camel@chico.njus.no>
Mime-Version: 1.0
X-Mailer: Evolution 2.2.3 (2.2.3-2.fc4)
Content-Transfer-Encoding: 7bit
X-UiO-Spam-info: not spam, SpamAssassin (score=-3.57, required 12, autolearn=disabled, AWL 1.24, FORGED_RCVD_HELO 0.05, 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 Tue, 2005-08-23 at 14:08 -0400, Mark E. Mallett wrote:
> On Mon, Aug 22, 2005 at 12:41:05PM -0700, Matthew Elvey wrote:
> > How's this replacement?
> > 
> > (The first sentence is unchanged.)
> > 
> >   The "refuse" action refuses delivery of a message by sending back
> > 
> > the 550 SMTP response code to an SMTP client. This extension can be 
> > supported only by a Sieve implementation capable of sending the 550 over 
> > an SMTP connection between Administrative Units.
> 
> Well, I'm probably being anal (again).  To me, the use of "between
> Administrative Units" and "over the open Internet" are birds of a
> feather.

the current draft doesn't say "over the open Internet", so I don't see
how this is relevant?

"Administrative Units" would have to be defined, though.

> I don't think it's important to specify where the message is
> transported, or between whom-- only that the message is turned away by
> the receiver during transport, thus avoiding a later asynchronous
> notification via a separate email message.  e.g. I think refusal should
> apply to a transmission to the SMTP server running on localhost.

is an e-mail system which accepts all e-mail but sticks it in a
directory where it is subsequently picked up by a spam classifier, which
in turn resubmits the message via SMTP on localhost where the Sieve
script is run (*deep breath*) allowed to offer "refuse"?  I'd say no,
since the 550 will not be able to reach the previous e-mail system.

an MTA which doesn't double as a MDA will have to use a callout to the
next hop in the system and wait for its response before passing the
answer back to the other e-mail system.  (a system which does queueing
in some circumstances is fine, but queueing shouldn't be normal
behaviour.)
-- 
Kjetil T.