[Mailman-Users] add 'Member Name' in body of welcome email

Mark Sapiro mark at msapiro.net
Wed Jun 9 05:31:06 CEST 2010


Mark Sapiro wrote:
>
>If you can patch the code, you could make %(username)s work by adding
>
>             'username'    : self.getMemberName(),
>
>to the dictionary passed to Utils.maketext() in the definition of the
>SendSubscribeAck() method of the Deliverer class in
>Mailman/Deliverer.py.


Ooops!  That should be

             'username'    : self.getMemberName(name),

Sorry for any confusion.

-- 
Mark Sapiro <mark at msapiro.net>        The highway is for gamblers,
San Francisco Bay Area, California    better use your sense - B. Dylan



More information about the Mailman-Users mailing list