Hello there, I have been using mhonarc to implement a small application at
NASA HQ in Washington DC. Mhonarc has worked well, however, right now the
rcfile seems to be putting in 2 <HR> tags in the message page, even though
I have not specified to put them in. the rcfile part that builds the
message page is the following :
<!--=== Message Customizations ============================================-->
<EXCS override>
..*
</EXCS>
<BotLinks>
<!--BotLinks-->
</BotLinks>
<MsgPgBegin>
<HTML>
<HEAD>
<TITLE>$SUBJECTNA$</TITLE>
<LINK REL="fontdef" HXBURNED SRC="/Fonts.pfr">
</HEAD>
<BODY BACKGROUND="../BG.GIF" BGCOLOR="#99CCFF" TEXT="#000000"
LINK="#000099" VLINK="#990000">
<FORM METHOD=POST ACTION="/cgi-bin/redirect.cgi">
<CENTER>
<TABLE BORDER=0 WIDTH=500>
<TR><TD>
<IMG BORDER=0 ALT="Graphic" SRC="../Mast.GIF" WIDTH=500 HEIGHT=90 BORDER=0
VSPACE=8 ALIGN=RIGHT ALT="Earth Scie
nce Mast">
</td>
</tr>
<tr><td>
</MsgPgBegin>
<MSGHEAD>
<!--MsgHead -->
</MSGHEAD>
<HEADBODYSEP>
<!-- HeadBodySep -->
</HEADBODYSEP>
<BotLinks>
<!--BotLinks-->
</BotLinks>
<MSGFOOT>
</td></tr>
<TR colspan=2>
<td>
<hr>
</td>
</tr>
<tr>
<td>
<FONT POINT-SIZE="10" SIZE="-1"><I>
<A HREF="http://www.nasa.gov/"><IMG SRC="../NASA2.GIF" WIDTH=192 HEIGHT=58
BORDER=0 ALIGN=RIGHT></A>
<B>Email to:</B> <A HREF="mailto:akieran(_at_)hq(_dot_)nasa(_dot_)gov">Anthony
Kieran</A><BR>
<B>Curator:</B> <A HREF="mailto:akieran(_at_)hq(_dot_)nasa(_dot_)gov">Boeing
Information
Services</A><BR>
<B>Date:</B>Wednesday, September 30, 1998 </I></FONT></P>
</td>
</tr>
</table>
</CENTER>
</FORM>
</BODY>
</HTML>
</MSGFOOT>
<MsgPgEnd>
<!--MsgPgEnd -->
</MsgPgEnd>
<NextLink>
<!--NextLink-->
</NextLink>
<PrevLink>
<!--PrevLink-->
</PrevLink>
<NextLinkIA>
<!--NextLinkIA-->
</NextLinkIA>
<PrevLinkIA>
<!--PrevLinkIA-->
</PrevLinkIA>
However, the actual HTML is this (notice the 2 <HR> tags).
<!-- MHonArc v2.2.0 -->
<!--X-Subject: This is a test on Friday -->
<!--X-From: "Anthony P. Kieran" <akieran(_at_)hq(_dot_)nasa(_dot_)gov> -->
<!--X-Date: Fri, 2 Oct 1998 13:15:47 -0400 (EDT) -->
<!--X-Message-Id:
3(_dot_)0(_dot_)32(_dot_)19981002122333(_dot_)007c7a50(_at_)mail(_dot_)hq(_dot_)nasa(_dot_)govX-Sender:
akieran(_at_)mail(_dot_)hq(_dot_)nasa(_dot_)gov -->
<!--X-ContentType: text/plain -->
<!--X-Head-End-->
<HTML>
<HEAD>
<TITLE>This is a test on Friday</TITLE>
<LINK REL="fontdef" HXBURNED SRC="/Fonts.pfr">
</HEAD>
<BODY BACKGROUND="../BG.GIF" BGCOLOR="#99CCFF" TEXT="#000000"
LINK="#000099" VLINK="#990000">
<FORM METHOD=POST ACTION="/cgi-bin/redirect.cgi">
<CENTER>
<TABLE BORDER=0 WIDTH=500>
<TR><TD>
<IMG BORDER=0 ALT="Graphic" SRC="../Mast.GIF" WIDTH=500 HEIGHT=90 BORDER=0
VSPACE=8 ALIGN=RIGHT ALT="Earth Science Mast">
</td>
</tr>
<tr><td>
<!--X-Body-Begin-->
<!--X-User-Header-->
<!--MsgHead -->
<!--X-User-Header-End-->
<!--X-TopPNI-->
<HR>
[<A HREF="msg00000.html">Date Prev</A>][Date Next][<A
HREF="index.html#00001">Date Index</A>]
<!--X-TopPNI-End-->
<!--X-MsgBody-->
<!--X-Subject-Header-Begin-->
<H1>This is a test on Friday</H1>
<HR>
<!--X-Subject-Header-End-->
<!--X-Head-Body-Sep-Begin-->
<!-- HeadBodySep -->
<!--X-Head-Body-Sep-End-->
<!--X-Body-of-Message-->
<!-- paragraph --><P>
This is a test on FridayThis is a test on FridayThis is a test on
FridayThis is a test on FridayThis is a test on FridayThis is a test on
FridayThis is a test on FridayThis is a test on FridayThis is a test on
FridayThis is a test on FridayThis is a test on FridayThis is a test on
FridayThis is a test on Friday
<!-- paragraph --><P>
<!--X-Body-of-Message-End-->
<!--X-MsgBody-End-->
<!--X-Follow-Ups-->
<HR>
<!--X-Follow-Ups-End-->
<!--X-References-->
<!--X-References-End-->
<!--X-BotPNI-->
<!--BotLinks-->
<!--X-BotPNI-End-->
<!--X-User-Footer-->
</td></tr>
<TR colspan=2>
<td>
<hr>
</td>
</tr>
<tr>
<td>
<FONT POINT-SIZE="10" SIZE="-1"><I>
<A HREF="http://www.nasa.gov/"><IMG SRC="../NASA2.GIF" WIDTH=192 HEIGHT=58
BORDER=0 ALIGN=RIGHT></A>
<B>Email to:</B> <A HREF="mailto:akieran(_at_)hq(_dot_)nasa(_dot_)gov">Anthony
Kieran</A><BR>
<B>Curator:</B> <A HREF="mailto:akieran(_at_)hq(_dot_)nasa(_dot_)gov">Boeing
Information
Services</A><BR>
<B>Date:</B>Wednesday, September 30, 1998 </I></FONT></P>
</td>
</tr>
</table>
</CENTER>
</FORM>
</BODY>
</HTML>
<!--X-User-Footer-End-->
<!--MsgPgEnd -->
Any Suggestions???