Import ezmlm-idx 0.40
[ezmlm] / ezmlm-check.1
1 .TH ezmlm-check 1
2 .SH NAME
3 ezmlm-check \- Mails back results of ezmlm list check
4 .SH SYNOPSIS
5 .B ezmlm-check
6 [
7 .B \-sS
8 ]
9 .I [dir]
10 .SH DESCRIPTION
11 .B ezmlm-check
12 mails useful environment variables to SENDER via
13 .BR qmail-inject .
14 It is usually invoked for debugging purposes in a
15 .I .qmail
16 file to determine the value of relevant environment variables.
17 If
18 .I dir
19 is specified,
20 .B ezmlm-check
21 attempts to evaluate the
22 .I ezmlm
23 mailing list set up in
24 .I dir
25 and return information about the setup as well as possible
26 errors.
27
28 .B ezmlm-check
29 will flag errors with
30 .BR ``???\ ERROR'' ,
31 likely errors with
32 .BR ``???'' ,
33 and potential errors/problems with
34 .BR ``!!!'' .
35
36 If
37 .B ezmlm-check
38 is invoked from the shell, it will print to stdout.
39 In this case, diagnostics are more limited,
40 since important environment variables
41 normally supplied by qmail are not available.
42 .SH OPTIONS
43 .TP 5
44 .B \-s
45 (Default.) List subscribers.
46 .TP 5
47 .B \-S
48 Do not list subscribers.
49 .SH "SEE ALSO"
50 ezmlm(5),
51 qmail(7),
52 qmail-inject(8)