~xav0989/ubuntu/vivid/mailman/ubuntu-logo

« back to all changes in this revision

Viewing changes to doc/mailman-admin/node20.html

  • Committer: Bazaar Package Importer
  • Author(s): Thijs Kinkhorst
  • Date: 2008-04-24 19:30:49 UTC
  • mfrom: (1.1.3 upstream)
  • Revision ID: james.westby@ubuntu.com-20080424193049-jy5fa9tus40tjbmn
Tags: 1:2.1.10-2
Apply upstream patch to fix regression in cmd_subscribe
so that email subscribe to the -subscribe or -join address or the
-request address with a bare 'subscribe' command results in the message
being shunted.

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
 
2
<html>
 
3
<head>
 
4
<link rel="STYLESHEET" href="mailman-admin.css" type='text/css' />
 
5
<link rel="first" href="mailman-admin.html" title='GNU mailman - list Administration Manual' />
 
6
<link rel='contents' href='contents.html' title="Contents" />
 
7
<link rel='last' href='about.html' title='About this document...' />
 
8
<link rel='help' href='about.html' title='About this document...' />
 
9
<link rel="next" href="node25.html" />
 
10
<link rel="prev" href="node19.html" />
 
11
<link rel="parent" href="node8.html" />
 
12
<link rel="next" href="node21.html" />
 
13
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
 
14
<meta name='aesop' content='information' />
 
15
<title>2.7 The Privacy Options Category</title>
 
16
</head>
 
17
<body>
 
18
<div class="navigation">
 
19
<div id='top-navigation-panel' xml:id='top-navigation-panel'>
 
20
<table align="center" width="100%" cellpadding="0" cellspacing="2">
 
21
<tr>
 
22
<td class='online-navigation'><a rel="prev" title="2.6 the Digest Options"
 
23
  href="node19.html"><img src='previous.png'
 
24
  border='0' height='32'  alt='Previous Page' width='32' /></a></td>
 
25
<td class='online-navigation'><a rel="parent" title="2 the List Configuration"
 
26
  href="node8.html"><img src='up.png'
 
27
  border='0' height='32'  alt='Up one Level' width='32' /></a></td>
 
28
<td class='online-navigation'><a rel="next" title="2.7.1 subscription rules"
 
29
  href="node21.html"><img src='next.png'
 
30
  border='0' height='32'  alt='Next Page' width='32' /></a></td>
 
31
<td align="center" width="100%">GNU Mailman - List Administration Manual</td>
 
32
<td class='online-navigation'><a rel="contents" title="Table of Contents"
 
33
  href="contents.html"><img src='contents.png'
 
34
  border='0' height='32'  alt='Contents' width='32' /></a></td>
 
35
<td class='online-navigation'><img src='blank.png'
 
36
  border='0' height='32'  alt='' width='32' /></td>
 
37
<td class='online-navigation'><img src='blank.png'
 
38
  border='0' height='32'  alt='' width='32' /></td>
 
39
</tr></table>
 
40
<div class='online-navigation'>
 
41
<b class="navlabel">Previous:</b>
 
42
<a class="sectref" rel="prev" href="node19.html">2.6 The Digest Options</a>
 
43
<b class="navlabel">Up:</b>
 
44
<a class="sectref" rel="parent" href="node8.html">2 The List Configuration</a>
 
45
<b class="navlabel">Next:</b>
 
46
<a class="sectref" rel="next" href="node21.html">2.7.1 Subscription rules</a>
 
47
</div>
 
48
<hr /></div>
 
49
</div>
 
50
<!--End of Navigation Panel-->
 
51
 
 
52
<h2><a name="SECTION002270000000000000000">
 
53
2.7 The Privacy Options Category</a>
 
54
</h2>
 
55
 
 
56
<p>
 
57
The Privacy category lets you control how much of the list's
 
58
information is public, as well as who can send messages to your list.
 
59
It also contains some spam detection filters.  Note that this section
 
60
is not used to control whether your list's archives are public or
 
61
private; for that, use the <a href="#Archiving_options"><tex2html_cross_ref_visible_mark></a> category.
 
62
 
 
63
<p>
 
64
There are four sub-categories:
 
65
 
 
66
<ul>
 
67
<li>Subscription rules - i.e. the rules for joining and leaving
 
68
      your mailing list
 
69
 
 
70
<p>
 
71
</li>
 
72
<li>Sender filters - the rules for who may post messages to your
 
73
      list
 
74
 
 
75
<p>
 
76
</li>
 
77
<li>Recipient filters - moderation rules based on the recipient of
 
