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 ------------------------------------------------------ Mailman-Users mailing list [EMAIL PROTECTED] http://mail.python.org/mailman/listinfo/mailman-users Mailman FAQ: http://www.python.org/cgi-bin/faqw-mm.py Searchable Archives: http://www.mail-archive.com/mailman-users%40python.org/