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

« back to all changes in this revision

Viewing changes to admin/www/mailman-admin/node4.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="node5.html" />
10
 
<link rel="prev" href="node3.html" />
11
 
<link rel="parent" href="node3.html" />
12
 
<link rel="next" href="node5.html" />
13
 
<meta name='aesop' content='information' />
14
 
<title>1.1 A List's Email Addresses</title>
15
 
</head>
16
 
<body>
17
 
<DIV CLASS="navigation">
18
 
<div id='top-navigation-panel' xml:id='top-navigation-panel'>
19
 
<table align="center" width="100%" cellpadding="0" cellspacing="2">
20
 
<tr>
21
 
<td class='online-navigation'><a rel="prev" title="1 Introduction to GNU"
22
 
  href="node3.html"><img src='previous.png'
23
 
  border='0' height='32'  alt='Previous Page' width='32' /></A></td>
24
 
<td class='online-navigation'><a rel="parent" title="1 Introduction to GNU"
25
 
  href="node3.html"><img src='up.png'
26
 
  border='0' height='32'  alt='Up One Level' width='32' /></A></td>
27
 
<td class='online-navigation'><a rel="next" title="1.2 Administrative Roles"
28
 
  href="node5.html"><img src='next.png'
29
 
  border='0' height='32'  alt='Next Page' width='32' /></A></td>
30
 
<td align="center" width="100%">GNU Mailman - List Administration Manual</td>
31
 
<td class='online-navigation'><a rel="contents" title="Table of Contents"
32
 
  href="contents.html"><img src='contents.png'
33
 
  border='0' height='32'  alt='Contents' width='32' /></A></td>
34
 
<td class='online-navigation'><img src='blank.png'
35
 
  border='0' height='32'  alt='' width='32' /></td>
36
 
<td class='online-navigation'><img src='blank.png'
37
 
  border='0' height='32'  alt='' width='32' /></td>
38
 
</tr></table>
39
 
<div class='online-navigation'>
40
 
<b class="navlabel">Previous:</b>
41
 
<a class="sectref" rel="prev" href="node3.html">1 Introduction to GNU</A>
42
 
<b class="navlabel">Up:</b>
43
 
<a class="sectref" rel="parent" href="node3.html">1 Introduction to GNU</A>
44
 
<b class="navlabel">Next:</b>
45
 
<a class="sectref" rel="next" href="node5.html">1.2 Administrative Roles</A>
46
 
</div>
47
 
<hr /></div>
48
 
</DIV>
49
 
<!--End of Navigation Panel-->
50
 
 
51
 
<H2><A NAME="SECTION002110000000000000000">
52
 
1.1 A List's Email Addresses</A>
53
 
</H2>
54
 
 
55
 
<P>
56
 
Every mailing list has a set of email addresses that messages can be
57
 
sent to.  There's always one address for posting messages to the list,
58
 
one address that bounces will be sent to, and addresses for processing
59
 
email commands.  For example, for a mailing list called
60
 
<var>mylist@example.com</var>, you'd find these addresses:
61
 
 
62
 
<P>
63
 
 
64
 
<UL>
65
 
<LI>mylist@example.com - this is the email address people should
66
 
      use for new postings to the list.
67
 
 
68
 
<P>
69
 
</LI>
70
 
<LI>mylist-join@example.com - by sending a message to this address,
71
 
      a new member can request subscription to the list.  Both the
72
 
      <span class="mailheader">Subject:</span> header and body of such a message are
73
 
      ignored.  Note that mylist-subscribe@example.com is an alias for
74
 
      the -join address.
75
 
 
76
 
<P>
77
 
</LI>
78
 
<LI>mylist-leave@example.com - by sending a message to this address,
79
 
      a member can request unsubscription from the list.  As with the
80
 
      -join address, the <span class="mailheader">Subject:</span> header and body of the
81
 
      message is ignored.  Note that mylist-unsubscribe@example.com is
82
 
      an alias for the -leave address.
83
 
 
84
 
<P>
85
 
</LI>
86
 
<LI>mylist-owner@example.com - This address reaches the list owner
87
 
      and list moderators directly.
88
 
 
89
 
<P>
90
 
</LI>
91
 
<LI>mylist-request@example.com - This address reaches a mail robot
92
 
      which processes email commands that can be used to set member
93
 
      subscription options, as well as process other commands.
94
 
 
95
 
<P>
96
 
</LI>
97
 
<LI>mylist-bounces@example.com - This address receives bounces from
98
 
      members who's addresses have become either temporarily or
99
 
      permanently inactive.  The -bounces address is also a mail robot
100
 
      that processes bounces and automatically disables or removes
101
 
      members as configured in the bounce processing settings.  Any
102
 
      bounce messages that are either unrecognized, or do not seem to
103
 
      contain member addresses, are forwarded to the list
104
 
      administrators.
105
 
 
106
 
<P>
107
 
</LI>
108
 
<LI>mylist-confirm@example.com - This address is another email
109
 
      robot, which processes confirmation messages for subscription
110
 
      and unsubscription requests.
111
 
</LI>
112
 
</UL>
113
 
 
114
 
<P>
115
 
There's also an -admin address which also reaches the list
116
 
administrators, but this address only exists for compatibility with
117
 
older versions of Mailman.
118
 
 
119
 
<P>
120
 
 
121
 
<DIV CLASS="navigation">
122
 
<div class='online-navigation'>
123
 
<p></p><hr />
124
 
<table align="center" width="100%" cellpadding="0" cellspacing="2">
125
 
<tr>
126
 
<td class='online-navigation'><a rel="prev" title="1 Introduction to GNU"
127
 
  href="node3.html"><img src='previous.png'
128
 
  border='0' height='32'  alt='Previous Page' width='32' /></A></td>
129
 
<td class='online-navigation'><a rel="parent" title="1 Introduction to GNU"
130
 
  href="node3.html"><img src='up.png'
131
 
  border='0' height='32'  alt='Up One Level' width='32' /></A></td>
132
 
<td class='online-navigation'><a rel="next" title="1.2 Administrative Roles"
133
 
  href="node5.html"><img src='next.png'
134
 
  border='0' height='32'  alt='Next Page' width='32' /></A></td>
135
 
<td align="center" width="100%">GNU Mailman - List Administration Manual</td>
136
 
<td class='online-navigation'><a rel="contents" title="Table of Contents"
137
 
  href="contents.html"><img src='contents.png'
138
 
  border='0' height='32'  alt='Contents' width='32' /></A></td>
139
 
<td class='online-navigation'><img src='blank.png'
140
 
  border='0' height='32'  alt='' width='32' /></td>
141
 
<td class='online-navigation'><img src='blank.png'
142
 
  border='0' height='32'  alt='' width='32' /></td>
143
 
</tr></table>
144
 
<div class='online-navigation'>
145
 
<b class="navlabel">Previous:</b>
146
 
<a class="sectref" rel="prev" href="node3.html">1 Introduction to GNU</A>
147
 
<b class="navlabel">Up:</b>
148
 
<a class="sectref" rel="parent" href="node3.html">1 Introduction to GNU</A>
149
 
<b class="navlabel">Next:</b>
150
 
<a class="sectref" rel="next" href="node5.html">1.2 Administrative Roles</A>
151
 
</div>
152
 
</div>
153
 
<hr />
154
 
<span class="release-info">Release 2.1, documentation updated on December 13, 2004.</span>
155
 
</DIV>
156
 
<!--End of Navigation Panel-->
157
 
 
158
 
</BODY>
159
 
</HTML>