On Wednesday, November 5, 2003, at 04:53 am, Pablo Chamorro C. wrote:
Sorry, I already found the answer:
http://www.mail-archive.com/[EMAIL PROTECTED]/msg06851.html
for Mailman 2.1.1 I think it would be:
Mailman/MailList.py
# all lowercase
# self.real_name = internalname[0].up
Sorry, I already found the answer:
http://www.mail-archive.com/[EMAIL PROTECTED]/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] + inte
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
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.
Thanks