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

Mark Sapiro msapiro at value.net
Sun Jul 17 23:22:59 CEST 2005


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 = internalname

or just go to the list's General Options page after creating the list
and make whatever case changes you want to real_name.

--
Mark Sapiro <msapiro at value.net>       The highway is for gamblers,
San Francisco Bay Area, California    better use your sense - B. Dylan




More information about the Mailman-Users mailing list