File: node18.html

package info (click to toggle)
sympa 4.1.5-2
  • links: PTS
  • area: main
  • in suites: sarge
  • size: 11,504 kB
  • ctags: 2,195
  • sloc: perl: 18,884; sh: 4,032; makefile: 1,173; ansic: 226; php: 105; lisp: 32
file content (205 lines) | stat: -rw-r--r-- 7,606 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 3.2 Final//EN">

<!--Converted with jLaTeX2HTML 2002 (1.62) JA patch-1.4
patched version by:  Kenshi Muto, Debian Project.
LaTeX2HTML 2002 (1.62),
original version by:  Nikos Drakos, CBLU, University of Leeds
* revised and updated by:  Marcus Hennecke, Ross Moore, Herb Swan
* with significant contributions from:
  Jens Lippmann, Marek Rouchal, Martin Wilck and others -->
<HTML>
<HEAD>
<TITLE>17. Bounce management</TITLE>
<META NAME="description" CONTENT="17. Bounce management">
<META NAME="keywords" CONTENT="sympa">
<META NAME="resource-type" CONTENT="document">
<META NAME="distribution" CONTENT="global">

<META HTTP-EQUIV="Content-Type" CONTENT="text/html; charset=iso-8859-1">
<META NAME="Generator" CONTENT="jLaTeX2HTML v2002 JA patch-1.4">
<META HTTP-EQUIV="Content-Style-Type" CONTENT="text/css">

<LINK REL="STYLESHEET" HREF="sympa.css">

<LINK REL="next" HREF="node19.html">
<LINK REL="previous" HREF="node17.html">
<LINK REL="up" HREF="sympa.html">
<LINK REL="next" HREF="node19.html">
</HEAD>

<BODY TEXT="#000000" BGCOLOR="#ffffff">
<!--Navigation Panel-->
<A NAME="tex2html1158"
  HREF="node19.html">
<IMG WIDTH="37" HEIGHT="24" ALIGN="BOTTOM" BORDER="0" ALT="next" SRC="next.png"></A> 
<A NAME="tex2html1152"
  HREF="sympa.html">
<IMG WIDTH="26" HEIGHT="24" ALIGN="BOTTOM" BORDER="0" ALT="up" SRC="up.png"></A> 
<A NAME="tex2html1146"
  HREF="node17.html">
<IMG WIDTH="63" HEIGHT="24" ALIGN="BOTTOM" BORDER="0" ALT="previous" SRC="prev.png"></A> 
<A NAME="tex2html1154"
  HREF="node1.html">
<IMG WIDTH="65" HEIGHT="24" ALIGN="BOTTOM" BORDER="0" ALT="contents" SRC="contents.png"></A> 
<A NAME="tex2html1156"
  HREF="node23.html">
<IMG WIDTH="43" HEIGHT="24" ALIGN="BOTTOM" BORDER="0" ALT="index" SRC="index.png"></A> 
<BR>
<B> Next:</B> <A NAME="tex2html1159"
  HREF="node19.html">18. Antivirus</A>
<B> Up:</B> <A NAME="tex2html1153"
  HREF="sympa.html">Sympa Mailing Lists Management Software version</A>
<B> Previous:</B> <A NAME="tex2html1147"
  HREF="node17.html">16. Shared documents</A>
 &nbsp <B>  <A NAME="tex2html1155"
  HREF="node1.html">Contents</A></B> 
 &nbsp <B>  <A NAME="tex2html1157"
  HREF="node23.html">Index</A></B> 
<BR>
<BR>
<!--End of Navigation Panel-->

<H1><A NAME="SECTION001800000000000000000">
17. Bounce management</A>
</H1>

<P>
<I>Sympa</I> allows bounce (non-delivery report) management. This
prevents list owners from receiving each bounce (1 per message
sent to a bouncing subscriber) in their own mailbox. Without
automatic processing of bounces, list owners either go
mad, or just delete them without further attention.

<P>
Bounces are received at mylist-owner address, which should
be sent to the <A NAME="8190"></A><TT>bouncequeue</TT> program via aliases :

<P><PRE>
	\samplelist-owner: "|/home/sympa/bin/bouncequeue \samplelist"
</PRE>

<P>
<A NAME="8193"></A><TT>bouncequeue</TT> (see <A HREF="node3.html#binaries">2.2</A>, page&nbsp;<A HREF="node3.html#binaries"><IMG  ALIGN="BOTTOM" BORDER="1" ALT="[*]" SRC="crossref.png"></A>) stores bounces in a
<A NAME="8196"></A><TT>/home/sympa/spool/bounce/</TT> spool.

<P>
Bounces are then processed by the <A NAME="8199"></A><TT>bounced.pl</TT> daemon.
This daemon analyses bounces to find out which
e-mail addresses are concerned and what kind of error was generated.
If bouncing addresses match a subscriber's address, information 
is stored in the <I>Sympa</I> database (in subscriber_table). Moreover, the most recent
bounce itself is archived in <A NAME="8203"></A><TT>bounce_path/mylist/email</TT>
(where bounce_path is defined in a <A NAME="8206"></A><TT>wwsympa.conf</TT> parameter and
email is the user e-mail address).

