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

« back to all changes in this revision

Viewing changes to doc/mailman-member/node21.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="node22.html" />
 
10
<link rel="prev" href="node20.html" />
 
11
<link rel="parent" href="node19.html" />
 
12
<link rel="next" href="node22.html" />
 
13
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
 
14
<meta name='aesop' content='information' />
 
15
<title>7.2 How can I avoid getting duplicate messages? (duplicates option)
 
16
</title>
 
17
</head>
 
18
<body>
 
19
<div class="navigation">
 
20
<div id='top-navigation-panel' xml:id='top-navigation-panel'>
 
21
<table align="center" width="100%" cellpadding="0" cellspacing="2">
 
22
<tr>
 
23
<td class='online-navigation'><a rel="prev" title="7.1 how do I"
 
24
  href="node20.html"><img src='previous.png'
 
25
  border='0' height='32'  alt='Previous Page' width='32' /></a></td>
 
26
<td class='online-navigation'><a rel="parent" title="7 changing mail delivery"
 
27
  href="node19.html"><img src='up.png'
 
28
  border='0' height='32'  alt='Up one Level' width='32' /></a></td>
 
29
<td class='online-navigation'><a rel="next" title="7.3 how do I"
 
30
  href="node22.html"><img src='next.png'
 
31
  border='0' height='32'  alt='Next Page' width='32' /></a></td>
 
32
<td align="center" width="100%">GNU Mailman - List Member Manual</td>
 
33
<td class='online-navigation'><a rel="contents" title="Table of Contents"
 
34
  href="contents.html"><img src='contents.png'
 
35
  border='0' height='32'  alt='Contents' width='32' /></a></td>
 
36
<td class='online-navigation'><img src='blank.png'
 
37
  border='0' height='32'  alt='' width='32' /></td>
 
38
<td class='online-navigation'><img src='blank.png'
 
39
  border='0' height='32'  alt='' width='32' /></td>
 
40
</tr></table>
 
41
<div class='online-navigation'>
 
42
<b class="navlabel">Previous:</b>
 
43
<a class="sectref" rel="prev" href="node20.html">7.1 How do I</a>
 
44
<b class="navlabel">Up:</b>
 
45
<a class="sectref" rel="parent" href="node19.html">7 Changing mail delivery</a>
 
46
<b class="navlabel">Next:</b>
 
47
<a class="sectref" rel="next" href="node22.html">7.3 How do I</a>
 
48
</div>
 
49
<hr /></div>
 
50
</div>
 
51
<!--End of Navigation Panel-->
 
52
 
 
53
<h2><a name="SECTION002720000000000000000"></a><a name="sec:nodupes"></a>
 
54
<br>
 
55
7.2 How can I avoid getting duplicate messages? (duplicates option)
 
56
 
 
57
</h2>
 
58
 
 
59
<p>
 
60
Mailman can't completely stop you from getting duplicate messages, but it 
 
61
can help.  One common reason people get multiple copies of a mail is that 
 
62
the sender has used a "group reply" function to send mail to both the list and 
 
63
some number of individuals.  If you want to avoid getting these messages,
 
64
Mailman can be set to check and see if you are in the <span class="mailheader">To:</span> or
 
65
<span class="mailheader">CC:</span> lines of the message.  If your address appears there,
 
66
then Mailman can be told not to deliver another copy to you.
 
67
 
 
68
<p>
 
69
To turn this on or off using the web interface:
 
70
 
 
71
<ol>
 
72
<li>Log in to your member options page.  (See Section&nbsp;<a href="node9.html#sec:web">3.1</a> 
 
73
        for more details on how to do this.)
 
74
</li>
 
75
<li>Scroll down to the bottom of the page to the section marked
 
76
        "Avoid duplicate copies of messages?" and change the value accordingly.
 
77
</li>
 
78
</ol>
 
79
 
 
80
<p>
 
81
This can also be changed for multiple lists at the same time if you are subscribed to 
 
82
more than one list on the same domain.  See Section&nbsp;<a href="node34.html#sec:global">10.1</a> for 
 
83
information about changing settings globally.
 
84
 
 
85
<p>
 
86
To turn this on or off using the email interface:
 
87
 
 
88
<ol>
 
89
<li>Send a mail to <span class="email">LISTNAME-request@DOMAIN</span> with the command
 
90
   <var>set&nbsp;duplicates&nbsp;on</var> or <var>set&nbsp;duplicates&nbsp;off</var>.
 
91
 
 
92
<p>
 
93
Commands can appear
 
94
   in either the body or the subject of the message.  (See
 
95
   Section&nbsp;<a href="node10.html#sec:email">3.2</a> for more information about sending mail
 
96
   commands.)
 
97
</li>
 
98
<li>Set it to "on" to receive list copies of messages already sent
 
99
        to you, set it to "off" to avoid receiving these duplicates.
 
100
</li>
 
101
</ol>
 
102
 
 
103
<p>
 
104
 
 
105
<div class="navigation">
 
106
<div class='online-navigation'>
 
107
<p></p><hr />
 
108
<table align="center" width="100%" cellpadding="0" cellspacing="2">
 
109
<tr>
 
110
<td class='online-navigation'><a rel="prev" title="7.1 how do I"
 
111
  href="node20.html"><img src='previous.png'
 
112
  border='0' height='32'  alt='Previous Page' width='32' /></a></td>
 
113
<td class='online-navigation'><a rel="parent" title="7 changing mail delivery"
 
114
  href="node19.html"><img src='up.png'
 
115
  border='0' height='32'  alt='Up one Level' width='32' /></a></td>
 
116
<td class='online-navigation'><a rel="next" title="7.3 how do I"
 
117
  href="node22.html"><img src='next.png'
 
118
  border='0' height='32'  alt='Next Page' width='32' /></a></td>
 
119
<td align="center" width="100%">GNU Mailman - List Member Manual</td>
 
120
<td class='online-navigation'><a rel="contents" title="Table of Contents"
 
121
  href="contents.html"><img src='contents.png'
 
122
  border='0' height='32'  alt='Contents' width='32' /></a></td>
 
123
<td class='online-navigation'><img src='blank.png'
 
124
  border='0' height='32'  alt='' width='32' /></td>
 
125
<td class='online-navigation'><img src='blank.png'
 
126
  border='0' height='32'  alt='' width='32' /></td>
 
127
</tr></table>
 
128
<div class='online-navigation'>
 
129
<b class="navlabel">Previous:</b>
 
130
<a class="sectref" rel="prev" href="node20.html">7.1 How do I</a>
 
131
<b class="navlabel">Up:</b>
 
132
<a class="sectref" rel="parent" href="node19.html">7 Changing mail delivery</a>
 
133
<b class="navlabel">Next:</b>
 
134
<a class="sectref" rel="next" href="node22.html">7.3 How do I</a>
 
135
</div>
 
136
</div>
 
137
<hr />
 
138
<span class="release-info">Release 2.1, documentation updated on April 21, 2008.</span>
 
139
</div>
 
140
<!--End of Navigation Panel-->
 
141
 
 
142
</body>
 
143
</html>