Re: Apply Bayes learning to all users?

2011-12-16 Thread Steve Freitas

On 12/16/11 05:53, RW wrote:

On Fri, 16 Dec 2011 08:54:36 +0100
Benny Pedersen wrote:


On Fri, 16 Dec 2011 06:30:31 +, Martin Hepworth wrote:

Created a shared iMap or similar email account with a spam and ham
folder for users to drag email into (not forward as that breaks
headers in thing like outlook)

yes, here i found that dovecot-antispam helpfull in the way

I think you've both misread the question. The OP wants to use spamtrap
mail to train the individual user Bayes accounts.


The best way to do this would be to use the global database to adjust
the probabilities for low count tokens in the user database. Nothing
like that is supported.

Doing it via sa-learn sounds like more trouble than it's worth. It's
probably a good thing for high volume accounts, but swamping low
volume accounts may make things worse.


Thanks RW, you understood the question correctly. I'll take a look at 
those suggestions.


Stev3e


Apply Bayes learning to all users?

2011-12-15 Thread Steve Freitas

Hi all,

I have some spamtraps which get lots of spam. After a few precautions, I 
use sa-learn to train a single Bayes profile. This profile is used for 
many of my users. A significant amount of other users maintain their own 
Bayes profiles, and I'd like to make this training apply to their 
profiles as well. Is there an efficient way to do this? Repeatedly doing 
sa-learn for every user in my system doesn't seem like a good way to go 
about it.


Thanks,

Steve