Initial commit of OpenSPARC T2 design and verification files.
[OpenSPARC-T2-DV] / tools / perl-5.8.0 / doc / MHonArc / resources / spammode.html
CommitLineData
86530b38
AT
1<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML//EN">
2<html>
3<head>
4<title>MHonArc Resources: SPAMMODE</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="sort.html">SORT</a>]</td><td><nobr>[<a href="../resources.html#spammode">Resources</a>][<a href="../mhonarc.html">TOC</a>]</nobr></td><td align="right" width="50%">[Next:&nbsp;<a href="ssmarkup.html">SSMARKUP</a>]</td></tr></table>
10<!--/x-rc-nav-->
11<hr>
12<h1>SPAMMODE</h1>
13
14<!-- *************************************************************** -->
15<hr>
16<h2>Syntax</h2>
17
18<dl>
19
20<dt><strong>Envariable</strong></dt>
21<dd><p>
22<code>M2H_SPAMMODE=</code>[ <code>0</code> | <code>1</code> ]
23</p>
24</dd>
25
26<dt><strong>Element</strong></dt>
27<dd><p>
28<code>&lt;SPAMMODE&gt;</code><br>
29<code>&lt;NOSPAMMODE&gt;</code><br>
30</p>
31</dd>
32
33<dt><strong>Command-line Option</strong></dt>
34<dd><p>
35<code>-spammode</code><br>
36<code>-nospammode</code>
37</p>
38</dd>
39
40</dl>
41
42<!-- *************************************************************** -->
43<hr>
44<h2>Description</h2>
45
46<p>SPAMMODE determines if MHonArc will perform actions to deter
47spam address harvesters or not. If SPAMMODE is true, it changes the default
48values of various resources that display email addresses. The
49following default resource values are affected:
50</p>
51<dl>
52<dt><a href="litemplate.html">LITEMPLATE</a></dt>
53<dd><p><a href="../rcvars.html#FROMNAME"><tt>$FROMNAME$</tt></a> is used
54instead of <a href="../rcvars.html#FROM"><tt>$FROM$</tt></a>.</p></dd>
55<dt><a href="msgpgbegin.html">MSGPGBEGIN</a></dt>
56<dd><p>The <tt>&lt;link rev="made" ...&gt;</tt> is removed.</p></dd>
57<dt><a href="foluplitxt.html">FOLUPLITXT</a></dt>
58<dd><p><a href="../rcvars.html#FROMNAME"><tt>$FROMNAME$</tt></a> is used
59instead of <a href="../rcvars.html#FROM"><tt>$FROM$</tt></a>.</p></dd>
60<dt><a href="refslitxt.html">REFSLITXT</a></dt>
61<dd><p><a href="../rcvars.html#FROMNAME"><tt>$FROMNAME$</tt></a> is used
62instead of <a href="../rcvars.html#FROM"><tt>$FROM$</tt></a>.</p></dd>
63<dt><a href="addressmodifycode.html">ADDRESSMODIFYCODE</a></dt>
64<dd><p>Is defined as
65"<tt>s|([\!\%\w\.\-+=/]+@)([\w\.\-]+)|$1.('x' x length($2))|ge"</tt>
66(this has the effect of preserving the local-part of the address and
67complete masking out the domain portion).</p></dd>
68<dt><a href="mailtourl.html">MAILTOURL</a></dt>
69<dd><p>Is defined as
70"<tt>mailto:<a href="../rcvars.html#TOADDRNAME">$TOADDRNAME$</a>@DOMAIN.HIDDEN</tt>"</p></dd>
71</dl>
72
73<table border=0 cellpadding=4>
74<tr valign=top>
75<td><strong>NOTE</strong></td>
76<td><p>A user defined setting of an above resource will override
77any effects that SPAMMODE has on the resource. SPAMMODE is mainly
78a convenience to set the above resources to default values that
79hide email addresses. The same effect can be achieved by explicitly
80modifying each resource.
81</p>
82</td>
83</tr>
84</table>
85
86<!-- *************************************************************** -->
87<hr>
88<h2>Default Setting</h2>
89
90<p>Off.
91</p>
92
93<!-- *************************************************************** -->
94<hr>
95<h2>Resource Variables</h2>
96
97<p>N/A
98</p>
99
100<!-- *************************************************************** -->
101<hr>
102<h2>Examples</h2>
103
104<p>None.
105</p>
106
107<!-- *************************************************************** -->
108<hr>
109<h2>Version</h2>
110
111<p>2.4.0
112</p>
113
114<!-- *************************************************************** -->
115<hr>
116<h2>See Also</h2>
117
118<p>
119<a href="addressmodifycode.html">ADDRESSMODIFYCODE</a>,
120<a href="foluplitxt.html">FOLUPLITXT</a>,
121<a href="litemplate.html">LITEMPLATE</a>,
122<a href="mailtourl.html">MAILTOURL</a>,
123<a href="msgpgbegin.html">MSGPGBEGIN</a>,
124<a href="refslitxt.html">REFSLITXT</a>
125</p>
126
127<!-- *************************************************************** -->
128<hr>
129<!--x-rc-nav-->
130<table border=0><tr valign="top">
131<td align="left" width="50%">[Prev:&nbsp;<a href="sort.html">SORT</a>]</td><td><nobr>[<a href="../resources.html#spammode">Resources</a>][<a href="../mhonarc.html">TOC</a>]</nobr></td><td align="right" width="50%">[Next:&nbsp;<a href="ssmarkup.html">SSMARKUP</a>]</td></tr></table>
132<!--/x-rc-nav-->
133<hr>
134<address>
135$Date: 2002/07/27 05:13:11 $ <br>
136<img align="top" src="../monicon.png" alt="">
137<a href="http://www.mhonarc.org/"
138><strong>MHonArc</strong></a><br>
139Copyright &#169; 1999, <a href="http://www.earlhood.com/"
140>Earl Hood</a>, <a href="mailto:mhonarc@mhonarc.org"
141>mhonarc@mhonarc.org</a><br>
142</address>
143
144</body>
145</html>