freebsd-dev/contrib/sendmail/rmail/rmail.8

62 lines
1.2 KiB
Groff
Raw Normal View History

2002-02-17 21:56:45 +00:00
.\" Copyright (c) 1998-2000 Sendmail, Inc. and its suppliers.
.\" All rights reserved.
.\" Copyright (c) 1983, 1990
.\" The Regents of the University of California. All rights reserved.
.\"
.\" By using this file, you agree to the terms and conditions set
.\" forth in the LICENSE file which can be found at the top level of
.\" the sendmail distribution.
.\"
.\"
2002-06-11 21:12:04 +00:00
.\" $Id: rmail.8,v 8.4 2001/04/03 01:53:16 gshapiro Exp $
.\"
2002-06-11 21:12:04 +00:00
.TH RMAIL 8 "$Date: 2001/04/03 01:53:16 $"
.SH NAME
2001-01-21 22:17:06 +00:00
rmail
\- handle remote mail received via uucp
.SH SYNOPSIS
.B rmail
2001-01-21 22:17:06 +00:00
.RB [ \-D
.IR domain ]
.RB [ \-T ]
.I
user ...
.SH DESCRIPTION
.B Rmail
interprets incoming mail received via
uucp(1),
collapsing ``From'' lines in the form generated
by
mail.local(8)
into a single line of the form ``return-path!sender'',
and passing the processed mail on to
sendmail(8).
.PP
.B Rmail
is explicitly designed for use with
uucp
and
sendmail.
2001-01-21 22:17:06 +00:00
.SS Flags
.TP
.B \-D
Use the specified
.I domain
instead of the default domain of ``UUCP''.
.TP
.B \-T
Turn on debugging.
.SH SEE ALSO
uucp(1),
mail.local(8),
sendmail(8)
.SH HISTORY
The
.B rmail
program appeared in
4.2BSD.
.SH BUGS
.B Rmail
should not reside in
/bin.