Announcements and discussions for Gnus, the GNU Emacs Usenet newsreader
 help / color / mirror / Atom feed
From: Ted Zlatanov <tzz@lifelogs.com>
Subject: Re: spam.el blackhole check
Date: Tue, 22 Jul 2003 13:07:57 -0400	[thread overview]
Message-ID: <4n65lutrpu.fsf@lockgroove.bwh.harvard.edu> (raw)
In-Reply-To: <yovahe5enb7z.fsf@relaskop.wsl.ch>

On Tue, 22 Jul 2003, lanz@fowi.ethz.ch wrote:
> I think spam-use-blackholes is not working correctly on my office
> desktop (under Solaris). It seems that I never find a spam message
> through the spam-check-blackholes function. But there must be many,
> as I get a lot of them (for the same mail boxes) when calling the
> function at home under Linux.
> 
> I tried both spam-use-dig variants (dns.el and dig.el), and a
> typical log output in the *Messages* buffer looks like:
> 
> spam-split: calling the spam-check-blacklist function
> spam-split: calling the spam-check-whitelist function
> spam-split: calling the spam-check-BBDB function
> spam-split: calling the spam-check-blackholes function
> Checking headers for relay addresses
> spam-split: calling the spam-check-bogofilter function

Increase the gnus-verbose to 10 and see if any IP addresses are
getting detected.

> At work I am behind a firewall (I think). How can I test the
> spam-check-blackholes functionality? Do I need a special
> configuration behind a firewall?

You may.  It really depends on your particular setup.  Look up the
query-dig function; try for instance

M-: (query-dig "D.C.B.A.blackhole.server.com")

where A.B.C.D is the IP address you want to check, and
blackhole.server.com is the particular blackhole server you like, for
instance "bl.spamcop.net".

> Under Solaris I find a dig executable but not a dns or lookup
> executable.

First of all, the DNS check is done through the query-dns function,
which uses internal Emacs lookups, or through query-dig, which uses
the "dig" utility.  If you want a external utility for DNS lookups,
it's called "nslookup" in older systems, and "host" in newer ones.
It's not used by query-dns though.

Ted


       reply	other threads:[~2003-07-22 17:07 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
     [not found] <yovahe5enb7z.fsf@relaskop.wsl.ch>
2003-07-22 17:07 ` Ted Zlatanov [this message]
2003-07-22 22:37   ` Adrian Lanz

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=4n65lutrpu.fsf@lockgroove.bwh.harvard.edu \
    --to=tzz@lifelogs.com \
    /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.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).