Rick Macdougall wrote:
Marc Perkel wrote:
What's the easiest way to do an sa-learn on a bunch of messages
stored in maildir format. Should I pipe them into salearn or use spamc?
sa-learn --progress --spam *
If you are running per user bayes or using DB files rather than mysql,
you will ne
Marc Perkel wrote:
What's the easiest way to do an sa-learn on a bunch of messages stored
in maildir format. Should I pipe them into salearn or use spamc?
sa-learn --progress --spam *
If you are running per user bayes or using DB files rather than mysql,
you will need to su to the user in qu
Marc Perkel wrote the following on 3/24/2007 1:25 PM -0800:
> What's the easiest way to do an sa-learn on a bunch of messages stored
> in maildir format. Should I pipe them into salearn or use spamc?
>
sa-learn --progress --spam /path/to/maildir/.Spam/cur/*
Will do what you want.
Bill