Import sendmail 8.13.4 into a new contrib directory as the first step
[dragonfly.git] / contrib / sendmail-8.13.4 / rmail / rmail.8
1 .\" Copyright (c) 1998-2000 Sendmail, Inc. and its suppliers.
2 .\"      All rights reserved.
3 .\" Copyright (c) 1983, 1990
4 .\"     The Regents of the University of California.  All rights reserved.
5 .\"
6 .\" By using this file, you agree to the terms and conditions set
7 .\" forth in the LICENSE file which can be found at the top level of
8 .\" the sendmail distribution.
9 .\"
10 .\"
11 .\"     $Id: rmail.8,v 8.4 2001/04/03 01:53:16 gshapiro Exp $
12 .\"
13 .TH RMAIL 8 "$Date: 2001/04/03 01:53:16 $"
14 .SH NAME
15 rmail
16 \- handle remote mail received via uucp
17 .SH SYNOPSIS
18 .B rmail
19 .RB [ \-D
20 .IR domain ]
21 .RB [ \-T ]
22 .I 
23 user ...
24 .SH DESCRIPTION
25 .B Rmail
26 interprets incoming mail received via 
27 uucp(1), 
28 collapsing ``From'' lines in the form generated 
29 by 
30 mail.local(8) 
31 into a single line of the form ``return-path!sender'', 
32 and passing the processed mail on to 
33 sendmail(8).
34 .PP
35 .B Rmail
36 is explicitly designed for use with 
37 uucp 
38 and 
39 sendmail.
40 .SS Flags
41 .TP
42 .B \-D
43 Use the specified
44 .I domain
45 instead of the default domain of ``UUCP''.
46 .TP
47 .B \-T
48 Turn on debugging.
49 .SH SEE ALSO
50 uucp(1), 
51 mail.local(8), 
52 sendmail(8)
53 .SH HISTORY
54 The
55 .B rmail
56 program appeared in 
57 4.2BSD.
58 .SH BUGS
59 .B Rmail
60 should not reside in 
61 /bin.