Estimated read time: 1 minutes
i've just set up bogofilter with mutt, it was sooo easy! :)
first you should collect some spam and ham (non-spam) to separate (Maildir) folders
then bogofilter -s -B ~/Maildir/spam/, bogofilter -n -B ~/Maildir/ham. the basic learning is done
to your procmailrc:
:0fw
| /usr/bin/bogofilter -uep
:0:
* ^X-Bogosity: Spam
.Spam/
finally i've added a macro to my muttrc to be able to simply tell bogofilter it missed something (haven't noticed a spam):
macro index S "
(you can add a similar macro for "bogofilter -Sn" - "hey, this is not a spam" - if you want)
that's all :)