[Mailman-Users] What is the python string for the user's real name?

Jim Tittsler jwt at OnJapan.net
Thu Jun 24 11:24:47 CEST 2004


On Mon, Jun 21, 2004 at 08:34:44PM -0400, Brendan Chard wrote:
> What is the python string for the user's real name?
> 
> I'd like to customize the "subauth.txt" template to include the potential
> subscribers name in addition to their e-mail address so that it reads:

I don't think it is in the dictionary that is used to process
subauth.txt... but it would be easy to add by editing
Mailman/ListAdmin.py:
@@ -384,6 +386,7 @@
             text = Utils.maketext(
                 'subauth.txt',
                 {'username'   : addr,
+                 'fullname'   : fullname,
                  'listname'   : self.internal_name(),
                  'hostname'   : self.host_name,
                  'admindb_url': self.GetScriptURL('admindb', absolute=1),

-- 
Jim Tittsler             http://www.OnJapan.net/      GPG: 0x01159DB6
Python Starship          http://Starship.Python.net/
Ringo MUG Tokyo          http://www.ringo.net/rss.html





More information about the Mailman-Users mailing list