mhonarc-users

Re: Problems modifying mail headers

2003-12-22 10:29:54
Frank C. Brants wrote:
At Sunday 12/21/2003 09:33 PM, you wrote:
Exactly how did you test it? Did you add new messages to the
archive? Did you use the -rcfile option?

I tested my changes by rm -rf *'ing all generated pages and the .mhonarc.db,

Okay, that's more than enough. :)

copying the index.html & the empty start.html back, then issuing
the following commands... I've included MHonArc's output as well...

<snip>

Reading resource file: /usr/lib/MHonArc/frames.mrc ...

<snip>

Writing mail .....................
Writing /var/mailman/mhonarc/test/maillist.html ...
Writing /var/mailman/mhonarc/test/threads.html ...
Writing database ...
21 new messages
21 total messages

Yep, the new resource file was obviously applied to those messages.

Could you please post a link to a sample message that was
converted using your new resource file settings?

Sure!!

http://www.brants.com/mhonarc/test/

The markup in those messages includes

    <!--X-User-Footer-->
    ...
    <!--X-User-Footer-End-->

which confirms that the MSGFOOT resource is included in the resource file.

When I looked at frames.mrc, I noticed that it already includes MSGFOOT:

    <MsgFoot>
    Partial thread listing:
    $TSLICE$
    </MsgFoot>

That makes me suspect that you include two occurrences of the MSGFOOT
resource in your resource file, while MHonArc is only able to store
one of them. You'd better edit the existing setting to your liking,
for instance like:

    <MsgFoot>
    Partial thread listing:
    $TSLICE$
    <hr>
    <ul>
    <li>From: $FROM$
    <li>Subject: $SUBJECTNA$
    <li>Date: $DATE$
    </ul>
    </MsgFoot>

HTH

--
Gunnar Hjalmarsson
Email: http://www.gunnar.cc/cgi-bin/contact.pl


<Prev in Thread] Current Thread [Next in Thread>