Re: [Mailman-Users] question for the python programmers

2005-02-14 Thread Mark Sapiro
David Morse <[EMAIL PROTECTED]> wrote: > >If I look at the logs, this seems to be the problem > >admin(1853): File "/usr/lib/mailman/Mailman/Cgi/private.py", line 42, >in true_path >admin(1853): parts = [x for x in path.split(SLASH) if x not in ('.', >'..')] >admin(1853): NameError: global

[Mailman-Users] question for the python programmers

2005-02-14 Thread David Morse
I can't access the logs on a newly-created list on a newly installed mailman (version 2.1.5-6 / debian sid) If I look at the logs, this seems to be the problem admin(1853): File "/usr/lib/mailman/Mailman/Cgi/private.py", line 42, in true_path admin(1853): parts = [x for x in path.split(SLA