• Inviting everyone who uses WordPress management tools in Plesk
    The Plesk team is conducting a 60-minute research session that includes an interview and a moderated usability test.
    To participate, please use this link .
    Your experience will help shape product decisions and ensure the tools better support real-world use cases.

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