Initial commit of OpenSPARC T2 design and verification files.
[OpenSPARC-T2-DV] / tools / perl-5.8.0 / doc / MHonArc / resources / excs.html
CommitLineData
86530b38
AT
1<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML//EN">
2<html>
3<head>
4<title>MHonArc Resources: EXCS</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="editidx.html">EDITIDX</a>]</td><td><nobr>[<a href="../resources.html#excs">Resources</a>][<a href="../mhonarc.html">TOC</a>]</nobr></td><td align="right" width="50%">[Next:&nbsp;<a href="expireage.html">EXPIREAGE</a>]</td></tr></table>
10<!--/x-rc-nav-->
11<hr>
12<h1>EXCS</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;EXCS&gt;<br></code>
28<var>field-name</var><br>
29<var>field-name</var><br>
30<var>...</var><br>
31<code>&lt;/EXCS&gt;<br></code>
32</p>
33</dd>
34
35<dt><strong>Command-line Option</strong></dt>
36<dd><p>N/A
37</p>
38</dd>
39
40</dl>
41
42<!-- *************************************************************** -->
43<hr>
44<h2>Description</h2>
45
46<P>The EXCS resource allows you to specify what fields should be
47excluded in the HTML output. </P>
48
49<P>Each line of the &lt;EXCS&gt; element specifies a mail header
50field to exclude in the converted HTML output. Each line is treated
51as a Perl regular expression (<STRONG>NOTE</STRONG>: <EM>the regular
52expression is already anchored to the begining of the line</EM>). </P>
53
54<P>Any fields you specify for the EXCS resource will
55augment the default list, unless the "<CODE>Override</CODE>" attribute
56is specified. If "<CODE>Override</CODE>" is specified, the default
57list is discarded along with any other lists specified from previous
58&lt;EXCS&gt; elements; and only header fields specified in the
59&lt;EXCS&gt; element are excluded. </P>
60
61<table border=0 cellpadding=4>
62<tr valign=top>
63<td><strong>NOTE</strong></td>
64<td><p>EXCS takes precedence over the
65<a href="fieldorder.html">FIELDORDER</a> resource. Therefore,
66any field matched by EXCS will always be excluded regardless if the field is
67listed in FIELDORDER.
68</p>
69</td>
70</tr>
71</table>
72
73<!-- *************************************************************** -->
74<hr>
75<h2>Default Setting</h2>
76
77<PRE>
78<b>&lt;Excs&gt;</b>
79content-
80errors-to
81forward
82lines
83message-id
84mime-
85nntp-
86originator
87path
88precedence
89received
90replied
91return-path
92status
93via
94x-
95<b>&lt;/Excs&gt;</b>
96</PRE>
97
98<!-- *************************************************************** -->
99<hr>
100<h2>Resource Variables</h2>
101
102<p>N/A
103</p>
104
105<!-- *************************************************************** -->
106<hr>
107<h2>Examples</h2>
108
109<p>The following example shows how to exclude all message headers:
110</p>
111
112<PRE>
113<b>&lt;Excs Override&gt;</b>
114.
115<b>&lt;/Excs&gt;</b>
116</PRE>
117
118<!-- *************************************************************** -->
119<hr>
120<h2>Version</h2>
121
122<p>1.0
123</p>
124
125<!-- *************************************************************** -->
126<hr>
127<h2>See Also</h2>
128
129<p>
130<a href="fieldorder.html">FIELDORDER</a>,
131<a href="fieldsbeg.html">FIELDSBEG</a>,
132<a href="fieldsend.html">FIELDSEND</a>,
133<a href="fieldstyles.html">FIELDSTYLES</a>,
134<a href="fldbeg.html">FLDBEG</a>,
135<a href="fldend.html">FLDEND</a>,
136<a href="labelbeg.html">LABELBEG</a>,
137<a href="labelend.html">LABELEND</a>,
138<a href="labelstyles.html">LABELSTYLES</a>
139</p>
140
141<!-- *************************************************************** -->
142<hr>
143<!--x-rc-nav-->
144<table border=0><tr valign="top">
145<td align="left" width="50%">[Prev:&nbsp;<a href="editidx.html">EDITIDX</a>]</td><td><nobr>[<a href="../resources.html#excs">Resources</a>][<a href="../mhonarc.html">TOC</a>]</nobr></td><td align="right" width="50%">[Next:&nbsp;<a href="expireage.html">EXPIREAGE</a>]</td></tr></table>
146<!--/x-rc-nav-->
147<hr>
148<address>
149$Date: 2002/07/27 05:13:10 $ <br>
150<img align="top" src="../monicon.png" alt="">
151<a href="http://www.mhonarc.org/"><strong>MHonArc</strong></a><br>
152Copyright &#169; 1997-1998, <a href="http://www.earlhood.com/">Earl Hood</a>, <a href="mailto:mhonarc@mhonarc.org">mhonarc@mhonarc.org</a><br>
153</address>
154
155</body>
156</html>