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

2005-08-07 Thread Benjamin Han
Thought I'd send this to the list if anyone is interested... A beta of JunkMatcher 1.5.9b1 with integrated SpamBayes is now available. If you're a Mac OS X 10.3+ user and would like to test it, please send an email to me. Otherwise it should be released *pretty* soon, Ben PS. Info about

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

2005-08-01 Thread Tony Meyer
An annoying problem of Mail.app is that there appears to be no way to insert a header into a message already in Mail.app. So I can't do things like untrain_from_header(). It's pretty rare to be able to modify a message once it's already in the mail client, whatever mail client you're using

[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