order tags in head for consistency
[mharc.git] / lib / mrc / _nospam.mrc.in
CommitLineData
01c223d0
BOFG
1<!-- $Id: _nospam.mrc.in.dist,v 1.3 2002/09/20 03:41:12 ehood Exp $ -->
2<!-- ================================================================== -->
3<!-- Description: --
4 -- Resource file that can be included for archives that want --
5 -- deter address harvesters. --
6 -- --
7 -- Usage: --
8 -- <Include> --
9 -- @@MHA_RC_DIR@@/_nospam.mrc --
10 -- </Include> --
11 -- --
12 -- Notes: --
13 -- If address masking is to be used, you should enable the --
14 -- No-Raw-Link option in lists.def for the archives you are --
15 -- masking addresses for. If not, it is still possible to get --
16 -- at addresses by retrieving the original raw message. --
17 -- -->
18<!-- ================================================================== -->
19
20<!-- Put MHonArc into spam mode to mask out addresses in mail headers. -->
21<SpamMode>
22
23<!-- Remove <link rev="made"> tag -->
24<MsgPgBegin>
25<html>
26<head>
27$HTTP-EQUIV$
28<title>$SUBJECTNA:72$</title>
29$STYLESHEET-LINK$
30<link rel="start" href="../">
31<link rel="contents" href="$TIDXFNAME$#$MSGNUM$">
32<link rel="index" href="$IDXFNAME$#$MSGNUM$">
33<link rel="prev" href="$MSG(TPREV)$">
34<link rel="next" href="$MSG(TNEXT)$">
35</head>
36<body>
37<center>
38<div class="msgTitle">
39<span class="listTitle"><strong>$LIST-TITLE$</strong></span>
40</div>
41<div class="metaIdxNav">
42<nobr>[<a href="../">$TOP-LINK-LABEL$</a>]</nobr>
43<nobr>[<a href="$ALL-LISTS-URL$">$ALL-LISTS-LABEL$</a>]</nobr>
44</div>
45</center>
46</MsgPgBegin>
47
48<!-- Link to raw message is removed. To be extra careful, access to
49 extract-mesg.cgi should be disabled via server configuration so
50 someone cannot backdoor to the raw message (backdoor should be
51 fixed in mharc v0.6.4). Also, web access to raw mailbox archives
52 should be denied. This can be done via server configuration,
53 or by moving the mbox archives outside of the web accessible
54 filespace. If you do the latter technique, make sure to update
55 config.sh to reflect the proper location. -->
56<DefineVar chop>
57ORIGINAL-LINK
58</DefineVar>
59
60<!-- Author listing link disabled since the query string includes
61 the author's email address. -->
62<DefineVar chop>
63AUTHOR-LINK
64<span class="authorLink">from <em>$FROMNAME$</em></span>
65</DefineVar>
66
67<!-- Minimize message headers shown to eliminate a chance some email
68 address can show up in unexpected locations. We use FIELDORDER
69 resource to do this. Since we leave out -extra-, there is no
70 need to mess with EXCS. -->
71<FieldOrder>
72to
73subject
74from
75date
76</FieldOrder>