Mailing List Archive

bayes in sqlite db
Does anyone have a working example of storing Bayes and user prefs in
SQLite? I only see mysql and postgres schemas in /usr/share/doc/spamassassin/sql/

Michael Grant
Re: bayes in sqlite db [ In reply to ]
Heh, I know this thread is so old it might as well be dead, but this does work. Note that you may
need to apply the patch from Bug 7932 until the next release.

bayes_store_module Mail::SpamAssassin::BayesStore::SQL
bayes_sql_dsn DBI:SQLite:/path/to/bayes.sqlite

On 5/26/22 9:25 AM, Michael Grant wrote:
> Does anyone have a working example of storing Bayes and user prefs in
> SQLite? I only see mysql and postgres schemas in /usr/share/doc/spamassassin/sql/
>
> Michael Grant