On Fri, 27 Apr 2012 12:57:33 +0200 Robert Wysocki wrote: > Hi, > > Our old environment used per-user bayesian databases, but now we've > decided to use one that is site-wide. > > The thing is that some users managed to train their bayes filters > quite well and we don't want to loose it. > > So is it possible to configure spamassassin to use both global and > per-user bayesian databases?
No > Or is it possible to import one database to another _without_ > overwriting the second one? Not directly, but what you could do is use sa-learn --backup to dump the individual databases into text files and write a simple script to combine them. The format of the files is pretty straightforward.