Import ezmlm 0.53
[ezmlm] / ezmlm-return.1
CommitLineData
5b62e993
MW
1.TH ezmlm-return 1
2.SH NAME
3ezmlm-return \- handle mailing list bounces
4.SH SYNOPSIS
5.B ezmlm-return
6.I dir
7.SH DESCRIPTION
8.B ezmlm-return
9handles bounces for the mailing list
10stored in
11.IR dir .
12
13.B ezmlm-return
14is normally invoked from a
15.B .qmail
16file.
17It reads a mail message from its standard input,
18and a mail envelope from the
19.BR SENDER ,
20.BR LOCAL ,
21and
22.BR HOST
23environment variables.
24.SH ADDRESSES
25.B ezmlm-return
26handles mail sent to any of the following addresses:
27.TP
28.I local\fB\-return\-
29Trash.
30A help message or subscription acknowledgment bounced.
31.TP
32.I local\fB\-return\-\fImsg\fB\-\fIbox\fB=\fIdomain
33Distribution bounce.
34Message number
35.I msg
36was lost on the way to
37.IR box\fB@\fIdomain .
38.TP
39.I local\fB\-return\-\fImsg\fB\-
40Pre-VERP distribution bounce, in QSBMF format.
41Message number
42.I msg
43was lost on the way to one or more addresses;
44.B ezmlm-return
45will parse the bounce to figure out the addresses.
46.TP
47.I local\fB\-return\-warn\-\fIcookie\fB-\fIbox\fB=\fIdomain
48Warning bounce.
49A warning message from
50.B ezmlm-warn
51bounced.
52.TP
53.I local\fB\-return\-probe\-\fIcookie\fB-\fIbox\fB=\fIdomain
54Probe bounce.
55A probe from
56.B ezmlm-warn
57bounced.
58.B ezmlm-return
59will remove
60.I box\fB@\fIdomain
61from the mailing list.
62.SH "SEE ALSO"
63ezmlm-manage(1),
64ezmlm-make(1),
65ezmlm-send(1),
66ezmlm-sub(1),
67ezmlm-unsub(1),
68ezmlm-warn(1),
69ezmlm-weed(1),
70ezmlm(5),
71qmail-command(8)