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

« back to all changes in this revision

Viewing changes to admin/www/mailman-member/node7.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-member.css" type='text/css' />
5
 
<link rel="first" href="mailman-member.html" title='GNU Mailman - List Member 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="node8.html">
10
 
<LINK rel="prev" href="node3.html">
11
 
<LINK rel="parent" href="contents.html">
12
 
<LINK rel="next" href="node8.html">
13
 
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1" />
14
 
<meta name='aesop' content='information' />
15
 
<META name="description" content="Translating from our examples to real lists">
16
 
<META name="keywords" content="mailman-member">
17
 
<META name="resource-type" content="document">
18
 
<META name="distribution" content="global">
19
 
<title>2 Translating from our examples to real lists</title>
20
 
</head>
21
 
<body>
22
 
<DIV CLASS="navigation">
23
 
<div id='top-navigation-panel'>
24
 
<table align="center" width="100%" cellpadding="0" cellspacing="2">
25
 
<tr>
26
 
<td class='online-navigation'><a rel="prev" title="1.3 GNU Mailman" 
27
 
  href="node6.html"><img src='previous.gif'
28
 
  border='0' height='32'  alt='Previous Page' width='32' /></A></td>
29
 
<td class='online-navigation'><a rel="parent" title="Contents" 
30
 
  href="contents.html"><img src='up.gif'
31
 
  border='0' height='32'  alt='Up One Level' width='32' /></A></td>
32
 
<td class='online-navigation'><a rel="next" title="3 Mailman's interfaces" 
33
 
  href="node8.html"><img src='next.gif'
34
 
  border='0' height='32'  alt='Next Page' width='32' /></A></td>
35
 
<td align="center" width="100%">GNU Mailman - List Member Manual</td>
36
 
<td class='online-navigation'><a rel="contents" title="Table of Contents" 
37
 
  href="contents.html"><img src='contents.gif'
38
 
  border='0' height='32'  alt='Contents' width='32' /></A></td>
39
 
<td class='online-navigation'><img src='blank.gif'
40
 
  border='0' height='32'  alt='' width='32' /></td>
41
 
 
42
 
</tr></table>
43
 
<div class='online-navigation'>
44
 
<b class="navlabel">Previous:</b>
45
 
<a class="sectref" rel="prev" href="node6.html">1.3 GNU Mailman</A>
46
 
<b class="navlabel">Up:</b>
47
 
<a class="sectref" rel="parent" href="contents.html">Contents</A>
48
 
<b class="navlabel">Next:</b>
49
 
<a class="sectref" rel="next" href="node8.html">3 Mailman's interfaces</A>
50
 
</div>
51
 
<hr /></div>
52
 
</DIV>
53
 
<!--End of Navigation Panel-->
54
 
 
55
 
<H1><A NAME="SECTION002200000000000000000">
56
 
2 Translating from our examples to real lists</A>
57
 
</H1>
58
 
 
59
 
<P>
60
 
Often, it's easier to simply give an example than explain exactly how
61
 
to find the address for your specific list.  As such, we'll frequently 
62
 
give examples for a fictional list called 
63
 
<span class="email">LISTNAME@DOMAIN</span> whose list information page can be found at
64
 
<a class="url" href="http://WEBSERVER/mailman/listinfo/LISTNAME">http://WEBSERVER/mailman/listinfo/LISTNAME</a>.  
65
 
 
66
 
<P>
67
 
Neither of these are
68
 
real addresses, but they show the form of a typical list address.
69
 
The capital letters used for the list-specific parts of each address should 
70
 
make it easier to see what should be changed for each
71
 
list. Although specific list configurations may be different, you will
72
 
probably be able to just replace the words given in capital letters with the
73
 
appropriate values for a real list:
74
 
 
75
 
<P>
76
 
<DL>
77
 
<DT><STRONG>LISTNAME</STRONG></DT>
78
 
<DD>The name of your list.
79
 
        
80
 
</DD>
81
 
<DT><STRONG>DOMAIN</STRONG></DT>
82
 
<DD>The name of the mail server which handles that list. 
83
 
        
84
 
</DD>
85
 
<DT><STRONG>WEBSERVER</STRONG></DT>
86
 
<DD>The name of the web server which handles the list web interface.  This may be the same as DOMAIN, and often refers to the same machine, but does not have to be identical. 
87
 
</DD>
88
 
</DL>
89
 
 
90
 
<P>
91
 
As a real-life example, if you are interested in the mailman-users list, you'd 
92
 
make the following substitutions: LISTNAME=mailman-users, DOMAIN=python.org, WEBSERVER=mail.python.org.  As such, for the 
93
 
<span class="email">mailman-users@python.org</span>
94
 
mailing list, the list information page can be found at the URL
95
 
<a class="url" href="http://mail.python.org/mailman/listinfo/mailman-users">http://mail.python.org/mailman/listinfo/mailman-users</a>.  (These, unlike 
96
 
most of the examples given in this document, are real addresses.)
97
 
 
98
 
<P>
99
 
Most lists will have this information stored in the <span class="mailheader">List-*:</span> 
100
 
headers.  Many
101
 
mail programs will hide these by default, so you may have to choose to view
102
 
full headers before you can see these informational headers.  
103
 
 
104
 
<P>
105
 
 
106
 
<DIV CLASS="navigation">
107
 
<div class='online-navigation'><hr />
108
 
<table align="center" width="100%" cellpadding="0" cellspacing="2">
109
 
<tr>
110
 
<td class='online-navigation'><a rel="prev" title="1.3 GNU Mailman" 
111
 
  rel="prev" title="1.3 GNU Mailman" 
112
 
  href="node6.html"><img src='previous.gif'
113
 
  border='0' height='32'  alt='Previous Page' width='32' /></A></td>
114
 
<td class='online-navigation'><a rel="parent" title="Contents" 
115
 
  rel="parent" title="Contents" 
116
 
  href="contents.html"><img src='up.gif'
117
 
  border='0' height='32'  alt='Up One Level' width='32' /></A></td>
118
 
<td class='online-navigation'><a rel="next" title="3 Mailman's interfaces" 
119
 
  rel="next" title="3 Mailman's interfaces" 
120
 
  href="node8.html"><img src='next.gif'
121
 
  border='0' height='32'  alt='Next Page' width='32' /></A></td>
122
 
<td align="center" width="100%">GNU Mailman - List Member Manual</td>
123
 
<td class='online-navigation'><a rel="contents" title="Table of Contents" 
124
 
  rel="contents" title="Table of Contents" 
125
 
  href="contents.html"><img src='contents.gif'
126
 
  border='0' height='32'  alt='Contents' width='32' /></A></td>
127
 
<td class='online-navigation'><img src='blank.gif'
128
 
  border='0' height='32'  alt='' width='32' /></td>
129
 
 
130
 
</tr></table>
131
 
<div class='online-navigation'>
132
 
<b class="navlabel">Previous:</b>
133
 
<a class="sectref" rel="prev" href="node6.html">1.3 GNU Mailman</A>
134
 
<b class="navlabel">Up:</b>
135
 
<a class="sectref" rel="parent" href="contents.html">Contents</A>
136
 
<b class="navlabel">Next:</b>
137
 
<a class="sectref" rel="next" href="node8.html">3 Mailman's interfaces</A>
138
 
</div>
139
 
</div>
140
 
<hr />
141
 
<span class="release-info">Release 2.1, documentation updated on 7 October 2003.</span>
142
 
</DIV>
143
 
<!--End of Navigation Panel-->
144
 
 
145
 
</BODY>
146
 
</HTML>