[Asrg] MUA/Operator reporting address (was Re: Adding a spam button to MUAs)

Dave CROCKER <dhc@dcrocker.net> Fri, 05 February 2010 20:25 UTC

Return-Path: <dhc@dcrocker.net>
X-Original-To: asrg@core3.amsl.com
Delivered-To: asrg@core3.amsl.com
Received: from localhost (localhost [127.0.0.1]) by core3.amsl.com (Postfix) with ESMTP id 584C53A6E02 for <asrg@core3.amsl.com>; Fri, 5 Feb 2010 12:25:20 -0800 (PST)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -6.521
X-Spam-Level:
X-Spam-Status: No, score=-6.521 tagged_above=-999 required=5 tests=[AWL=-0.078, BAYES_00=-2.599, RCVD_IN_DNSWL_MED=-4, SUBJECT_FUZZY_TION=0.156]
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 0Z0dgdaRgF5t for <asrg@core3.amsl.com>; Fri, 5 Feb 2010 12:25:19 -0800 (PST)
Received: from sbh17.songbird.com (sbh17.songbird.com [72.52.113.17]) by core3.amsl.com (Postfix) with ESMTP id 4FBDE3A6B14 for <asrg@irtf.org>; Fri, 5 Feb 2010 12:25:19 -0800 (PST)
Received: from [192.168.1.43] (adsl-68-122-70-87.dsl.pltn13.pacbell.net [68.122.70.87]) (authenticated bits=0) by sbh17.songbird.com (8.13.8/8.13.8) with ESMTP id o15KQ5n8023294 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=NO) for <asrg@irtf.org>; Fri, 5 Feb 2010 12:26:10 -0800
Message-ID: <4B6C7ED7.7020302@dcrocker.net>
Date: Fri, 05 Feb 2010 12:25:59 -0800
From: Dave CROCKER <dhc@dcrocker.net>
Organization: Brandenburg InternetWorking
User-Agent: Mozilla/5.0 (Windows; U; Windows NT 6.1; en-US; rv:1.9.1.7) Gecko/20100111 Thunderbird/3.0.1
MIME-Version: 1.0
To: Anti-Spam Research Group - IRTF <asrg@irtf.org>
References: <20100205151049.85259.qmail@simone.iecc.com> <Pine.GSO.4.64.1002051011310.28969@nber6.nber.org> <4B6C653C.7060807@nortel.com> <F20D7208-2839-4B53-ADC9-471D11880F70@blighty.com> <4B6C6E56.5010802@nortel.com> <9B9E89BC-32B9-41D2-B1EA-AA5C78FFBAFE@blighty.com> <4B6C7925.2090704@nortel.com>
In-Reply-To: <4B6C7925.2090704@nortel.com>
Content-Type: text/plain; charset="ISO-8859-1"; format="flowed"
Content-Transfer-Encoding: 7bit
X-Virus-Scanned: ClamAV 0.92/10361/Fri Feb 5 08:44:47 2010 on sbh17.songbird.com
X-Virus-Status: Clean
X-Greylist: Sender succeeded SMTP AUTH, not delayed by milter-greylist-4.0 (sbh17.songbird.com [72.52.113.17]); Fri, 05 Feb 2010 12:26:10 -0800 (PST)
Subject: [Asrg] MUA/Operator reporting address (was Re: Adding a spam button to MUAs)
X-BeenThere: asrg@irtf.org
X-Mailman-Version: 2.1.9
Precedence: list
Reply-To: dcrocker@bbiw.net, Anti-Spam Research Group - IRTF <asrg@irtf.org>
List-Id: Anti-Spam Research Group - IRTF <asrg.irtf.org>
List-Unsubscribe: <http://www.irtf.org/mailman/listinfo/asrg>, <mailto:asrg-request@irtf.org?subject=unsubscribe>
List-Archive: <http://www.irtf.org/mail-archive/web/asrg>
List-Post: <mailto:asrg@irtf.org>
List-Help: <mailto:asrg-request@irtf.org?subject=help>
List-Subscribe: <http://www.irtf.org/mailman/listinfo/asrg>, <mailto:asrg-request@irtf.org?subject=subscribe>
X-List-Received-Date: Fri, 05 Feb 2010 20:25:20 -0000

On 2/5/2010 12:01 PM, Chris Lewis wrote:
> Steve Atkins wrote:
>> Of those, the only thing that's actually associated with the inbound
>> mailbox is the incoming mail server.
>
> As you suggest, key it to "feedback@feedback.<incoming server name>".

This covers 3 specific choices, each of which ought to get a bit of discussion.


1. Mailbox name

There is an official list of required/standard email addresses:

    <http://www.ietf.org/rfc/rfc2142.txt>

We should make this exercise be an extension to that.  Offhand, 'feedback' 
strikes me as too generic, for what is actually a pretty specific function.

The existing, relevant reserved mailbox string is 'abuse'.  Should this new one 
be related to it?


2. Sub-domain

Why have a sub-domain?  And to the extent one is needed, why not use the 
developing convention of an underscore name, such as _report.<domain>?

The address to be used is really an 'attribute' of the main domain, and the 
underscore convention has developed as a way of defining additional attributes 
for a domain name.  In addition, the naming convention does not run the risk of 
colliding with an existing use of sub-domains.


3. Domain.

Clients currently have two domains to draw from, posting domain and pickup 
domain.  Choosing incoming probably /is/ best, because that's the place that 
handed the user the problem message and therefore it's the place that ought to 
provide the information about where to report problems.


>> The charm of using an MX record to configure this is that the MUA can
>> do an MX lookup to know whether to show or hide the button. That's
>> pretty clean, and if I were coding an MUA I'd be happy to do it that
>> way, but it's not necessarily a _trivial_ thing to add to a codebase,
>> especially via plugin, so it's worth considering.
>
>  From the perspective of code base, checking for an A record for
> "feedback.<incoming server name>" would be simpler. The MTA doesn't need
> to use DNS to deliver, and you really don't want the MUA to be
> establishing direct connections anyway. Fixed route to whereever in the
> MTA.

Just to check:  The choice between using an A or an MX is an optimization, 
rather than strategic, yes?  That is, either is sufficient to the task, so a 
debate is about better?

d/
-- 

   Dave Crocker
   Brandenburg InternetWorking
   bbiw.net