You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@spamassassin.apache.org by Matt Hampton <ma...@coders.co.uk> on 2006/08/30 17:26:37 UTC

SA seems to be ignoring "bayes_sql_override_username"

Hi

I have written a application that is using the "read_scoreonly_config"
command to load user configurations.


./scorefile
====================================
score BAYES_00  -6.00
score BAYES_99  6.00
bayes_sql_override_username USER
====================================


$spamtest->compile_now(0);
$spamtest->read_scoreonly_config("scorefile");

The output generated shows a BAYES_99 hit with the score of 6.00 (the
default is 4.00) however it is still using "root" as the username for
the sql queries.

http://mail-archives.apache.org/mod_mbox/spamassassin-dev/200404.mbox/%3c20040413201105.GF24012@kluge.net%3e

seems to imply that "bayes_sql_override_username" should be a valid
option but this doesn't seem to be working

Any suggestions?

regards

Matt