|
You don't. SpamBayes performs a statistical comparison of
the contents of each message to the ham and spam messages that you have
previously trained on. Once it's sufficiently trained (which generally happens
quickly) it will be quite good at classifying messages. How you train SpamBayes
depends on which version you have; see http://spambayes.sourceforge.net/faq.html#how-do-i-train-spambayes-web-method and
the FAQ sections that follow it.
It sounds like you want to do a form of blacklisting
and/or whitelisting, which most modern e-mail clients can be configured to do.
For more information on why SpamBayes does not do this, see http://spambayes.sourceforge.net/faq.html#why-don-t-you-add-whitelisting-blacklisting-to-spambayes.
|
_______________________________________________ [email protected] http://mail.python.org/mailman/listinfo/spambayes Check the FAQ before asking: http://spambayes.sf.net/faq.html
