From mboxrd@z Thu Jan 1 00:00:00 1970 X-Msuck: nntp://news.gmane.io/gmane.emacs.gnus.general/44098 Path: main.gmane.org!not-for-mail From: Mark Milhollan Newsgroups: gmane.emacs.gnus.general Subject: Re: Spam spam spam spam spam Date: 31 Mar 2002 02:07:35 GMT Organization: yes Sender: owner-ding@hpc.uh.edu Message-ID: References: <87adsqxayl.fsf@enberg.org> <87bsd6dklh.fsf@enberg.org> NNTP-Posting-Host: localhost.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: main.gmane.org 1017540504 1611 127.0.0.1 (31 Mar 2002 02:08:24 GMT) X-Complaints-To: usenet@main.gmane.org NNTP-Posting-Date: Sun, 31 Mar 2002 02:08:24 +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 16rUlb-0000Ps-00 for ; Sun, 31 Mar 2002 04:08:23 +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 16rUlA-0001gA-00; Sat, 30 Mar 2002 20:07:56 -0600 Original-Received: by sina.hpc.uh.edu (TLB v0.09a (1.20 tibbs 1996/10/09 22:03:07)); Sat, 30 Mar 2002 20:08:02 -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 UAA22374 for ; Sat, 30 Mar 2002 20:07:49 -0600 (CST) Original-Received: (qmail 23421 invoked by alias); 31 Mar 2002 02:07:38 -0000 Original-Received: (qmail 23416 invoked from network); 31 Mar 2002 02:07:37 -0000 Original-Received: from quimby.gnus.org (80.91.224.244) by gnus.org with SMTP; 31 Mar 2002 02:07:37 -0000 Original-Received: from news by quimby.gnus.org with local (Exim 3.12 #1 (Debian)) id 16rUvQ-00066F-00 for ; Sun, 31 Mar 2002 04:18:32 +0200 Original-To: ding@gnus.org Original-Path: not-for-mail Original-Newsgroups: gnus.ding Original-Lines: 94 Original-NNTP-Posting-Host: adsl-209-78-192-139.dsl.lsan03.pacbell.net Original-X-Trace: quimby.gnus.org 1017541112 23450 209.78.192.139 (31 Mar 2002 02:18:32 GMT) Original-X-Complaints-To: usenet@quimby.gnus.org Original-NNTP-Posting-Date: 31 Mar 2002 02:18:32 GMT User-Agent: Gnus/5.090006 (Oort Gnus v0.06) XEmacs/21.1 (Cuyahoga Valley, i386-redhat-linux) Precedence: list X-Majordomo: 1.94.jlt7 Xref: main.gmane.org gmane.emacs.gnus.general:44098 X-Report-Spam: http://spam.gmane.org/gmane.emacs.gnus.general:44098 Lars Magne Ingebrigtsen writes: >Anyway, I've now implemented DNS lookups natively. (You need CVS >Emacs.) I won't ask about EDNS0 or fall back to TCP (especially if the result via UDP is truncated) or DNSSEC, since they are unlikely to be necessary for DNSBL purposes (so far). >People with Emacsen that doesn't have that will probably have >to substitute with some external program, which will probably be >somewhat slow... The rblcheck program, if available, would be the nominal alternative ... ,----[ C-u M-! rblcheck -h RET ] | rblcheck 1.5 | Copyright (C) 1997, 1998, 1999, 2000, 2001 Edward S. Marshall | Usage: ./rblcheck [-qtlcvh?] [-s ]
[
... ] | | -q Quiet mode; no output | -t Print a TXT record, if any | -m Stop checking after first address match in any list | -l List default RBL services to check | -c Clear the current list of RBL services | -s Add a new service to the RBL services list | -h, -? Display this help message | -v Display version information |
An IP address to look up; specify `-' to read multiple | addresses from standard input. `---- ,----[ C-u M-! rblcheck -m -c -s relays.osirusoft.com 127.0.0.1 RET ] | 127.0.0.1 not RBL filtered by relays.osirusoft.com `---- ,----[ C-u M-! rblcheck -m -c -s relays.osirusoft.com 127.0.0.2 RET ] | 127.0.0.2 RBL filtered by relays.osirusoft.com `---- Other alternative programs would be host, dig or nslookup, all of which require address octet reversal ... ,----[ C-u M-! host -t any 1.0.0.127.relays.osirusoft.com RET ] | 1.0.0.127.relays.osirusoft.com does not exist (Authoritative answer) `---- ,----[ C-u M-! host -t any 2.0.0.127.relays.osirusoft.com RET ] | 2.0.0.127.relays.osirusoft.com A 127.0.0.4 | 2.0.0.127.relays.osirusoft.com A 127.0.0.2 | 2.0.0.127.relays.osirusoft.com A 127.0.0.6 `---- ,----[ C-u M-! dig 1.0.0.127.relays.osirusoft.com any +pfmin RET ] | ;; res options: init recurs defnam dnsrch | ;; got answer: | ;; ->>HEADER<<- opcode: QUERY, status: NXDOMAIN, id: 57324 | ;; QUERY: 1, ANSWER: 0, AUTHORITY: 0, ADDITIONAL: 0 | ;; QUERY SECTION: | ;; 1.0.0.127.relays.osirusoft.com, type = ANY, class = IN `---- ,----[ C-u M-! dig 2.0.0.127.relays.osirusoft.com any +pfmin RET ] | ;; res options: init recurs defnam dnsrch | ;; got answer: | ;; ->>HEADER<<- opcode: QUERY, status: NOERROR, id: 37513 | ;; QUERY: 1, ANSWER: 3, AUTHORITY: 0, ADDITIONAL: 0 | ;; QUERY SECTION: | ;; 2.0.0.127.relays.osirusoft.com, type = ANY, class = IN | | ;; ANSWER SECTION: | 2.0.0.127.relays.osirusoft.com. 11h37m50s IN A 127.0.0.4 | 2.0.0.127.relays.osirusoft.com. 11h37m50s IN A 127.0.0.2 | 2.0.0.127.relays.osirusoft.com. 11h37m50s IN A 127.0.0.6 `---- ,----[ C-u M-! nslookup -q=any 1.0.0.127.relays.osirusoft.com RET ] | *** localhost can't find 1.0.0.127.relays.osirusoft.com: Unspecified error | Server: localhost | Address: 127.0.0.1 `---- ,----[ C-u M-! nslookup -q=any 2.0.0.127.relays.osirusoft.com RET ] | Server: localhost | Address: 127.0.0.1 | | Non-authoritative answer: | 2.0.0.127.relays.osirusoft.com internet address = 127.0.0.4 | 2.0.0.127.relays.osirusoft.com internet address = 127.0.0.2 | 2.0.0.127.relays.osirusoft.com internet address = 127.0.0.6 `---- /mark