Hi,

I'm new on this list so forgive me if I should have been able to find
the answer in the archives; I didn't.


I have a setup about 20000 users. I want them all maintain their own
dictionary, but also benefit from a 'default' dictionary. All users have
their training mode set to 'toe'. So I have this in my group file:

<...>
default_user:merged:*
<...>

The virtual user 'default_user' has a base dictionary, but it's not
evolving with new spam.

Now I also have a small number of 'trusted' users (myself included, of
course...). I can do 'dspam_merge user1 user2 user3 -o default_user',
but that takes a lot of time depending of the size of those user's
dictionaries, so I thought followin group file would do (roughly) the same:

<...>
default_user:merged:*
trusted_group:inoculation:default_user,user1,user2,user3
<...>


Now when user1, user2 or user3 train dspam with a misclassified message,
it also fills the dictionary for default_user, is that correct?

My goal is to have a nice base for users without a dictionary, and to
have this base up-to-date (semi-)automatically.


Robin

Reply via email to