Re: Doubt with user_scores_sql_custom_query

2007-01-30 Thread Kim Christensen
* Michael Parker <[EMAIL PROTECTED]> [2007-01-30 07:53:23 -0600]: > Kim Christensen wrote: > > * Jorge Cardona <[EMAIL PROTECTED]> [2007-01-29 23:48:52 -0500]: > > > >> Hi. > >> I got a question about this parameter, the spamassassin documentation > >> tells this: > >> > >> 1) Current default que

Re: Doubt with user_scores_sql_custom_query

2007-01-30 Thread Michael Parker
Kim Christensen wrote: > * Jorge Cardona <[EMAIL PROTECTED]> [2007-01-29 23:48:52 -0500]: > >> Hi. >> I got a question about this parameter, the spamassassin documentation >> tells this: >> >> 1) Current default query: >>SELECT preference, value FROM _TABLE_ WHERE username = _USERNAME_ >> OR u

Re: Doubt with user_scores_sql_custom_query

2007-01-30 Thread Kim Christensen
* Jorge Cardona <[EMAIL PROTECTED]> [2007-01-29 23:48:52 -0500]: > Hi. > I got a question about this parameter, the spamassassin documentation > tells this: > > 1) Current default query: >SELECT preference, value FROM _TABLE_ WHERE username = _USERNAME_ > OR username = '@GLOBAL' ORDER BY user

Re: Doubt with user_scores_sql_custom_query

2007-01-29 Thread Michael Parker
Jorge Cardona wrote: > Hi. > I got a question about this parameter, the spamassassin documentation > tells this: > > 1) Current default query: >SELECT preference, value FROM _TABLE_ WHERE username = _USERNAME_ > OR username = '@GLOBAL' ORDER BY username ASC > > 2) Use global and then domain l