On Sun, Sep 26, 2004 at 09:27:04PM +0000, Daniel M. Drucker wrote:
> 
> I have the following /etc/mail/spamassassin/settings.cf:
> 
> =================================
> user_scores_dsn                 DBI:mysql:spamassassin:localhost
> user_scores_sql_username        mail
> user_scores_sql_password        mypassword
> 
> bayes_store_module              Mail::SpamAssassin::BayesStore::SQL
> bayes_sql_dsn                   DBI:mysql:spamassassin:localhost
> bayes_sql_username              mail
> bayes_sql_password              mypassword
> 
> user_awl_dsn                    DBI:mysql:spamassassin:localhost
> user_awl_sql_username           mail
> user_awl_sql_password           mypassword
> =================================
> 
> SA 3.0.0 is picking up the user scores and bayes from SQL without any
> problems, but it seems to be ignoring the awl settings completely --
> it is still writing to /root/.spamassassin/auto-whitelist.
>
[ SNIP ]
> 
> Can anyone tell me what I'm doing wrong?
> 


Go back and read sql/README.awl, pay special attention to the second
paragraph.

Michael

Reply via email to