On Aug 5, 2008, at 7:57 AM, LDB wrote:
Is it possible to re-inject a caught piece email that was
labeled HAM, in spamd or spamc and force it to learn it
as spam for bayes?
Yes.
First read up on the --allow-tell command line switch for spamd, if
you're ok with the "risks" then start spamd up with that option.
Then you can use spamc --learntype=<type> (ie spamc --learntype=spam)
to send the message to spamd for learning. It might also be necessary
to add -u <username> to the spamc command as well. More details
available in the spamc man page.
Michael