mtimeout.1: Use correct dash for number ranges.
[misc] / check-sender.1
1 .\" -*-nroff-*-
2 .TH check-sender 1 "9 October 2003" "Straylight/Edgeware"
3 .SH NAME
4 check-sender \- check an envelope sender's domain in a CDB file
5 .SH SYNOPSIS
6 (In a
7 .B .qmail
8 file)
9 .br
10 .B |check-sender
11 .BI < cdb
12 .SH DESCRIPTION
13 If the domain part of the email address in the
14 .B SENDER
15 environment variable is matched in
16 .I cdb
17 according to
18 .BR cdb-check-domain (1)
19 then exit 0. Otherwise, bounce the message with a refusal message.
20 .SH BUGS
21 None known
22 .SH AUTHOR
23 Mark Wooding, <mdw@distorted.org.uk>