Magnus Anderson schrieb: > The user is not exisiting on the system itself, just inside CommuniGate that > I run. > When I run now I run like "sa-learn --spam --no-sync -u [EMAIL PROTECTED] > /system-path-to-mbox"
AFAIK you cannot tell "spamassassin" to use another bayes DB. So I see three other options: - Patch spamassassin and add a new option ;) - Learn the messages twice: with sa-learn and with spamassassin. That will leave you with an additional DB in ~root/.spamassassin. - Use symlinks (ln -s /userdir/with/bayesDb ~root/.spamassassin) to link the user's DB into root's spamassassin directory. -- Martin