From mboxrd@z Thu Jan 1 00:00:00 1970 X-Msuck: nntp://news.gmane.io/gmane.emacs.gnus.user/2650 Path: news.gmane.org!not-for-mail From: bkhl@privat.utfors.se (=?iso-8859-1?q?Bj=F6rn_Lindstr=F6m?=) Newsgroups: gmane.emacs.gnus.user Subject: spam.el Date: Sat, 21 Jun 2003 12:47:27 +0200 Organization: Upsalafandom Message-ID: <8765mzu2ps.fsf@lucien.dreaming> NNTP-Posting-Host: main.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: sea.gmane.org 1138669005 15893 80.91.229.2 (31 Jan 2006 00:56:45 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Tue, 31 Jan 2006 00:56:45 +0000 (UTC) Original-X-From: nobody Tue Jan 17 17:31:01 2006 Original-Path: quimby.gnus.org!newsfeed.gazeta.pl!newsfeed.tpinternet.pl!newsfeed.news2me.com!canoe.uoregon.edu!logbridge.uoregon.edu!newsfeed.sunet.se!news01.sunet.se!news.utfors.se!lucien.dreaming!news Original-Newsgroups: gnu.emacs.gnus Original-NNTP-Posting-Host: md4691121.utfors.se Original-X-Trace: yggdrasil.utfors.se 1056192182 27484 212.105.17.33 (21 Jun 2003 10:43:02 GMT) Original-X-Complaints-To: abuse@utfors.se Original-NNTP-Posting-Date: 21 Jun 2003 10:43:02 GMT X-PGP-Key: http://hem.fyristorg.com/bkhl/pubkey.asc X-Home-Page: http://hem.fyristorg.com/bkhl/ User-Agent: Gnus/5.1003 (Gnus v5.10.3) Emacs/21.3.50 (gnu/linux) Cancel-Lock: sha1:Y8XAP0K8Ps+CyUjUfK4dK3SbCqc= Original-Xref: bridgekeeper.physik.uni-ulm.de gnus-emacs-gnus:2790 Original-Lines: 31 X-Gnus-Article-Number: 2790 Tue Jan 17 17:31:01 2006 Xref: news.gmane.org gmane.emacs.gnus.user:2650 Archived-At: 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" ))