http://bugzilla.spamassassin.org/show_bug.cgi?id=1908
------- Additional Comments From [EMAIL PROTECTED] 2004-03-03 10:20 ------- Perhaps I am totally missing something here, but in my version of Postgres (7.4.1) this doesn't appear to be a problem. The @GLOBAL is sorted before the user prefs no matter the username. What version of Postgres are you running? Possibly it's not doing the order by correctly? Here are my results from a simple query: select username, preference, value from userpref where username = '[EMAIL PROTECTED]' or username = 'GLOBAL' or username = '@GLOBAL' order by username asc; username | preference | value -----------+----------------+----------- @GLOBAL | whitelist_from | [EMAIL PROTECTED] [EMAIL PROTECTED] | whitelist_from | fong (2 rows) ------- You are receiving this mail because: ------- You are the assignee for the bug, or are watching the assignee.
