Danny Horne <[email protected]> wrote:
> Hi all,
>
> I get the occassional spam in my inbox which I then move to my Junk
> folder. When I've got a bunch of emails there I run
>
> sa-learn --spam --mbox Junk
>
> on that folder, which creates / updates bayes_seen and bays_toks files.
> Does Amavisd use these files and if not, is there a way to point it to them?
>
It's SpamAssassin that is using those files, not amavisd-new.
To configure SpamAssassin check Mail::SpamAssassin::Bayes(3),
Mail::SpamAssassin::BayesStore(3) and Mail::SpamAssassin::BayesStore::BDB(3)
man pages.
Giovanni