source: trunk/third/nmh/man/rcvdist.man @ 12455

Revision 12455, 1.8 KB checked in by danw, 26 years ago (diff)
This commit was generated by cvs2svn to compensate for changes in r12454, which included commits to RCS files with non-trunk default branches.
Line 
1.\"
2.\" %nmhwarning%
3.\" $Id: rcvdist.man,v 1.1.1.1 1999-02-07 18:14:22 danw Exp $
4.\"
5.\" include the -mh macro file
6.so %etcdir%/tmac.h
7.\"
8.TH RCVDIST %manext1% MH.6.8 [%nmhversion%]
9.SH NAME
10rcvdist \- asynchronously redistribute new mail
11.SH SYNOPSIS
12.in +.5i
13.ti -.5i
14%libdir%/rcvdist
15\%[\-form\ formfile]
16.br
17\%[switches\ for\ \fIpostproc\fR]
18address1\ ...
19.br
20\%[\-version]
21\%[\-help]
22.in -.5i
23.SH DESCRIPTION
24The \fIrcvdist\fR program will accept a message on its standard input
25and resend a copy of this message to all of the addresses listed on its
26command line.
27
28When a message is redistributed with the \fIrcvdist\fR command, the
29format of the Resent-xxx header fields is controlled by the forms files
30"rcvdistcomps".  If a file named "rcvdistcomps" exists in the user's nmh
31directory, it will be used instead of the default one.  You may specify
32an alternate forms file with the switch `\-form\ formfile'.
33
34The "rcvdistcomps" file uses the format string facility described in
35\fImh\-format\fR(5).  In addition to the standard format escapes,
36\fIrcvdist\fP also recognizes the following additional \fIcomponent\fR
37escape:
38.sp 1
39.ne 5
40.nf
41.ta \w'Dtimenow  'u +\w'Returns  'u
42\fIEscape\fR     \fIReturns\fR   \fIDescription\fR
43addresses  string    the addresses to distribute to
44.re
45.fi
46
47By default, \fIrcvdist\fR uses the program \fIpost\fR(8) to do the actual
48delivery of the message, although this can be changed by defining the
49\fIpostproc\fR profile component.
50.Fi
51^%etcdir%/rcvdistcomps~^Default message skeleton
52^or <mh\-dir>/rcvdistcomps~^Rather than standard message skeleton
53^%etcdir%/mts.conf~^nmh mts configuration file
54^$HOME/\&.maildelivery~^The file controlling local delivery
55^%etcdir%/maildelivery~^Rather than the standard file
56.Sa
57rcvpack(1), rcvstore(1), rcvtty(1), mh\-format(5), slocal(1)
58.Bu
59Only two return codes are meaningful, others should be.
60.En
Note: See TracBrowser for help on using the repository browser.