[spambayes-dev] Integrating SpamBayes with a Mail.app plugin

2005-07-31 Thread Benjamin Han
Hi list, I just started working on integrating SpamBayes 1.0.4 into JunkMatcher, a Mail.app plugin I wrote on OS X. I've heard a lot of good things about SB and I'd love to have it work for me. :-) In JunkMatcher messages are filtered based on conducting a list of tests, and these include

Re: [spambayes-dev] Integrating SpamBayes with a Mail.app plugin

2005-07-31 Thread Tony Meyer
1. Is Classifier.*_spamprob() thread-safe? I will be calling them from multiple threads. Anything I should be aware of? 1. You'll want to be calling spamprob() itself, not one of the variants. 2. As long as you are not *training* from multiple threads (or training and classifying at the