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

« back to all changes in this revision

Viewing changes to doc/mailman-admin/node16.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="node17.html" />
 
10
<link rel="prev" href="node15.html" />
 
11
<link rel="parent" href="node8.html" />
 
12
<link rel="next" href="node17.html" />
 
13
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
 
14
<meta name='aesop' content='information' />
 
15
<title>2.3 The Language 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.2 the Passwords Category"
 
23
  href="node15.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.4 the Membership Management"
 
29
  href="node17.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="node15.html">2.2 The Passwords Category</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="node17.html">2.4 The Membership Management</a>
 
47
</div>
 
48
<hr /></div>
 
49
</div>
 
50
<!--End of Navigation Panel-->
 
51
 
 
52
<h2><a name="SECTION002230000000000000000">
 
53
2.3 The Language Options Category</a>
 
54
</h2>
 
55
Mailman is multilingual and internationalized, meaning you can set up
 
56
your list so that members can interact with it in any of a number of
 
57
natural languages.  Of course, Mailman won't translate list
 
58
postings. :)
 
59
 
 
60
<p>
 
61
However, if your site administrator has enabled its support, you can
 
62
set your list up to support any of about two dozen languages, such as
 
63
German, Italian, Japanese, or Spanish.  Your list members can then
 
64
choose any of your supported languages as their <em>preferred
 
65
language</em> for interacting with the list.  Such things as their member
 
66
options page will be displayed in this language.  Each mailing list
 
67
also has its own <em>preferred language</em> which is the language the
 
68
list supports if no other language context is known.
 
69
 
 
70
<p>
 
71
These variables control the language settings for your mailing list:
 
72
 
 
73
<p>
 
74
<dl>
 
75
<dt><strong>preferred_language</strong></dt>
 
76
<dd>This is the list's preferred language, which is the language that
 
77
    the list administrative pages will be displayed in.  Also any
 
78
    messages sent to the list owners by Mailman will be sent in this
 
79
    language.  This option is presented as a drop-down list containing
 
80
    the language enabled in the <code>available_languages</code> variable.
 
81
 
 
82
<p>
 
83
</dd>
 
84
<dt><strong>available_languages</strong></dt>
 
85
<dd>This set of checkboxes contains all the natural languages that
 
86
    your site administrator has made available to your mailing lists.
 
87
    Select any language that you'd either like your members to be able
 
88
    to view the list in, or that you'd like to be able to use in your
 
89
    list's <code>preferred_language</code> variable.
 
90
 
 
91
<p>
 
92
</dd>
 
93
<dt><strong>encode_ascii_prefixes</strong></dt>
 
94
<dd>If your mailing list's preferred language uses a non-ASCII
 
95
    character set and the <code>subject_prefix</code> contains non-ASCII
 
96
    characters, the prefix will always be encoded according to the
 
97
    relevant standards.  However, if your subject prefix contains only
 
98
    ASCII characters, you may want to set this option to <em>Never</em>
 
99
    to disable prefix encoding.  This can make the subject headers
 
100
    slightly more readable for users with mail readers that don't
 
101
    properly handle non-ASCII encodings.
 
102
 
 
103
<p>
 
104
Note however, that if your mailing list receives both encoded and
 
105
    unencoded subject headers, you might want to choose <em>As
 
106
    needed</em>.  Using this setting, Mailman will not encode ASCII
 
107
    prefixes when the rest of the header contains only ASCII
 
108
    characters, but if the original header contains non-ASCII
 
109
    characters, it will encode the prefix.  This avoids an ambiguity
 
110
    in the standards which could cause some mail readers to display
 
111
    extra, or missing spaces between the prefix and the original
 
112
    header.
 
113
</dd>
 
114
</dl>
 
115
 
 
116
<p>
 
117
 
 
118
<div class="navigation">
 
119
<div class='online-navigation'>
 
120
<p></p><hr />
 
121
<table align="center" width="100%" cellpadding="0" cellspacing="2">
 
122
<tr>
 
123
<td class='online-navigation'><a rel="prev" title="2.2 the Passwords Category"
 
124
  href="node15.html"><img src='previous.png'
 
125
  border='0' height='32'  alt='Previous Page' width='32' /></a></td>
 
126
<td class='online-navigation'><a rel="parent" title="2 the List Configuration"
 
127
  href="node8.html"><img src='up.png'
 
128
  border='0' height='32'  alt='Up one Level' width='32' /></a></td>
 
129
<td class='online-navigation'><a rel="next" title="2.4 the Membership Management"
 
130
  href="node17.html"><img src='next.png'
 
131
  border='0' height='32'  alt='Next Page' width='32' /></a></td>
 
132
<td align="center" width="100%">GNU Mailman - List Administration Manual</td>
 
133
<td class='online-navigation'><a rel="contents" title="Table of Contents"
 
134
  href="contents.html"><img src='contents.png'
 
135
  border='0' height='32'  alt='Contents' width='32' /></a></td>
 
136
<td class='online-navigation'><img src='blank.png'
 
137
  border='0' height='32'  alt='' width='32' /></td>
 
138
<td class='online-navigation'><img src='blank.png'
 
139
  border='0' height='32'  alt='' width='32' /></td>
 
140
</tr></table>
 
141
<div class='online-navigation'>
 
142
<b class="navlabel">Previous:</b>
 
143
<a class="sectref" rel="prev" href="node15.html">2.2 The Passwords Category</a>
 
144
<b class="navlabel">Up:</b>
 
145
<a class="sectref" rel="parent" href="node8.html">2 The List Configuration</a>
 
146
<b class="navlabel">Next:</b>
 
147
<a class="sectref" rel="next" href="node17.html">2.4 The Membership Management</a>
 
148
</div>
 
149
</div>
 
150
<hr />
 
151
<span class="release-info">Release 2.1, documentation updated on April 21, 2008.</span>
 
152
</div>
 
153
<!--End of Navigation Panel-->
 
154
 
 
155
</body>
 
156
</html>