Although I have trained it (spamspam, spamham) with about 500 emails, a few
spam and most of them ham the spam score is always 0.00.
Should it need more training? I put these additions to .mailrc, are they
correct? Any advice?
set spam-interface=filter
set spam-maxsize=500000
set spamfilter-ham="bogofilter -n"
set spamfilter-noham="bogofilter -N"
set spamfilter-nospam="bogofilter -S"
set spamfilter-rate="bogofilter -TTu 2>/dev/null"
set spamfilter-spam="bogofilter -s"
set spamfilter-rate-scanscore="1;^(.+)$"
set headline='%>%a%m%$ %-20f %16d %4l/%-5o %i%-s'
$ bogofilter -V
bogofilter-sqlite version 1.2.5
Database: SQLite 3.40.1
Thank you!