(Filtering Spam Using The Spam ELisp Package): added mention of nnimap-split-download...
authorTeodor Zlatanov <tzz@lifelogs.com>
Thu, 16 Jan 2003 14:28:17 +0000 (14:28 +0000)
committerTeodor Zlatanov <tzz@lifelogs.com>
Thu, 16 Jan 2003 14:28:17 +0000 (14:28 +0000)
texi/ChangeLog
texi/gnus.texi

index 1c43a17..4fec9c3 100644 (file)
@@ -5,6 +5,7 @@
        gnus-ham-process-destinations variables
        (Extending the spam elisp package): fixed typo in node name
        (Bogofilter): new functionality and variables noted
+       (Filtering Spam Using The Spam ELisp Package): added mention of nnimap-split-download-body
 
 2003-01-15  ShengHuo ZHU  <zsh@cs.rochester.edu>
 
index e00f162..edcb927 100644 (file)
@@ -21586,6 +21586,18 @@ mail considered to be spam into the group name given by the variable
 @code{spam-split-group}.  By default that group name is @samp{spam},
 but you can customize it.
 
+@emph{Note for IMAP users}
+
+The boolean variable @code{nnimap-split-download-body} needs to be
+set, if you want to split based on the whole message instead of just
+the headers.  By default, the nnimap backend will only retrieve the
+message headers.  If you use spam-check-bogofilter, spam-check-ifile,
+or spam-check-stat (the splitters that can benefit from the full
+message body), you should set this variable.  It is not set by default
+because it will slow IMAP down.
+
+@xref{Splitting in IMAP}.
+
 @emph{TODO: Currently, spam.el only supports insertion of articles
 into a backend.  There is no way to tell spam.el that an article is no
 longer spam or ham.}