Gnus development mailing list
 help / color / mirror / Atom feed
* spam-split with bogofilter
@ 2003-03-20 19:02 Karl Eichwalder
  2003-03-20 21:28 ` Ted Zlatanov
  0 siblings, 1 reply; 11+ messages in thread
From: Karl Eichwalder @ 2003-03-20 19:02 UTC (permalink / raw)


My next project is to make use of spam.el and bogofilter (version
0.10.3.1); in *Messages* I can already see the good will of involved
tools:

Reading active file via nnml...  
nnml: Reading incoming mail from file...  
spam-split: calling the spam-check-bogofilter function 
Wrote /home/ke/Mail/mail/rest/24782 
nnml: Reading incoming mail (1 new)...done 

Exiting summary buffer and applying spam rules
Registering spam with bogofilter
Marking spam as expired without moving it
Registering ham with Bogofilter
Expiring articles...done

And I can mark spam with M-d and when I leave a mail group with spam
marked mails, the mails will we move to the spam group.  Now I want
spam.el/bogofilter to jump in earlier -- how can I make them storing
incoming spam mail straight away in a special spam group?  I'm using
these settings:

(require 'spam)
(setq spam-use-bogofilter t)
(setq gnus-spam-process-newsgroups
      '(("nnml:mail\\..*" (gnus-group-spam-exit-processor-bogofilter
			   gnus-group-ham-exit-processor-bogofilter)))
      gnus-spam-process-destinations '(("nnml:mail\\..*" "nnml:spambox"))
      spam-junk-mailgroups '("nnml:spambox")
      spam-split-group "nnml:spambox")

(setq nnmail-split-fancy
      '(|
	(: spam-split)
	("reply-to" "dssslist" "mail.dssslist")
        ;; and many more rules
        ))

Must I call bogofilter via .procmailrc?

-- 
ke@suse.de (work) / keichwa@gmx.net (home):              |
http://www.gnu.franken.de/ke/                            |      ,__o
Free Translation Project:                                |    _-\_<,
http://www.iro.umontreal.ca/contrib/po/HTML/             |   (*)/'(*)



^ permalink raw reply	[flat|nested] 11+ messages in thread

end of thread, other threads:[~2003-03-23 23:08 UTC | newest]

Thread overview: 11+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2003-03-20 19:02 spam-split with bogofilter Karl Eichwalder
2003-03-20 21:28 ` Ted Zlatanov
2003-03-21  6:23   ` Karl Eichwalder
2003-03-21  8:13     ` Stefan Reichör
2003-03-21 17:25       ` Karl Eichwalder
2003-03-21 18:49         ` Ted Zlatanov
2003-03-21 19:28           ` Karl Eichwalder
2003-03-21 20:35             ` Ted Zlatanov
2003-03-22 18:40               ` Karl Eichwalder
2003-03-23 23:08                 ` Ted Zlatanov
2003-03-21 18:44       ` Ted Zlatanov

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