[Mailman-Developers] bounces going to wrong list's admin

Barry A. Warsaw barry@python.org
Fri, 9 Aug 2002 16:50:31 -0400


Ah never mind, you meant "alphabetical".

Sorting will be done by os.listdir() which on *nix systems is a thin
wrapper around the readdir() system call, and for all intents and
purposes is random.

You'd probably need to hack cron/mailpasswds to hard code a list to
use.

-Barry