I am experimenting with using SQLite for my Bayes db. However when I start spamd, it reports the following in /var/log/maillog:
bayes: tok_get_all: SQL error: no such function: RPAD This is correct, in that SQLite does not support RPAD. I believe this call is in SQL.pm (part of Mail::SpamAssassin::BayesStore). Is it possible to hack that module in any way to work around the issue? Sorry if this is too simple a question; whilst I am familiar with SQL, I know nothing of perl. In case it matters, this is SA 3.3.2