Menu

#216 http://HOST_NAME/pipermail/LIST

Postponed
closed-later
nobody
Pipermail (108)
5
2015-01-07
2000-11-12
Anonymous
No

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.

Discussion

  • Per Harald Myrvang

    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"

     
  • Barry Warsaw

    Barry Warsaw - 2000-11-16

    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.

     
  • Barry Warsaw

    Barry Warsaw - 2000-11-16
    • milestone: 102153 --> Postponed
    • status: open --> open-later
     
  • Barry Warsaw

    Barry Warsaw - 2000-11-16
    • status: open-later --> closed-later
     

Log in to post a comment.