Oliver Block wrote: > But of course it is annoying to wait for sa-learn to finish each time.
What I do is save the spam message to a spam-incoming maildir folder. Then I have a separate cron job that runs frequently looking for messages appearing in that folder. When it finds messages it handles them, learns them, and removes them. This way learning spam for the Bayes is fast from mutt because it happens asynchronously. Bob