index.html
6.57 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
"http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<title>W3C: archive approval system</title>
<link rel="stylesheet" type="text/css" href="../../../StyleSheets/base.css" />
<link rel="stylesheet" type="text/css" href="style.css" />
<style type="text/css" media="screen, projection">/*<![CDATA[*/
.from { color: #711; }
.search { color: #171; }
.orig { background-color: #eef; }
pre { border: 1px solid #777; padding: 1em; }
/*]]>*/</style>
</head>
<body>
<h1><a href="http://www.w3.org/"><img align="bottom"
src="http://www.w3.org/Icons/WWW/w3c_home" height="48" border="0"
alt="W3C" /></a> <a href="../../../Mail/"> <img
src="http://www.w3.org/Icons/WWW/mail48x" alt="Mail"
width="48" height="48" border="0" /></a>
<span id="title">Archive approval system</span></h1>
<p>
In Sep 2002, W3C started using a system on its mailing lists that obtains
explicit approval from posters to include their messages
in our <a href="http://lists.w3.org/">mailing list archives</a>
on the Web.
</p>
<h2><a name="faq">Frequently Asked Questions</a></h2>
<p>
Here are some frequently asked questions about this system,
with answers:
</p>
<h3><a name="what">What is</a> the <em>Archive Approval System</em>?</h3>
<p>
The <em>Archive Approval System</em> is a mail archive service for mailing lists at w3.org . The first time it sees mail from an address, it sends a confirmation back to <span class="from">that address</span> to get the sender's consent to archive that and future emails. If your mail is not reaching W3C lists, look for AA messages sent from <span class="search">aa-sender@listhub.w3.org</span> (don't forget to look in your spam box as well).
</p>
<pre>Date: Sun, 07 Jun 2009 11:46:34 +0000
From: W3C List Manager <<span class="search">aa-sender@listhub.w3.org</span>>
Subject: IMPORTANT: your message to public-rdf-dawg
To: <span class="from">eric+test@w3.org</span>
This is a response to a message apparently sent from your address to
public-rdf-dawg@w3.org:
<span class="orig">Subject: proposed text for article seven</span>
<span class="orig">From: Eric Prud'hommeaux <<span class="from">eric+test@w3.org</span>></span>
<span class="orig">Date: Sun, 7 Jun 2009 07:46:27 -0400</span>
Your message has NOT been distributed to the list; before we distribute it,
we need your permission to include your message in our Web archive of all
messages distributed to this list.
Please visit:
http://www.w3.org/Mail/review?id=12345678901234567890
</pre>
<h3><a name="whatthe">What is</a> this approval system for?</h3>
<p>
In the past we have had problems with people sending mail to one of
our <a href="http://lists.w3.org/">archived mailing lists</a> and then
being surprised to learn that their message ended up in a public archive.
</p>
<p>
We have hundreds of archived lists and although we try to be clear about
the purpose of a list whenever we refer to it, we can not control how others refer
to our lists. Therefore there is always the possibility that someone will send a
message to our lists without knowing it will be archived on our Web site.
</p>
<p>
This system takes care of that problem by requiring explicit approval
from each poster before allowing their message to be distributed to the
list. For the vast majority of posters who do not mind having their
messages available in our Web archives, there is an option to approve any
future messages they may send to W3C mailing lists as well.
</p>
<p>
A nice side effect of this system is that it helps to reduce spam on our
lists, since spammers generally do not read the replies they receive
(and many or most of the return addresses they use are bogus anyway.)
</p>
<h3><a name="moderation">Why has my message not shown up in the archive
even after I gave approval?</a></h3>
<p>
Messages from first-time posters are moderated, to prevent spam. This may
delay your message by up to 1-2 business days. (generally less)
</p>
<h3><a name="confused">Why are</a> you sending me mail? I did not send you anything.</h3>
<p>
If you received a notification message from us but did not send us a
message, someone else may have forged a message with your email address
as the sender. You can find out where the message originated by looking
at the Received: headers of the message. (note that the only such header
that can be trusted to be accurate is the one that shows when/where it
entered our email systems.)
</p>
<p>
If you are interested in preventing email forgeries claiming to be from
your site, you may want to consider <a
href="../../../Mail/spf/">publishing SPF records for your domain(s)</a>.
W3C's mail servers automatically reject forgeries for domains that have
published SPF records.
</p>
<h3><a name="accept">How does</a> this system interact with smartlist's accept lists?</h3>
<p>
If you are familiar with our mailing list system, you may wonder how this
archive approval system interacts with the existing "accept lists", which
are the lists of email addresses that are allowed to post to each list.
</p>
<p>
There is no interaction between these two mechanisms. The people who were
on the accept lists before this system was deployed have never explicitly
given us permission to archive their messages on our site, so they will
need to go through this archive approval step at least once along with
everyone else.
</p>
<h3><a name="x-no-archive">Do you</a> honor the X-No-Archive message header? Why not?</h3>
<p>
We do not honor the <code>X-No-Archive</code> message header, nor do we
plan to. All messages distributed to W3C's mailing lists are archived on
our site; this is a requirement of participation on our lists.
</p>
<p>
The intent of this system is to notify people that if they participate in
our lists their messages are archived, not to allow them to participate
without archiving.
</p>
<h3><a name="feedback">Where can</a> I send feedback on this system?</h3>
<p>
Please send any feedback on this system to <a
href="mailto:archive-approval-comments@w3.org?Subject=archive%20approval%20system%3a%20">archive-approval-comments</a>.
</p>
<hr />
<address>
<a href="http://validator.w3.org/check/referer"><img border="0"
src="http://www.w3.org/Icons/valid-xhtml10"
alt="Valid XHTML 1.0!" height="31" width="88" align="right" /></a>
<a href="http://www.w3.org/People/Gerald/">Gerald Oskoboiny</a><br />
Last modified
$Date: 2011/03/10 01:46:49 $
by $Author: gerald $
</address>
</body>
</html>