September 16, 2006 4:10 PM
SpamAssassin
Like most people I get spam, and lots
of it, and although kmail is set up to learn from SpamAssassin
every Wednesday and Saturday I'm unhappy with its progress and its
learning capacity. So I've set out to learn more and to train it
better. I run the following commands in this order;- sa-learn
--no-sync --spam --mbox /home/boztu/Mail/SPAM sa-learn --no-sync
--ham --mbox /home/boztu/Mail/inbox-mbox sa-learn --sync sa-learn
--dump magic The first obviously learns the spam, the second the
'ham' or good emails, the third rebuilds the SpamAssassin database,
and the fourth shows you what its learnt. All good stuff.
-----