Initial commit of OpenSPARC T2 design and verification files.
[OpenSPARC-T2-DV] / tools / perl-5.8.0 / doc / MHonArc / resources / msgbodyend.html
CommitLineData
86530b38
AT
1<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML//EN">
2<html>
3<head>
4<title>MHonArc Resources: MSGBODYEND</title>
5</head>
6<body>
7<!--x-rc-nav-->
8<table border=0><tr valign="top">
9<td align="left" width="50%">[Prev:&nbsp;<a href="monthsabr.html">MONTHSABR</a>]</td><td><nobr>[<a href="../resources.html#msgbodyend">Resources</a>][<a href="../mhonarc.html">TOC</a>]</nobr></td><td align="right" width="50%">[Next:&nbsp;<a href="msgexcfilter.html">MSGEXCFILTER</a>]</td></tr></table>
10<!--/x-rc-nav-->
11<hr>
12<h1>MSGBODYEND</h1>
13
14<!-- *************************************************************** -->
15<hr>
16<h2>Syntax</h2>
17
18<dl>
19
20<dt><strong>Envariable</strong></dt>
21<dd><p>N/A
22</p>
23</dd>
24
25<dt><strong>Element</strong></dt>
26<dd><p>
27<code>&lt;MSGBODYEND&gt;</code><br>
28<var>markup...</var><br>
29<code>&lt;/MSGBODYEND&gt;</code><br>
30</p>
31</dd>
32
33<dt><strong>Command-line Option</strong></dt>
34<dd><p>N/A
35</p>
36</dd>
37
38</dl>
39
40<!-- *************************************************************** -->
41<hr>
42<h2>Description</h2>
43
44<p>MSGBODYEND defines the markup that occurs right after the
45end of the converted message body.
46</p>
47
48<!-- *************************************************************** -->
49<hr>
50<h2>Default Setting</h2>
51
52<pre>
53&lt;hr&gt;
54</pre>
55
56<!-- *************************************************************** -->
57<hr>
58<h2>Resource Variables</h2>
59
60<table border=1>
61<tr bgcolor="#C0C0C0">
62<th>Variable</th><th>Value</th>
63</tr>
64<tr valign=top>
65<td align=center><a name="DATE" href="../rcvars.html#DATE"><strong><code>$DATE$</code></strong></a></td>
66<td>The date of the message.</td>
67</tr>
68<tr valign=top>
69<td align=center><a name="DDMMYYYY" href="../rcvars.html#DDMMYYYY"><strong><code>$DDMMYYYY$</code></strong></a></td>
70<td>Message date in dd/mm/yyyy format.</td>
71</tr>
72<tr valign=top>
73<td align=center><a name="ENV" href="../rcvars.html#ENV"><strong><code>$ENV$</code></strong></a></td>
74<td>Value of an environment variable.</td>
75</tr>
76<tr valign=top>
77<td align=center><a name="FROM" href="../rcvars.html#FROM"><strong><code>$FROM$</code></strong></a></td>
78<td>The complete text in the <tt>From:</tt> field of the message.</td>
79</tr>
80<tr valign=top>
81<td align=center><a name="FROMADDR" href="../rcvars.html#FROMADDR"><strong><code>$FROMADDR$</code></strong></a></td>
82<td>The e-mail address in the <tt>From:</tt> field of the message.</td>
83</tr>
84<tr valign=top>
85<td align=center><a name="FROMADDRDOMAIN" href="../rcvars.html#FROMADDRDOMAIN"><strong><code>$FROMADDRDOMAIN$</code></strong></a></td>
86<td>The e-mail address domain of the <tt>From:</tt> field of the message.</td>
87</tr>
88<tr valign=top>
89<td align=center><a name="FROMADDRNAME" href="../rcvars.html#FROMADDRNAME"><strong><code>$FROMADDRNAME$</code></strong></a></td>
90<td>The e-mail address "username" (or local-part) of the <tt>From:</tt> field of the message.</td>
91</tr>
92<tr valign=top>
93<td align=center><a name="FROMNAME" href="../rcvars.html#FROMNAME"><strong><code>$FROMNAME$</code></strong></a></td>
94<td>The human name of the person in the <tt>From:</tt> field of the message. If no human name is found, the username specified in the e-mail address is used.</td>
95</tr>
96<tr valign=top>
97<td align=center><a name="MMDDYYYY" href="../rcvars.html#MMDDYYYY"><strong><code>$MMDDYYYY$</code></strong></a></td>
98<td>Message date in mm/dd/yyyy format.</td>
99</tr>
100<tr valign=top>
101<td align=center><a name="MSGGMTDATE" href="../rcvars.html#MSGGMTDATE"><strong><code>$MSGGMTDATE$</code></strong></a></td>
102<td>GMT date of current message.</td>
103</tr>
104<tr valign=top>
105<td align=center><a name="MSGID" href="../rcvars.html#MSGID"><strong><code>$MSGID$</code></strong></a></td>
106<td>The message-id of the message.</td>
107</tr>
108<tr valign=top>
109<td align=center><a name="MSGLOCALDATE" href="../rcvars.html#MSGLOCALDATE"><strong><code>$MSGLOCALDATE$</code></strong></a></td>
110<td>Local date of current message.</td>
111</tr>
112<tr valign=top>
113<td align=center><a name="MSGPREFIX" href="../rcvars.html#MSGPREFIX"><strong><code>$MSGPREFIX$</code></strong></a></td>
114<td>Filename prefix for message files.</td>
115</tr>
116<tr valign=top>
117<td align=center><a name="MSGTORDNUM" href="../rcvars.html#MSGTORDNUM"><strong><code>$MSGTORDNUM$</code></strong></a></td>
118<td>The ordinal message number of the current discussion thread.</td>
119</tr>
120<tr valign=top>
121<td align=center><a name="SUBJECTNA" href="../rcvars.html#SUBJECTNA"><strong><code>$SUBJECTNA$</code></strong></a></td>
122<td>The subject text of the message without the anchor element.</td>
123</tr>
124<tr valign=top>
125<td align=center><a name="YYYYMMDD" href="../rcvars.html#YYYYMMDD"><strong><code>$YYYYMMDD$</code></strong></a></td>
126<td>Message date in yyyy/mm/dd format.</td>
127</tr>
128</table>
129
130<!-- *************************************************************** -->
131<hr>
132<h2>Examples</h2>
133
134<p>None.
135</p>
136
137<!-- *************************************************************** -->
138<hr>
139<h2>Version</h2>
140
141<p>2.1.0
142</p>
143
144<!-- *************************************************************** -->
145<hr>
146<h2>See Also</h2>
147
148<p>
149<a href="headbodysep.html">HEADBODYSEP</a>,
150<a href="subjectheader.html">SUBJECTHEADER</a>
151</p>
152<p>
153<a href="../layout.html"><strong>Page Layout</strong></a>
154</p>
155
156<!-- *************************************************************** -->
157<hr>
158<!--x-rc-nav-->
159<table border=0><tr valign="top">
160<td align="left" width="50%">[Prev:&nbsp;<a href="monthsabr.html">MONTHSABR</a>]</td><td><nobr>[<a href="../resources.html#msgbodyend">Resources</a>][<a href="../mhonarc.html">TOC</a>]</nobr></td><td align="right" width="50%">[Next:&nbsp;<a href="msgexcfilter.html">MSGEXCFILTER</a>]</td></tr></table>
161<!--/x-rc-nav-->
162<hr>
163<address>
164$Date: 2002/07/27 05:13:10 $ <br>
165<img align="top" src="../monicon.png" alt="">
166<a href="http://www.mhonarc.org/"
167><strong>MHonArc</strong></a><br>
168Copyright &#169; 1997-1998, <a href="http://www.earlhood.com/"
169>Earl Hood</a>, <a href="mailto:mhonarc@mhonarc.org"
170>mhonarc@mhonarc.org</a><br>
171</address>
172
173</body>
174</html>