Re: [Asrg] overloading server names doesn't work, was who has the message

"John R Levine" <johnl@taugh.com> Tue, 09 February 2010 16:39 UTC

Return-Path: <johnl@taugh.com>
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 74C6828C10D for <asrg@core3.amsl.com>; Tue, 9 Feb 2010 08:39:47 -0800 (PST)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -10.615
X-Spam-Level:
X-Spam-Status: No, score=-10.615 tagged_above=-999 required=5 tests=[AWL=0.584, BAYES_00=-2.599, HABEAS_ACCREDITED_SOI=-4.3, RCVD_IN_BSP_TRUSTED=-4.3]
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 1YCYttCLe12s for <asrg@core3.amsl.com>; Tue, 9 Feb 2010 08:39:46 -0800 (PST)
Received: from gal.iecc.com (l053.n.taugh.com [64.57.183.53]) by core3.amsl.com (Postfix) with ESMTP id 2478528C1FF for <asrg@irtf.org>; Tue, 9 Feb 2010 08:39:45 -0800 (PST)
Received: (qmail 82949 invoked from network); 9 Feb 2010 16:40:51 -0000
DKIM-Signature: v=1; a=rsa-sha256; c=simple; d=iecc.com; h=date:message-id:from:to:subject:in-reply-to:references:mime-version:content-type:user-agent:cleverness; s=k1002; bh=iLtziFqrMIoQ+RmQX+7JgGnWMgeo8209hK9R/TueVSc=; b=U38c9rmr/nd1XoWG2AqaGc8D0d/37+wnQaJt1TyCJIAjn6CcxNvEl7QLGBs7Y8mZ6V3eTvtZabtLk2uFTlHvrJPk2TOLw/GaKHRGifxk+0nVAU3XDNyXSe+iytT2rL33LuhCx7AXZusQFw6Fobab7sNVQceQwX9t/zJL6qUp4Xw=
DKIM-Signature: v=1; a=rsa-sha256; c=simple; d=taugh.com; h=date:message-id:from:to:subject:in-reply-to:references:mime-version:content-type:user-agent:cleverness; s=k1002; bh=iLtziFqrMIoQ+RmQX+7JgGnWMgeo8209hK9R/TueVSc=; b=BsWcGov0FfQtxd0LvnMxq2jxQ22K2TV2SQhtplIgq4slJzTHug1/GLbCWiiDJRkSZYdhn1BNDeyk0XO17lwri1Ly8lJ02KMHFu0MPFsOW+l0B4S8Q1qdohHQDVa/n3IVgMjckfov8mhrBGdjRwWsnCH8MVKnUk4uj0rF/VyCI9I=
Received: (ofmipd 208.31.42.62) with (DHE-RSA-AES256-SHA encrypted) SMTP; 9 Feb 2010 16:40:29 -0000
Date: Tue, 09 Feb 2010 11:40:51 -0500
Message-ID: <alpine.BSF.2.00.1002091121080.5333@simone.lan>
From: John R Levine <johnl@taugh.com>
To: Dave Crocker <dcrocker@bbiw.net>, Anti Spam Research Group <asrg@irtf.org>
In-Reply-To: <4B717F89.9060901@dcrocker.net>
References: <20100209012039.98092.qmail@simone.iecc.com> <4B70BCCB.5020405@dcrocker.net> <alpine.BSF.2.00.1002082110250.10191@simone.lan> <4B717F89.9060901@dcrocker.net>
User-Agent: Alpine 2.00 (BSF 1167 2008-08-23)
Cleverness: None detected
MIME-Version: 1.0
Content-Type: TEXT/PLAIN; charset="US-ASCII"; format="flowed"
Subject: Re: [Asrg] overloading server names doesn't work, was who has the message
X-BeenThere: asrg@irtf.org
X-Mailman-Version: 2.1.9
Precedence: list
Reply-To: 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: Tue, 09 Feb 2010 16:39:47 -0000

>>>> mail.btinternet.com. 600 IN CNAME pop-smtp.bt.mail.yahoo.com.
>>>> pop-smtp.bt.mail.yahoo.com. 1800 IN CNAME pop-smtp.bt.mail.fy5.b.yahoo.com.
>>>> pop-smtp.bt.mail.fy5.b.yahoo.com. 300 IN A 217.12.13.134
>>>> pop-smtp.bt.mail.fy5.b.yahoo.com. 300 IN A 217.146.188.192
>>> 
>>> I don't hack DNS records enought to be sure, but it appears to need
>>> exactly one new record:
>>> 
>>> _report.pop-smtp.bt.mail.fy5.b.yahoo.com IN TXT abuse-report@yahoo.com
>> 
>> Nope, that won't work. CNAMEs don't do a partial match.
> Then I guess it's lucky I didn't specify one.

But you did.  The CNAME only matches its exact name, and doesen't do a 
partial match of names below it.  RFC 2181 explains this, albeit not very 
clearly.  DNAME does what you think CNAME does, but almost nobody 
implements it because the record synthesis it requires is so complex.

>>> _report.pop-smtp.bt.mail.fy5.b.yahoo.com IN TXT abuse-report@yahoo.com
>>> _report.pop-smtp.bt.mail.yahoo.com IN TXT abuse-report@yahoo.com
>>> _report.mail.btinternet.com IN TXT abuse-report@yahoo.com
>> 
>> That won't work, either. You can't have DNS records below a CNAME.
>
> I'm not finding where that restriction specified among the list of 
> restrictions I can find, and apparently all of popular the summaries written 
> about CNames have missed it too.
>
> Please cite the standards text that specifies it.

Also 2181.  I'll go see if there's a clearer explanation somewhere else.

Regards,
John Levine, johnl@taugh.com, Taughannock Networks, Trumansburg NY
"I dropped the toothpaste", said Tom, crestfallenly.