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 <[EMAIL PROTECTED]> The highway is for gamblers, San Francisco Bay Area, California better use your sense - B. Dylan ------------------------------------------------------ Mailman-Users mailing list Mailman-Users@python.org http://mail.python.org/mailman/listinfo/mailman-users Mailman FAQ: http://www.python.org/cgi-bin/faqw-mm.py Searchable Archives: http://www.mail-archive.com/mailman-users%40python.org/ Unsubscribe: http://mail.python.org/mailman/options/mailman-users/archive%40jab.org Security Policy: http://www.python.org/cgi-bin/faqw-mm.py?req=show&file=faq01.027.htp