[Mailman-Users] Remove Caps from Lists name and Prefix

Pablo Chamorro C. pchamorro at ingeomin.gov.co
Wed Nov 5 05:53:48 CET 2003


Sorry, I already found the answer:

http://www.mail-archive.com/mailman-users@python.org/msg06851.html

for Mailman 2.1.1 I think it would be:

Mailman/MailList.py

        # all lowercase
        # self.real_name = internalname[0].upper() + internalname[1:]
        self.real_name = internalname[0] + internalname[1:]

Pablo

On Tue, 4 Nov 2003, Pablo Chamorro C. wrote:

> This question was posted one year ago:
> 
> "When I create a list it is all lowercase (testlist)
> But when I go to the GUI it shows up with a cap as the first letter
> (Testlist)
> 
> This happens to the real name and prefix sections. How to make it so when
> I create a list it doesn't change this, I have to go in and do it by hand
> right now."
> 
> Does somebody know the answer?
> 





More information about the Mailman-Users mailing list