comments on refuse

Philip Guenther <guenther+mtafilters@sendmail.com> Thu, 04 August 2005 12:45 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 j74Cj7bx007087; Thu, 4 Aug 2005 05:45:07 -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 j74Cj7sU007086; Thu, 4 Aug 2005 05:45:07 -0700 (PDT)
X-Authentication-Warning: above.proper.com: majordom set sender to owner-ietf-mta-filters@mail.imc.org using -f
Received: from foon.sendmail.com (tls.sendmail.com [209.246.26.40]) by above.proper.com (8.12.11/8.12.9) with ESMTP id j74Cj78b007068 for <ietf-mta-filters@imc.org>; Thu, 4 Aug 2005 05:45:07 -0700 (PDT) (envelope-from guenther@sendmail.com)
Received: from lab.smi.sendmail.com ([10.210.100.93]) by foon.sendmail.com (Switch-3.1.7/Switch-3.1.7) with ESMTP id j74Cj4GA005686 (version=TLSv1/SSLv3 cipher=EDH-RSA-DES-CBC3-SHA bits=168 verify=OK) for <ietf-mta-filters@imc.org>; Thu, 4 Aug 2005 05:45:04 -0700
X-DomainKeys: Sendmail DomainKeys Filter v0.2.7 foon.sendmail.com j74Cj4GA005686
DomainKey-Signature: a=rsa-sha1; s=tls; d=sendmail.com; c=nofws; q=dns; b=oqFGedgfiuuEcaPpEsi/mc33T4hXjbhKCnG1v8cWAiHUrdxNVj4lHQNLbEekJ+w/r 0okqx1RhP4SC7P85e65O2+pmB8rbVbUvkQ7+jYz0ngx8Rp9EBOQjRU8pZ1XksVPKRiR NTpHJdyXI8dDKoB7vW1om5fvIBvbMqQphUxyTSI=
Received: from lab.smi.sendmail.com (localhost [127.0.0.1]) by lab.smi.sendmail.com (8.13.3/8.13.3) with ESMTP id j74Cj4Ri008008 for <ietf-mta-filters@imc.org>; Thu, 4 Aug 2005 05:45:04 -0700 (PDT) (envelope-from guenther@lab.smi.sendmail.com)
Message-Id: <200508041245.j74Cj4Ri008008@lab.smi.sendmail.com>
To: MTA filtering mailing list <ietf-mta-filters@imc.org>
From: Philip Guenther <guenther+mtafilters@sendmail.com>
Subject: comments on refuse
Date: Thu, 04 Aug 2005 05:45:04 -0700
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>


draft-ietf-sieve-refuse-reject-00 justifies the 'refuse' extension
based on a claimed ability to reduce the amount and/or likelihood
of joe-job spam.  By my reading, there is only a reduction in amount
by replacing one or more MDNs (one per recipient using 'reject')
with one DSN and no reduction in likelihood.  While a message that
is refused by all recipients can indeed be refused at the SMTP-level
at the final dot, a DSN will still be generated unless the message
was received directly from the submitting software by the SMTP-based
sieve implementation.  That doesn't apply when open relays ("open
proxies" in the draft) are involved or if the sieve implementation
is behind any MTAs that don't synchronously pass-through messages.

I therefore suggest that the introduction and abstract limit
themselves to claims that can then be justified in the body of the
draft.


Editorial:
 - shouldn't "open proxies" be "open relays"?  This is a reference
   to MTAs that relay without limits, right?
 - there are many sentences that contain too many commas.  Most
   simply need one or more commas removed; some should be split
   into two sentences
 - abstracts may not contain references
 - the second paragraph of section 3 should be rephrased to state
   that it applies only to SMTP and not LMTP from the start, ala
	"If the implmentation receives a message via SMTP that
	 has multiple valid recipients and at least...


Philip Guenther