Zitat von Benny Pedersen <m...@junc.eu>:

i came after using it this way for long time now that it could be more optimized with bayes user id vars, currently it creates new ids each time there is a new user, but it does not reuse old ids that is not used anymore after sa-learn --username f...@example.org, then that id is not used anymore, next new user will always get a highter number, hmm :=)

From my own experience I can only tell this: you don't want Spamassassin to use a full blown RDBMS as store for Bayes tokens, because it is simply way too slow when learning spam/ham or checking against.

You also normally don't want to have separate stores for every users, but one global only instead, because most users are dumb and typically will poison their storage contrary to optimise it.

Instead you should go with BerkeleyDB and one global store only, which performs much better.

Reply via email to