Matthew Yette wrote:
Dankos,
Put this into your /etc/mail/spamassassin/local.cf:
user_scores_sql_custom_querySELECT preference, value FROM _TABLE_
WHERE username = _USERNAME_ OR username = '@GLOBAL' OR username =
_DOMAIN_ ORDER BY username ASC
That will make per-user preferences priority,
Hello Dhanny,
Sunday, July 31, 2005, 12:08:51 AM, you wrote:
DK> Hi,
DK>I installed qmail (only for smtp proxy) + spamassassin (userpref,
DK> bayes, awl store in mySQL). I use spamd and spamc to scan every email,
DK> but how can spamc scan email with personal configuration after scan
DK> with
Dankos,
Put this into your /etc/mail/spamassassin/local.cf:
user_scores_sql_custom_querySELECT preference, value FROM _TABLE_
WHERE username = _USERNAME_ OR username = '@GLOBAL' OR username =
_DOMAIN_ ORDER BY username ASC
That will make per-user preferences priority, and then roll back to t