* On Thu, Jun 05, 2003 at 08:31:48 -0500, Larry Wright wrote: > I am currently running qmail + fetchmail + procmail + spamassassin. Everything > works pretty well, but I'm a little dissapointed in spamassassin's accuracy. > I'd ideally like something similar to spambayes, which is trainable. > Unfortunately spambayes does not appear to work with maildir.
Try to use the latest SpamAssassin (2.55), which supports Maildirs (you can train your Bayesian filter by 'sa-learn --dir --ham Maildir/.foobar/cur' resp. 'sa-learn --dir --spam...'). Read http://au.spamassassin.org/doc/sa-learn.html before starting to train your filters. Using SpamAssassin, new mail above and beyond a specified score (defaults: +15 and -2, IIRC) will train SpamAssassin's bayesian filter automagically with ham/spam. After a certain amount of learned mails, the bayes-filter will start to work. I'm using this setup on a Debian box, installing and updating SpamAssassin via CPAN. Regards, Jens -- BOFH Excuse #420: Feature was not beta tested -- [EMAIL PROTECTED] mailing list
