Train bogofilter
A couple of macros intended to train bogofilter with spam and ham messages.
Copy and paste the code directly into your muttrc file.
macro index S "|bogofilter -Ns\n" "Classify message as spam"
macro pager S "|bogofilter -Ns\n" "Classify message as spam"
macro index H "|bogofilter -Sn\n" "Classify message as ham"
macro pager H "|bogofilter -Sn\n" "Classify message as ham"