Announcements and discussions for Gnus, the GNU Emacs Usenet newsreader
 help / color / mirror / Atom feed
* spam.el
@ 2003-06-21 10:47 Björn Lindström
  2003-06-23 17:32 ` spam.el Ted Zlatanov
  0 siblings, 1 reply; 4+ messages in thread
From: Björn Lindström @ 2003-06-21 10:47 UTC (permalink / raw)


I am trying to get spam.el/bogofilter running in Gnus (CVS). I use the
following settings (mostly snipped from GnusSpam on the Emacs
Wiki). However, this seems to make all mail go to nnfolder:spam.

Do I have to reclassify that? How do I do that with spam.el? Am I doing
something else wrong?

(require 'spam)
(setq spam-use-bogofilter t)
(setq gnus-install-group-spam-parameters nil)

(setq gnus-spam-process-newsgroups
      '(("nnfolder:.*" (gnus-group-spam-exit-processor-bogofilter
                    gnus-group-ham-exit-processor-bogofilter)))

      ;; All messages marked as spam in these groups should go to nnfolder:spam
      gnus-spam-process-destinations '(("nnfolder:.*" "spam"))

      ;; and ham found into the spambox should be moved to reclassify group
      gnus-ham-process-destination '(("nnfolder:spam" "reclassify"))
      spam-junk-mailgroups '("spam")
      spam-split-group "spam")


(setq nnmail-split-methods 'nnmail-split-fancy
      nnmail-split-fancy
      `(|
        (: spam-split)                       ; Spam
        (: gnus-group-split-fancy nil t nil) ; Group parameter splitting
        "mail.misc"
))


^ permalink raw reply	[flat|nested] 4+ messages in thread
[parent not found: <kfu1kp5gww.fsf@shaoz.activesky.com.au>]

end of thread, other threads:[~2003-10-24 13:27 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
     [not found] <yxdwub1kskm.fsf@cs1.i-did-not-set--mail-host-address--so-shoot-me>
     [not found] ` <87ekx7ztpq.fsf@everett.mit.edu>
2003-10-24 13:27   ` spam.el Adrian Lanz
2003-06-21 10:47 spam.el Björn Lindström
2003-06-23 17:32 ` spam.el Ted Zlatanov
     [not found] <kfu1kp5gww.fsf@shaoz.activesky.com.au>
2002-09-17  7:48 ` spam.el Jonas Steverud

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).