Re: Personal Bayes Score

2005-08-02 Thread Dhanny Kosasih
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,

Re: Personal Bayes Score

2005-08-01 Thread Robert Menschel
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

RE: Personal Bayes Score

2005-08-01 Thread Matthew Yette
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