From mboxrd@z Thu Jan 1 00:00:00 1970 X-Msuck: nntp://news.gmane.io/gmane.emacs.gnus.general/44116 Path: main.gmane.org!not-for-mail From: prj@po.cwru.edu (Paul Jarc) Newsgroups: gmane.emacs.gnus.general Subject: Re: Spam spam spam spam spam Date: Mon, 01 Apr 2002 12:22:53 -0500 Organization: What did you have in mind? A short, blunt, human pyramid? Sender: owner-ding@hpc.uh.edu Message-ID: References: NNTP-Posting-Host: localhost.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: main.gmane.org 1017681856 17498 127.0.0.1 (1 Apr 2002 17:24:16 GMT) X-Complaints-To: usenet@main.gmane.org NNTP-Posting-Date: Mon, 1 Apr 2002 17:24:16 +0000 (UTC) Original-Received: from malifon.math.uh.edu ([129.7.128.13]) by main.gmane.org with esmtp (Exim 3.33 #1 (Debian)) id 16s5XT-0004Y6-00 for ; Mon, 01 Apr 2002 19:24:15 +0200 Original-Received: from sina.hpc.uh.edu ([129.7.128.10] ident=lists) by malifon.math.uh.edu with esmtp (Exim 3.20 #1) id 16s5WR-0000qO-00; Mon, 01 Apr 2002 11:23:12 -0600 Original-Received: by sina.hpc.uh.edu (TLB v0.09a (1.20 tibbs 1996/10/09 22:03:07)); Mon, 01 Apr 2002 11:23:20 -0600 (CST) Original-Received: from sclp3.sclp.com (qmailr@sclp3.sclp.com [209.196.61.66]) by sina.hpc.uh.edu (8.9.3/8.9.3) with SMTP id LAA28661 for ; Mon, 1 Apr 2002 11:23:09 -0600 (CST) Original-Received: (qmail 12797 invoked by alias); 1 Apr 2002 17:22:57 -0000 Original-Received: (qmail 12792 invoked from network); 1 Apr 2002 17:22:56 -0000 Original-Received: from multivac.student.cwru.edu (HELO multivac.cwru.edu) (qmailr@129.22.96.25) by gnus.org with SMTP; 1 Apr 2002 17:22:56 -0000 Original-Received: (qmail 21888 invoked by uid 500); 1 Apr 2002 17:23:15 -0000 Original-To: ding@gnus.org In-Reply-To: (Russ Allbery's message of "Sun, 31 Mar 2002 10:11:40 -0800") Mail-Copies-To: nobody Mail-Followup-To: ding@gnus.org Original-Lines: 20 User-Agent: Gnus/5.090006 (Oort Gnus v0.06) Emacs/20.7 (i386-redhat-linux-gnu) Precedence: list X-Majordomo: 1.94.jlt7 Xref: main.gmane.org gmane.emacs.gnus.general:44116 X-Report-Spam: http://spam.gmane.org/gmane.emacs.gnus.general:44116 Russ Allbery wrote: > Lars Magne Ingebrigtsen writes: >> Anyway, I just realized that totally relying on >> `make-network-process' isn't necessary at all -- DNS can be done >> perfectly well via TCP as well. > > Just be warned that this won't work with some DNS servers, since the DNS > protocol requires that you try UDP first and only fall back to TCP if the > server returns a truncated response. Some DNS servers that already know > that their entire response database fits into UDP packets will therefore > choose not to listen or respond to TCP connections at all (since DNS over > TCP is a widely used attack target for bugs in BIND). But Gnus will be talking to a resolver, not to an authoritative data server. Resolvers don't know what the data that passes through them will look like, so they'd better support TCP. I don't know of any that don't. paul