Greetings, Has anyone tried to port existing mhonarc archives into mharc? I maintain about 20 archives which are being built with mhonarc 2.4.something, and I'm moving them to a new server. In the process I thought I'd try and use mharc to process the lists instead of the current configuration which uses mhonarc commands from the /etc/mail/aliases file (I know that's not the best way of handling it). I've attached a sample mhrc file from one our archives if that will help. All of the archives use basically the same resource file.
Thanks! -- Sean M. Alderman ITRACK Systems Analyst PACE/NCI - NASA Glenn Research Center (216) 433-2795 Calling a windowed operating system "Windows" is like naming an automobile "Wheels."
<!-- MHonArc Resource File --> <UMASK> 002 </UMASK> <!-- main index title --> <TITLE> WING Comments Archive </TITLE> <!-- thread index title --> <TTITLE> WING Comments by thread </TTITLE> <SORT> <REVERSE> <TREVERSE> <IDXLABEL> Main Index </IDXLABEL> <!-- header markup for main and thread index pages --> <LISTBEGIN> Last update: $LOCALDATE$<br> $NUMOFMSG$ messages in reverse-chronological order<br> <ul> <li><a href="$TIDXFNAME$">Thread Index</a></li> </ul> <hr> <ul> </LISTBEGIN> <THEAD> Last update: $LOCALDATE$<br> $NUMOFMSG$ messages in reverse-chronological order<br> <ul> <li><a href="$IDXFNAME$">$IDXLABEL$</a></li> </ul> <hr> <ul> </THEAD> <!-- footer links for main and thread index pages --> <!-- i.e. list maintained by:???, link to old archives, etc --> <LISTEND> </ul> <p> <hr> <p> This e-mail archive facility is maintained by the <b><a href="http://www.grc.nasa.gov/WebTeam/">NASA Glenn WebTeam</a></b>. For further information regarding this service, contact <a href="mailto:[EMAIL PROTECTED]"><[EMAIL PROTECTED]></a>. <p> </LISTEND> <TFOOT> </ul> <p> <hr> <p> This e-mail archive facility is maintained by the <b><a href="http://www.grc.nasa.gov/WebTeam/">NASA Glenn WebTeam</a></b>. For further information regarding this service, contact <a href="mailto:[EMAIL PROTECTED]"><[EMAIL PROTECTED]></a>. <p> </TFOOT> <!-- Thread index file name --> <TIDXFNAME> index.html </TIDXFNAME> <!-- single item, not member of a thread --> <TSINGLETXT> <li> ($NUMFOLUP(CUR)$) <b><a $A_ATTR$>$SUBJECT$,</a></b > <i>$FROMNAME$</i> </TSINGLETXT> <!-- top item in a thread --> <TTOPBEGIN> <li> ($NUMFOLUP(CUR)$) <b><a $A_ATTR$>$SUBJECT$,</a></b > <i>$FROMNAME$</i> </TTOPBEGIN> <TTOPEND> </li> </TTOPEND> <!-- items in a thread --> <TLITXT> <li> ($NUMFOLUP(CUR)$) <b><a $A_ATTR$>$SUBJECT$,</a></b > <i>$FROMNAME$</i> </TLITXT> <TLIEND> </li> </TLIEND>
