• Plesk Uservoice will be deprecated by October. Moving forward, all product feature requests and improvement suggestions will be managed through our new platform Plesk Productboard.
    To continue sharing your ideas and feedback, please visit features.plesk.com

SpamAssassin not using spamfilter_preferences

N

Nerion@

Guest
Hallo,

I have got a Problem. When I added some entrys in spamfilter_preferences, SpamAssassin not using this.

When I add some Blacklist or Whitelist over the Plesk Web Interface for example the Domain *@test.de will be added to the Database and to the local.cf so SpamAssassin working.

But I have got a script adding the Blacklisted Domains only to the Database and so SpamAssassin not using this entrys.

How can I say to SpamAssassin that it have to use the spamfilter_preferences Table?

Thank you
 
I tried something like this

Code:
user_scores_dsn                  DBI:mysql: psa:localhost:3306
user_scores_sql_password         ***
user_scores_sql_username         ***
user_scores_sql_custom_query     SELECT preference, value FROM spamfilter_preferences WHERE spamfilter_id = 1 ORDER BY spamfilter_id ASC

But don't work. I think spamd have to start with the -q option. But where do I say that spamd have to start with -q.

Thank you
 
Back
Top