http://HOST_NAME/pipermail/LIST

Bug #265385 reported by Bug Importer
2
Affects Status Importance Assigned to Milestone
GNU Mailman
Invalid
Medium
Unassigned

Bug Description

After a 100% instalation I was trying the page options of
teh list named LIST and found the the link named:

Go to list archives

has this URL: http://HOST_NAME/pipermail/LIST

but this results in:

Not Found
The requested URL /pipermail/LIST/ was not found on this server.

[http://sourceforge.net/tracker/index.php?func=detail&aid=222217&group_id=103&atid=100103]

Tags: pipermail
Revision history for this message
Perhm (perhm) wrote :

It appears to be caused by a silly bug. If your log files fills up with
error messages such as:
 File "<mailmanpath>/Mailman/Archiver/HyperArch.py", line
224, in __init__
    self.cenc = string.lower(cenc)

..and so on, you can try to change line 222 in HyperArch.py from reading:
   cenc = message.getheader('Content-Transfer-Encoding')
into:
   cenc = message.getheader('Content-Transfer-Encoding') or
"8bit"

Revision history for this message
Barry Warsaw (barry) wrote :

This is a known buglet; the Pipermail archive link doesn't exist until
you've sent at least one message to the list. Won't be fixed for 2.0.

To post a comment you must log in.
This report contains Public information  
Everyone can see this information.

Other bug subscribers

Remote bug watches

Bug watches keep track of this bug in other bug trackers.