Mark Dale wrote: > >Yes, the "%(listname)s" bit is fine when there is something in the >archive. It's weird that it gets malformed (i.e the missing slash) when >the archive is empty. > >I tried some edits on "emptyarchive.html" file and restarted Mailman, >but these edits didn't show up - so does that mean the empty arhive page >is coming from somewhere other than "emptyarchive.html"?
As I tried to indicate (implicitly, at least) in my reply at <http://mail.python.org/pipermail/mailman-users/2007-November/059067.html>, the 'empty archive' web page is a static web page built at list creation time based on "emptyarchive.html" and other things like the value of web_page_url (which in turn depends on DEFAULT_URL_PATTERN) at list creation time. You can change the "emptyarchive.html" template and/or the list's web_page_url attribute subsequent to creating the list, but these things will not cause the list's 'empty archive' web page to be rebuilt. -- Mark Sapiro <[EMAIL PROTECTED]> The highway is for gamblers, San Francisco Bay Area, California better use your sense - B. Dylan ------------------------------------------------------ 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/ Unsubscribe: http://mail.python.org/mailman/options/mailman-users/archive%40jab.org Security Policy: http://www.python.org/cgi-bin/faqw-mm.py?req=show&file=faq01.027.htp
