Re: [Mailman-Users] List-Archive URL for private archives broken

2009-03-30 Thread Mark Sapiro
Mark Sapiro wrote: > >Neither am I sure what it was for. It doesn't matter much either way >for the public 'pipermail' URLs because the browser knows whether it >is serving a file or an index document and informs the browser, but it >does matter for private URLs. That should have been "... the we

Re: [Mailman-Users] List-Archive URL for private archives broken - thepatch

2009-03-30 Thread Mark Sapiro
Daniel Novotny wrote: > >somehow, the patch in the attachment did not appear in the mailing list, >sending >it here as plaintext: This list's content filtering removes attachments which have MIME types other than text/plain. -- Mark Sapiro The highway is for gamblers, San Francisco Bay

Re: [Mailman-Users] List-Archive URL for private archives broken

2009-03-30 Thread Mark Sapiro
Daniel Novotny wrote: > >the mail header List-Archive for private archives does not work, >because the URL does not contain the trailing slash: > >The private lists are handled by CGI /usr/lib/mailman/cgi-bin/private which can >not handle the URL without the trailing slash properly > >in Mailman/Ha

[Mailman-Users] List-Archive URL for private archives broken - the patch

2009-03-30 Thread Daniel Novotny
hello, somehow, the patch in the attachment did not appear in the mailing list, sending it here as plaintext: diff -up mailman-2.1.12/Mailman/Handlers/CookHeaders.py.privurl mailman-2.1.12/Mailman/Handlers/CookHeaders.py --- mailman-2.1.12/Mailman/Handlers/CookHeaders.py.privurl 2009-03-30

[Mailman-Users] List-Archive URL for private archives broken

2009-03-30 Thread Daniel Novotny
hello, the mail header List-Archive for private archives does not work, because the URL does not contain the trailing slash: The private lists are handled by CGI /usr/lib/mailman/cgi-bin/private which can not handle the URL without the trailing slash properly in Mailman/Handlers/CookHeaders.py t