When I run the test from the tests directory, it works fine.
When I run it on a real mailbox to save the html archives as if for real
(but using a test mailbox), almost everything works perfectly: the html
message pages are made, with the proper links (eg, no thread links, as I
indicated in the hmrc file), and the proper index pages are created.
There is one problem: the body of the email message does not appear in the html message page. The headers (From, To, etc) appear, but not the text of the message.
Wait! I just found a solution. And it means either I was doing something wrong, or I have the honor of discovering a bug.
In my hmrc file, when I have this line, to disallow all attachments:
ignore_types = *
the body of the email did not appear in the html page. But there is only
one message in the mailbox, and it has just one line of text in the body,
and no attachment.
But when I comment out that config line:
#ignore_types = *
And uncommented this line:
ignore_types = application/x-msdownload
Now when I run hypermail, the body of the email DOES appear in the html page. Just fine.
Seems to be a problem.
But I do want to ignore ALL attachments. I don't need them in the archives, and it would prevent any security problem involving attachments.
What do you think?
Ron Pero Received on Mon 18 Mar 2002 05:35:46 PM GMT
This archive was generated by hypermail 2.3.0 : Sat 13 Mar 2010 03:46:12 AM GMT GMT