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

Richard Barrett r.barrett at openinfo.co.uk
Wed Nov 5 09:31:55 CET 2003


On Wednesday, November 5, 2003, at 04:53  am, Pablo Chamorro C. wrote:

> 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:]
>

Or even

		self.real_name = internalname

> 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