[Mailman-Users] listname - first letter capitalized

Ashley M. Kirchner ashley at pcraft.com
Thu Jan 10 07:42:10 CET 2002


Terry Davis wrote:

> Well, I am thinking more along the lines of cosmetics.  When the person
> receives an email the FROM would say Foobar-list at lists.domain.com versus
>   foobar-list at lists.domain.com.

    Myah, cosmetics.  I suppose you could change Mailman/MailList.py.  Look for the following:

       self.real_name = '%s%s' % (string.upper(self._internal_name[0]),
                                  self._internal_name[1:])


    ...and change it to:

       self.real_name = '%s%s' % (self._internal_name[0],
                                  self._internal_name[1:])


    Any new list created from that point on will all be lowercase.

    AMK4

    PS: My first reply to this thread was returned with an error from mail.birddog.com

--
H | "Life is the art of drawing without an eraser." - John Gardner
  +--------------------------------------------------------------------
  Ashley M. Kirchner <mailto:ashley at pcraft.com>   .   303.442.6410 x130
  Director of Internet Operations / SysAdmin    .     800.441.3873 x130
  Photo Craft Laboratories, Inc.            .     3550 Arapahoe Ave, #6
  http://www.pcraft.com ..... .  .    .       Boulder, CO 80303, U.S.A.






More information about the Mailman-Users mailing list