From: Rick W. <vc...@de...> - 2005-01-05 00:36:15
|
John Peacock wrote: > At least with MySQL, sometimes a mail robot will not display the > forwarded address in qmailadmin (it will show the vacation line > instead). It seems that qmailadmin expects that the records will be > returned in original insertion order and MySQL isn't always consistent > about that. > > I finally got sick of this and patched valias_select() in vpopmail itself: While that might fix your current problem, I believe the long term solution will require valias code to maintain any arbitrary ordering of entries. I expect that to require adding an order field and sort on that. I have plans for it, but not a lot of time. It is pretty high on my list, but I wouldn't mind if someone beat me to it. :) |