78
      the message
 
79
 
 
80
<p>
 
81
</li>
 
82
<li>Spam filters - some regular expression based rules for header
 
83
      matching
 
84
</li>
 
85
</ul>
 
86
 
 
87
<p>
 
88
The sender, recipient, and spam filtering rules are part of the
 
89
general list moderation features of Mailman.  When a message is posted
 
90
to the list, it is matched against a number of criteria, the outcome
 
91
of which determines whether the message is reflected to the membership
 
92
or not.  In general, the outcome is one of four states:
 
93
 
 
94
<p>
 
95
 
 
96
<ul>
 
97
<li>Approved or Accepted - the message may be sent on to the
 
98
      members of the mailing list.
 
99
 
 
100
<p>
 
101
</li>
 
102
<li>Hold - the message will be held for moderator approval.  The
 
103
      list owners and moderators will then have to explicitly approve
 
104
      the message before the list members will see it.
 
105
 
 
106
<p>
 
107
</li>
 
108
<li>Reject - the message is bounced back to the original sender,
 
109
      often with a notice containing the reason the message was
 
110
      rejected.  The list members never see rejected messages.
 
111
 
 
112
<p>
 
113
</li>
 
114
<li>Discard - the message is simply thrown away without further
 
115
      processing.
 
116
</li>
 
117
</ul>
 
118
 
 
119
<p>
 
120
Many of the fields in this section are text boxes accepting addresses,
 
121
one per line.  Unless otherwise noted, these also accept regular
 
122
expressions which will be matched against an address, if the line
 
123
begins with a (caret) character.
 
124
 
 
125
<p>
 
126
 
 
127
<p><br /></p><hr class='online-navigation' />
 
128
<div class='online-navigation'>
 
129
<!--Table of Child-Links-->
 
130
<a name="CHILD_LINKS"><strong>Subsections</strong></a>
 
131
 
 
132
<ul class="ChildLinks">
 
133
<li><a href="node21.html">2.7.1 Subscription rules</a>
 
134
<li><a href="node22.html">2.7.2 Sender filters</a>
 
135
<li><a href="node23.html">2.7.3 Recipient Filters</a>
 
136
<li><a href="node24.html">2.7.4 Spam Filters</a>
 
137
</ul>
 
138
<!--End of Table of Child-Links-->
 
139
</div>
 
140
 
 
141
<div class="navigation">
 
142
<div class='online-navigation'>
 
143
<p></p><hr />
 
144
<table align="center" width="100%" cellpadding="0" cellspacing="2">
 
145
<tr>
 
146
<td class='online-navigation'><a rel="prev" title="2.6 the Digest Options"
 
147
  href="node19.html"><img src='previous.png'
 
148
  border='0' height='32'  alt='Previous Page' width='32' /></a></td>
 
149
<td class='online-navigation'><a rel="parent" title="2 the List Configuration"
 
150
  href="node8.html"><img src='up.png'
 
151
  border='0' height='32'  alt='Up one Level' width='32' /></a></td>
 
152
<td class='online-navigation'><a rel="next" title="2.7.1 subscription rules"
 
153
  href="node21.html"><img src='next.png'
 
154
  border='0' height='32'  alt='Next Page' width='32' /></a></td>
 
155
<td align="center" width="100%">GNU Mailman - List Administration Manual</td>
 
156
<td class='online-navigation'><a rel="contents" title="Table of Contents"
 
157
  href="contents.html"><img src='contents.png'
 
158
  border='0' height='32'  alt='Contents' width='32' /></a></td>
 
159
<td class='online-navigation'><img src='blank.png'
 
160
  border='0' height='32'  alt='' width='32' /></td>
 
161
<td class='online-navigation'><img src='blank.png'
 
162
  border='0' height='32'  alt='' width='32' /></td>
 
163
</tr></table>
 
164
<div class='online-navigation'>
 
165
<b class="navlabel">Previous:</b>
 
166
<a class="sectref" rel="prev" href="node19.html">2.6 The Digest Options</a>
 
167
<b class="navlabel">Up:</b>
 
168
<a class="sectref" rel="parent" href="node8.html">2 The List Configuration</a>
 
169
<b class="navlabel">Next:</b>
 
170
<a class="sectref" rel="next" href="node21.html">2.7.1 Subscription rules</a>
 
171
</div>
 
172
</div>
 
173
<hr />
 
174
<span class="release-info">Release 2.1, documentation updated on April 21, 2008.</span>
 
175
</div>
 
176
<!--End of Navigation Panel-->
 
177
 
 
178
</body>
 
179
</html>