cb8cb7adfe5c6e61bf13aafa145618ee63feb0d7
[ezmlm] / ezmlm-reject.1
1 .TH ezmlm-reject 1
2 .SH NAME
3 ezmlm-reject \- reject messages unsuitable for distribution
4 .SH SYNOPSIS
5 .B ezmlm-reject
6 [
7 .B \-cCsS
8 ]
9 .SH DESCRIPTION
10 .B ezmlm-reject
11 reads a mail message from its standard input.
12 It rejects the message if it sees something it doesn't like.
13 .SH OPTIONS
14 .TP
15 .B \-c
16 (Default.)
17 Commands are not permitted in the Subject line.
18 A Subject line consisting solely of HELP, SUBSCRIBE, or UNSUBSCRIBE
19 is rejected.
20 .TP
21 .B \-C
22 Commands are permitted in the subject line.
23 .TP
24 .B \-s
25 (Default.)
26 A nonempty Subject line is required.
27 .TP
28 .B \-S
29 A Subject line is not required.
30 .SH "SEE ALSO"
31 ezmlm-send(1),
32 qmail-command(8)