> SO... by increasing conf-split to 97 (from the default of 20 something
> afaik), each directory ends up only having a hundred or so files. Doing
> "ls" now is far speedier.
Maybe you want to use a different filesystem - ext2fs uses linear lists
for directories (slow lookups in large directories
> Is there a way or a quick patch to put the address with which a user is
> subscribed to a list in the trailer that is added to each message?
They could look into the header lines to whom the mail was sent:
Received: from [63.102.49.29] (helo=mail.python.org)
by mxng00.kundenserver.de w
> OK, that seemed to work. As soon as I checked my /etc/hosts file I noticed
> my localhost entry missing.
RedHat is known to forget "127.0.0.1 localhost" in /etc/hosts.
--
Mailman-Users maillist - [EMAIL PROTECTED]
http://mail.python.org/ma
> I've got a list with 9900 email addresses, each one on it's own line:
>
> $ bin/sync_members -w=no -d=no -a=no -f - news < members.txt
> Traceback (innermost last):
> File "bin/sync_members", line 257, in ?
> main()
> File "bin/sync_members", line 240, in main
> welcome, notifyadmin
Hi,
I've got a list with 9900 email addresses, each one on it's own line:
$ bin/sync_members -w=no -d=no -a=no -f - news < members.txt
Traceback (innermost last):
File "bin/sync_members", line 257, in ?
main()
File "bin/sync_members", line 240, in main
welcome, notifyadmin)
File "