<P>
When reviewing a list, bouncing addresses are tagged as bouncing.
You may access further information such as dates of first and last bounces,
number of received bounces for the address, the last bounce itself.

<P>
With these informations, the automatic bounce management is possible:

<P>

<UL>
<LI>The automatic task <A NAME="8209"></A><TT>eval_bouncer</TT> gives a score foreach bouncing user.
  The score, between 0 to 100, allows the classification of bouncing users in two levels.
  (Level 1 or 2). 
  According to the level, automatic actions are executed periodicaly by <A NAME="8212"></A><TT>process_bouncers</TT>
  task.

<P>
</LI>
<LI>The score evaluation main parameters are: 

<P>
<A NAME="8215"></A><TT>Bounces count</TT>: The number of bouncing messages received by sympa for the user.

<P>
<A NAME="8218"></A><TT>Type rate</TT> : Bounces are classified depending on the type of errors generated on the user
  side. If the error type is "mailbox is full" (ie a temporary 4.2.2 error type) the type rate will be
  0.5 whereas permanent errors (5.x.x) have a type rate equal to 1.

<P>
<A NAME="8221"></A><TT>Regularity rate</TT> : This rate tells if the bounces where received regularly, compared to list
 traffic. The list traffic is deduced from <A NAME="8224"></A><TT>msg_count</TT> file data.

<P><PRE>
      The score formula is  :
  
      Score = bounce_count * type_rate * regularity_rate
</PRE>

<P>
To avoid making decisions (ie defining a score) without enough relevant data, the score is not
  evaluated if :

<P>

<UL>
<LI>The number of the number of received bounces is lower than <A NAME="8227"></A><TT>minimum_bouncing_count</TT> 
	(see <A HREF="node6.html#kw-minimum-bouncing-count">5.8.9</A>, page&nbsp;<A HREF="node6.html#kw-minimum-bouncing-count"><IMG  ALIGN="BOTTOM" BORDER="1" ALT="[*]" SRC="crossref.png"></A>)

<P>
</LI>
<LI>The bouncing period is shorter than <A NAME="8230"></A><TT>minimum_bouncing_period</TT> 
	(see <A HREF="node6.html#kw-minimum-bouncing-period">5.8.10</A>, page&nbsp;<A HREF="node6.html#kw-minimum-bouncing-period"><IMG  ALIGN="BOTTOM" BORDER="1" ALT="[*]" SRC="crossref.png"></A>)

<P>
</LI>
</UL>

<P>
</LI>
<LI>You can define the limit between each level via the <B>List configuration pannel</B>, 
  in subsection <B>Bounce settings</B>. (see <A HREF="node16.html#rate">15.5.2</A>) The principle consists in
  associating a score interval with a level.

<P>
</LI>
<LI>You can also define wich action must be applied on each category of user.(see <A HREF="node16.html#action">15.5.2</A>)
  Each time an action will be done, a notification email will be send to the person of your choice.
  (see <A HREF="node16.html#notification">15.5.2</A>)

<P>
</LI>
</UL>

<P>

<HR>
<!--Navigation Panel-->
<A NAME="tex2html1158"
  HREF="node19.html">
<IMG WIDTH="37" HEIGHT="24" ALIGN="BOTTOM" BORDER="0" ALT="next" SRC="next.png"></A> 
<A NAME="tex2html1152"
  HREF="sympa.html">
<IMG WIDTH="26" HEIGHT="24" ALIGN="BOTTOM" BORDER="0" ALT="up" SRC="up.png"></A> 
<A NAME="tex2html1146"
  HREF="node17.html">
<IMG WIDTH="63" HEIGHT="24" ALIGN="BOTTOM" BORDER="0" ALT="previous" SRC="prev.png"></A> 
<A NAME="tex2html1154"
  HREF="node1.html">
<IMG WIDTH="65" HEIGHT="24" ALIGN="BOTTOM" BORDER="0" ALT="contents" SRC="contents.png"></A> 
<A NAME="tex2html1156"
  HREF="node23.html">
<IMG WIDTH="43" HEIGHT="24" ALIGN="BOTTOM" BORDER="0" ALT="index" SRC="index.png"></A> 
<BR>
<B> Next:</B> <A NAME="tex2html1159"
  HREF="node19.html">18. Antivirus</A>
<B> Up:</B> <A NAME="tex2html1153"
  HREF="sympa.html">Sympa Mailing Lists Management Software version</A>
<B> Previous:</B> <A NAME="tex2html1147"
  HREF="node17.html">16. Shared documents</A>
 &nbsp <B>  <A NAME="tex2html1155"
  HREF="node1.html">Contents</A></B> 
 &nbsp <B>  <A NAME="tex2html1157"
  HREF="node23.html">Index</A></B> 
<!--End of Navigation Panel-->
<ADDRESS>
root
2004-09-10
</ADDRESS>
</BODY>
</HTML>