Re: [Mailman-Users] Using python format strings

2004-08-31 Thread Brad Knowles
At 11:35 PM +0200 2004-08-31, Christian Schoepplein wrote: I'm new to python (this was the first time I changed python code) and patches and all this stuff..., but I would be glad to submit the changes. Maybe someone can give me via PM some hints or a quick step by step instruction, how I can g

Re: [Mailman-Users] Using python format strings

2004-08-31 Thread Christian Schoepplein
Hi! On Di, Aug 31, 2004 at 11:11:50 +0200, Brad Knowles wrote: > At 10:23 PM +0200 2004-08-31, Christian Schoepplein wrote: > > > And I've also found the reason > > for the missing %(host_name)s format string for the file verify.txt. In > > the file > > > >

Re: [Mailman-Users] Using python format strings

2004-08-31 Thread Brad Knowles
At 10:23 PM +0200 2004-08-31, Christian Schoepplein wrote: And I've also found the reason for the missing %(host_name)s format string for the file verify.txt. In the file $mailmanpath/Mailman/MailList.py some template files get initialized with the forma

Re: [Mailman-Users] Using python format strings

2004-08-31 Thread Christian Schoepplein
Hi! On Di, Aug 31, 2004 at 08:32:07 +0200, Brad Knowles wrote: > At 5:46 PM +0200 2004-08-31, Christian Schoepplein wrote: > > > I've read the docu how to use the python format strings but especialy > > the %(host_name)s string does not work in every template. I want to use > > %(host_name)s in t

Re: [Mailman-Users] Using python format strings

2004-08-31 Thread Brad Knowles
At 5:46 PM +0200 2004-08-31, Christian Schoepplein wrote: I've read the docu how to use the python format strings but especialy the %(host_name)s string does not work in every template. I want to use %(host_name)s in the verify.txt template, but the format string is not translated into the host

[Mailman-Users] Using python format strings

2004-08-31 Thread Christian Schoepplein
Hi! I want to customize our mailman installation (2.1.5) and need to edit the languange templates for that. I've read the docu how to use the python format strings but especialy the %(host_name)s string does not work in every template. I want to use %(host_name)s in the verify.txt template, bu