[Mailman-Users] Mailman is changing list names to upper case first letter; how can that be changed? Are list names not case-sensitive?

Tom Browder tom.browder at gmail.com
Tue Apr 30 23:22:22 CEST 2013


On Tue, Apr 30, 2013 at 3:24 PM, Mark Sapiro <mark at msapiro.net> wrote:
> On 04/30/2013 12:15 PM, Tom Browder wrote:
>>
>> I assume there is some way to change that behavior in a python file, but where?
...
> If you want to change this default, edit the module Mailman/MailList.py.
> Around line 352 you'll see
>
>         self.real_name = internalname[0].upper() + internalname[1:]
>
> Change that to
>
>         self.real_name = internalname

That did it, Mark, great help as usual!

Thanks a heap (one more question coming later if I can't sort it out).

Best regards,

-Tom


More information about the Mailman-Users mailing list