* gnus.texi (Blackholes): added information on query-dig and
authorTeodor Zlatanov <tzz@lifelogs.com>
Mon, 30 Dec 2002 18:58:05 +0000 (18:58 +0000)
committerTeodor Zlatanov <tzz@lifelogs.com>
Mon, 30 Dec 2002 18:58:05 +0000 (18:58 +0000)
dig.el; users are told that using blackhole checks is OK now

texi/ChangeLog
texi/gnus.texi

index 83702b5..1e2960f 100644 (file)
@@ -1,3 +1,8 @@
+2002-12-30  Teodor Zlatanov  <tzz@lifelogs.com>
+
+       * gnus.texi (Blackholes): added information on query-dig and
+       dig.el; users are told that using blackhole checks is OK now
+
 2002-12-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
 
        * gnus.texi (Loose Threads): add
index 05e36d1..db7d523 100644 (file)
@@ -21475,10 +21475,14 @@ will be allowed through; all others will be classified as spam.
 You can let Gnus consult the blackhole-type distributed spam
 processing systems (DCC, for instance) when you set this option.  The
 variable @code{spam-blackhole-servers} holds the list of blackhole servers
-Gnus will consult.
-
-This variable is disabled by default.  It is not recommended at this
-time because of bugs in the @code{dns.el} code.
+Gnus will consult.  The current list is fairly comprehensive.
+
+This variable is enabled by default.  It uses the @code{dig.el}
+package to look up hosts in the blackhole list, but you can tell
+@code{spam.el} to use @code{dns.el} instead if you set
+@code{spam-use-dig} to nil.  It is not recommended at this time to set
+@code{spam-use-dig} to nil because of some issues with the
+@code{dns.el} code, but you can try it and see if it works for you.
 
 @end defvar