Kevin Marvin wrote:
HELP!  I cant get this figured out for the life of me.  Here is what I
have...

I have SA 3.0.2, using a Postgres database to store user preferences.  When
I run a test instance and pass a test message to it (using spamc and spamd)
and the blacklist_from entries never get read...

Here is my local.cf:
----------------------------------------------------------------------------
user_scores_dsn                 DBI:Pg:dbname=exim;host=localhost
user_scores_sql_username        spam
user_scores_sql_password        pass

user_scores_sql_custom_query    SELECT preference, value FROM userpref WHERE
username = _USERNAME_ OR username = '$GLOBAL' OR username = '%'||_DOMAIN_
ORDER BY username ASC

<snip>
Almost there :-D

allow_user_rules            1


--
Thanks,
James

Reply via email to