all messages for Emacs-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
From: Lars Magne Ingebrigtsen <larsi@gnus.org>
Subject: Re: UDP/DNS in Emacs
Date: Sun, 31 Mar 2002 00:26:59 +0100	[thread overview]
Message-ID: <m37kntfxh8.fsf@quimbies.gnus.org> (raw)
In-Reply-To: m3n0wpfzlq.fsf@quimbies.gnus.org

Lars Magne Ingebrigtsen <larsi@gnus.org> 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


  reply	other threads:[~2002-03-30 23:26 UTC|newest]

Thread overview: 25+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2002-03-30 17:21 UDP/DNS in Emacs Lars Magne Ingebrigtsen
2002-03-30 18:13 ` Eli Zaretskii
2002-03-30 18:28   ` Lars Magne Ingebrigtsen
2002-03-30 19:26     ` Lars Magne Ingebrigtsen
2002-03-30 21:42       ` Simon Josefsson
2002-03-30 22:41         ` Lars Magne Ingebrigtsen
2002-03-30 23:26           ` Lars Magne Ingebrigtsen [this message]
2002-03-31  6:11           ` Eli Zaretskii
2002-03-31 14:55             ` Lars Magne Ingebrigtsen
2002-03-31 17:01               ` Eli Zaretskii
2002-04-01  2:18                 ` Stefan Monnier
2002-04-01  5:49                   ` Eli Zaretskii
2002-04-01 16:39                 ` Richard Stallman
2002-03-31 16:40       ` Richard Stallman
2002-03-31 17:08         ` Lars Magne Ingebrigtsen
2002-03-31 16:40 ` Richard Stallman
2002-03-31 16:54   ` Lars Magne Ingebrigtsen
2002-03-31 19:38     ` Eli Zaretskii
2002-04-02 12:34       ` Per Abrahamsen
2002-04-03  7:50         ` Eli Zaretskii
2002-04-04 15:45           ` Per Abrahamsen
2002-04-04 15:08             ` Alan Shutko
2002-04-05 10:02             ` Eli Zaretskii
2002-04-05 10:57               ` Paul Eggert
2002-04-05 12:03               ` Per Abrahamsen

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=m37kntfxh8.fsf@quimbies.gnus.org \
    --to=larsi@gnus.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
Code repositories for project(s) associated with this external index

	https://git.savannah.gnu.org/cgit/emacs.git
	https://git.savannah.gnu.org/cgit/emacs/org-mode.git

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.