QUOTE(Jeff G. @ Mar 5 2006, 08:19 AM)
131.193.178.160 appears to have 21-30 Spamtrap hits, and no other Report History.
I have snipped most, I hope, of the identifying info out of this example mail (I have others too, with same hit from bl.spamcop.net):
-=chomp=-
Return-path: <dns-return-28355-************@list.cr.yp.to>
Envelope-to: *************************
Delivery-date: Sat, 04 Mar 2006 15:58:12 -0500
Received: from stoneport.math.uic.edu ([131.193.178.160])
by ****************** with smtp (Exim 3.36 #1 (Debian))
id 1FFdpM-0000WL-00
for ***********************; Sat, 04 Mar 2006 15:58:12 -0500
Received: (qmail 7647 invoked by uid 1004); 4 Mar 2006 20:58:40 -0000
Mailing-List: contact dns-help[at]list.cr.yp.to; run by ezmlm
Delivered-To: mailing list dns[at]list.cr.yp.to
Received: (qmail 5767 invoked from network); 4 Mar 2006 20:57:00 -0000
Received: from 66-6-203-2.waymark.net (HELO hermes.walkereng.com) (66.6.203.2)
by stoneport.math.uic.edu with SMTP; 4 Mar 2006 20:57:00 -0000
Received: (qmail 18968 invoked by uid 1000); 4 Mar 2006 20:56:02 -0000
Date: Sat, 4 Mar 2006 14:56:02 -0600
From: *****************************
To: dns[at]list.cr.yp.to
Message-ID: <20060304205602.GA28693[at]hermes.walkereng.com>
Mail-Followup-To: dns[at]list.cr.yp.to
References: <2EA3C7B8-C5E2-46F4-905A-3533330591CE[at]mac.com>
Mime-Version: 1.0
Content-Type: text/plain; charset=us-ascii
Content-Disposition: inline
In-Reply-To: <2EA3C7B8-C5E2-46F4-905A-3533330591CE[at]mac.com>
User-Agent: Mutt/1.5.11
X-RBL-Warning: (bl.spamcop.net) Blocked - see
http://www.spamcop.net/bl.shtml?131.193.178.160Subject: [X-RBL] Re: adding a cname record
X-Spam-Checker-Version: SpamAssassin 3.0.3 (2005-04-27) on
alison.legomenon.org
X-Spam-Level:
X-Spam-Status: No, score=0.1 required=5.0 tests=FORGED_RCVD_HELO
autolearn=ham version=3.0.3
Status: RO
X-UID: 1558
Content-Length: 983
X-Keywords:
On Sat, Mar 04, 2006 at 02:21:49PM -0500, Gary Kahn wrote:
>
> I am trying to set up a cname record in tinydns and I am having some
> problems. It seemed to me that the way to do it was to use the add-
> alias scri_pt. I tried pointing a url like 'qt.mydomain.com' to
> 'another.domain.net'. The error I got was:
>
> tinydns-edit: usage: tinydns-edit data data.new add [ns|childns|host|
> alias|mx] domain a.b.c.d
DJB uses "alias" to mean an additional A record, not a CNAME. If you
want a CNAME, use a C line in the data file.
>From
http://cr.yp.to/djbdns/tinydns-data.htmlCfqdn:p:ttl:timestamp:lo
CNAME (``canonical name'') record for fqdn. tinydns-data creates a
CNAME record for fqdn pointing to the domain name p.
Don't use Cfqdn if there are any other records for fqdn. Don't use
Cfqdn for common aliases; use +fqdn instead. Remember the wise
words of Inigo Montoya: ``You keep using CNAME records. I do not
think they mean what you think they mean.''
-=chomp=-
Thoughts?