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 level defaults: SELECT preference, value FROM _TABLE_ WHERE username = _USERNAME_ OR username = '@GLOBAL' OR username = '@~'||_DOMAIN_ ORDER BY username ASC 3) Maybe global prefs should override user prefs: SELECT preference, value FROM _TABLE_ WHERE username = _USERNAME_ OR username = '@GLOBAL' ORDER BY username DESC In 1) and 3) is possible that the query return a table with 2 users ,@GLOBAL, and the user that call spamassassin, what i understand it's that SA only use the preferences for the first user , thats why in 3) the global overrride the user prefs ("ORDER BY username DESC"). What i can't understand is whats do the 2) query, and also his description, "Use global and then domain level defaults" . Spamassassin use all the prefs from the @GLOBAL and work with it, and after that use the Domains prefs and wort again, thats what its does? or take the @GLOBAL prefs, and then override the prefs with the Domains prefs.? Please, can anyone explain to me this? Forgive me if the answer it obvious, i really need to be sure with this. -- Jorge Eduardo Cardona [EMAIL PROTECTED] ------------------------------------------------ Linux registered user #391186 Registered machine #291871 ------------------------------------------------