Re: [Mailman-Users] newlist always creates lists with a capital letter

2005-07-17 Thread Timo Veith
Mark Sapiro wrote: > Look at the definition of InitVars() in Mailman/MailList.py and change > > self.real_name = internalname[0].upper() + internalname[1:] > > to > > self.real_name = internalname > > or just go to the list's General Options page after creating the list > and ma

Re: [Mailman-Users] newlist always creates lists with a capital letter

2005-07-17 Thread Mark Sapiro
Timo Veith wrote: > >can anyone tell me how prevent "newlist" from creating lists with the >first letter capitalized? Look at the definition of InitVars() in Mailman/MailList.py and change self.real_name = internalname[0].upper() + internalname[1:] to self.real_name = internalna

[Mailman-Users] newlist always creates lists with a capital letter

2005-07-17 Thread Timo Veith
Hello mailman-users, can anyone tell me how prevent "newlist" from creating lists with the first letter capitalized? TIA Timo -- Mailman-Users mailing list Mailman-Users@python.org http://mail.python.org/mailman/listinfo/mailman-users Mailman FA