Re: [Mailman-Users] use of Python strings in template files

2005-01-25 Thread Mark Sapiro
Christopher Adams wrote: > >Thank you for your timely reply. I sort of understand what you are >saying. I edited MailList.py to look like this: > >'verify.txt', >{'email' : newaddr, > 'listaddr' : self.GetListEmail(), > 'listname' : realname, >

Re: [Mailman-Users] use of Python strings in template files

2005-01-25 Thread Christopher Adams
Mark, Thank you for your timely reply. I sort of understand what you are saying. I edited MailList.py to look like this: 'verify.txt', {'email' : newaddr, 'listaddr' : self.GetListEmail(), 'listname' : realname, 'cookie' : cookie,

Re: [Mailman-Users] use of Python strings in template files

2005-01-25 Thread Mark Sapiro
Christopher Adams wrote: >I have posted this question to the list before, but have never resolved it. > >I am looking at the files in the template directory, specifically >newlist.txt and verify.txt. The newlist file is the information sent to >list owners when the list is set up. The verify f