(Filtering Spam Using The Spam ELisp Package):
authorTeodor Zlatanov <tzz@lifelogs.com>
Mon, 14 Jul 2003 16:31:25 +0000 (16:31 +0000)
committerTeodor Zlatanov <tzz@lifelogs.com>
Mon, 14 Jul 2003 16:31:25 +0000 (16:31 +0000)
mentioned the spam-install-hooks mess

texi/ChangeLog
texi/gnus.texi

index 0a2dee6..787781e 100644 (file)
@@ -1,3 +1,8 @@
+2003-07-14  Teodor Zlatanov  <tzz@lifelogs.com>
+
+       * gnus.texi (Filtering Spam Using The Spam ELisp Package):
+       mentioned the spam-install-hooks mess
+
 2003-07-11  Simon Josefsson  <jas@extundo.com>
 
        * gnus.texi (Splitting in IMAP): Typos, tiny patch from Matthias
index 92d626e..e73e3bb 100644 (file)
@@ -22263,8 +22263,27 @@ filters incoming mail, and it analyzes mail known to be spam or ham.
 @dfn{Ham} is the name used throughout @file{spam.el} to indicate
 non-spam messages.
 
-So, what happens when you load @file{spam.el}?  First of all, you get
-the following keyboard commands:
+So, what happens when you load @file{spam.el}?  
+
+First of all, you @strong{must} set the variable
+@code{spam-install-hooks} to t and install the @code{spam.el} hooks:
+
+@example
+(setq spam-install-hooks t)
+(spam-install-hooks-function)
+@end example
+
+This is automatically done for you if you load @code{spam.el}
+@emph{after} one of the @code{spam-use-*} variables explained later
+are set.  So you should load @code{spam.el} after you set one of the
+@code{spam-use-*} variables:
+
+@example
+(setq spam-use-bogofilter t)
+(require 'spam)
+@end example
+
+You get the following keyboard commands:
 
 @table @kbd