pipermail archiver renders the file location of HTML template, not the template itself
Affects | Status | Importance | Assigned to | Milestone | |
---|---|---|---|---|---|
GNU Mailman |
Invalid
|
Undecided
|
Unassigned |
Bug Description
To reproduce, enable pipermail archiver and send an email to one of your mailing lists. In the archive folder for your mailing list there will be some generated HTML files and folders. Take a look at index.html, it will contain the absolute file path of the template it should have rendered, unless I'm confused about how the archives are supposed to work:
/home/
One of the month archive folders might have an index.html that looks like this:
/home/
<!--0 01319504531- -->
/home/
/home/
A simple fix: the template rendering code was misconstruing the return value of the find function from mailman/ utilities/ i18n.py .