From mboxrd@z Thu Jan 1 00:00:00 1970 Path: main.gmane.org!not-for-mail From: Lars Magne Ingebrigtsen Newsgroups: gmane.emacs.devel Subject: Re: UDP/DNS in Emacs Date: Sun, 31 Mar 2002 00:26:59 +0100 Organization: Programmerer Ingebrigtsen Sender: emacs-devel-admin@gnu.org Message-ID: References: <6137-Sat30Mar2002211343+0300-eliz@is.elta.co.il> NNTP-Posting-Host: localhost.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: main.gmane.org 1017530871 28594 127.0.0.1 (30 Mar 2002 23:27:51 GMT) X-Complaints-To: usenet@main.gmane.org NNTP-Posting-Date: Sat, 30 Mar 2002 23:27:51 +0000 (UTC) Original-Received: from quimby.gnus.org ([80.91.224.244]) by main.gmane.org with esmtp (Exim 3.33 #1 (Debian)) id 16rSGF-0007R5-00 for ; Sun, 31 Mar 2002 00:27:51 +0100 Original-Received: from fencepost.gnu.org ([199.232.76.164]) by quimby.gnus.org with esmtp (Exim 3.12 #1 (Debian)) id 16rSQk-0002Vt-00 for ; Sun, 31 Mar 2002 00:38:42 +0100 Original-Received: from localhost ([127.0.0.1] helo=fencepost.gnu.org) by fencepost.gnu.org with esmtp (Exim 3.34 #1 (Debian)) id 16rSFo-00039T-00; Sat, 30 Mar 2002 18:27:24 -0500 Original-Received: from main.gmane.org ([80.91.224.249]) by fencepost.gnu.org with esmtp (Exim 3.34 #1 (Debian)) id 16rSFP-000381-00 for ; Sat, 30 Mar 2002 18:26:59 -0500 Original-Received: from list by main.gmane.org with local (Exim 3.33 #1 (Debian)) id 16rSFQ-0007QA-00 for ; Sun, 31 Mar 2002 00:27:00 +0100 Original-To: emacs-devel@gnu.org X-Injected-Via-Gmane: http://gmane.org/ Original-Received: from news by main.gmane.org with local (Exim 3.33 #1 (Debian)) id 16rSFP-0007Q2-00 for ; Sun, 31 Mar 2002 00:26:59 +0100 Original-Path: not-for-mail Original-Newsgroups: gmane.emacs.devel Original-Lines: 58 Original-NNTP-Posting-Host: quimbies.gnus.org Original-X-Trace: main.gmane.org 1017530819 28267 80.91.231.2 (30 Mar 2002 23:26:59 GMT) Original-X-Complaints-To: usenet@main.gmane.org Original-NNTP-Posting-Date: Sat, 30 Mar 2002 23:26:59 +0000 (UTC) Mail-Copies-To: never X-Now-Playing: Tom Tom Club's _The Good The Bad And The Funky_: "(C'mon) Surrender" User-Agent: Gnus/5.090006 (Oort Gnus v0.06) Emacs/21.1 (i686-pc-linux-gnu) X-Face: |J List-Post: List-Subscribe: , List-Id: Emacs development discussions. List-Unsubscribe: , List-Archive: Xref: main.gmane.org gmane.emacs.devel:2268 X-Report-Spam: http://spam.gmane.org/gmane.emacs.devel:2268 Lars Magne Ingebrigtsen writes: > I've basically gotten dns.el to work, only I'm having the usual > problems with having bytes in the buffer remain bytes and not turning > into characters. :-/ And the solution was also the usual. Well, I've now got the DNS thing implemented, so I can go idea implementing the actual spam handling stuff. (query-dns "www.gnus.org") => ((id 4) (response-p t) (opcode query) (authoritative-p t) (truncated-p t) (recursion-desired-p t) (response-code no-error) (queries (("www.gnus.org" (type A) (class IN)))) (answers ((".www.gnus.org" (type A) (class IN) (ttl 86400) (data "209.196.61.71")))) (authorities ((".gnus.org" (type NS) (class IN) (ttl 86400) (data "ns1.psychetect.com")) (".gnus.org" (type NS) (class IN) (ttl 86400) (data "ns1.netfonds.no")) (".gnus.org" (type NS) (class IN) (ttl 259200) (data "dns.sclp.com")))) (additionals ((".dns.sclp.com" (type A) (class IN) (ttl 86400) (data "209.196.61.66"))))) Well, ok, that's probably to verbose output from this function. :-) -- (domestic pets only, the antidote for overdose, milk.) larsi@gnus.org * Lars Magne Ingebrigtsen _______________________________________________ Emacs-devel mailing list Emacs-devel@gnu.org http://mail.gnu.org/mailman/listinfo/emacs-devel