Hi Dale, > Remi, > > I also am using debian's version of spambayes, but not with procmail.
So I might be able to make it work. > All the mail clients are in windows. I have client on Linux and Windows. > For those using thunderbird and > thunderbayes, I followed these instructions from the thunderbayes addon > page: > > https://addons.mozilla.org/thunderbird/4025/ -- cut -- My concern is who's writing the Header.I'm sure it is not Thunderbayes. For me it is sb_filter.py that does the work. (Hammie might be doing the basic work). So I need to find out who is really writing the header and notify this application to write the values on 2 lines. Remi >> >> I was using spambayes for several years with really good result and >> not long ago I saw an add-ons for Thunderbird "ThunderBayes". >> >> This add-ons could help me better train my mail. >> >> The problem is: >> This add-ons need the two following headers as follow >> X-Spambayes-Classification: unsure >> X-Spambayes-Spam-Probability: 0.48 >> >> What I have is something like this: >> X-Spambayes-Classification: unsure, 0.48 >> >> I looked at the Options with: >> python -c "from spambayes.Options import options; print >> options.display()" and saw nothing about having the classification and >> score on 2 or only one line. >> >> I'm using the Debian package of spambayes (i.e. v 1.0.4-3) with >> procmail (which is calling sb_filter.py) >> >> If someone knows what is going on let me know. >> >> >> Remi >> _______________________________________________ [email protected] http://mail.python.org/mailman/listinfo/spambayes Check the FAQ before asking: http://spambayes.sf.net/faq.html
