Terry Davis wrote:

> Well, I am thinking more along the lines of cosmetics.  When the person
> receives an email the FROM would say [EMAIL PROTECTED] versus
>   [EMAIL PROTECTED]

    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:[EMAIL PROTECTED]>   .   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.



------------------------------------------------------
Mailman-Users maillist  -  [EMAIL PROTECTED]
http://mail.python.org/mailman/listinfo/mailman-users

Reply via email to