1RCVDIST(1) General Commands Manual RCVDIST(1)
2
3
4
6 rcvdist - asynchronously receive and distribute new email
7
9 /usr/libexec/nmh/rcvdist [-help] [-version] [-form formfile]
10 [switches for postproc] address1 ...
11
13 rcvdist accepts a message on its standard input and resends a copy of
14 the message to all of the addresses listed on its command line.
15
16 The format of the Resent-xxx header fields is specified by the form
17 file “rcvdistcomps”. If a file named “rcvdistcomps” exists in the
18 user's nmh directory, it will be used instead of the default file. You
19 may specify an alternate forms file with -form formfile.
20
21 The “rcvdistcomps” file uses the format string facility described in
22 mh-format(5). In addition to the standard format escapes, rcvdist also
23 recognizes the following component escape:
24
25 Escape Returns Description
26 addresses string the addresses to distribute to
27
28 By default, rcvdist uses the post program to deliver the message, al‐
29 though this can be changed by defining the postproc profile component.
30
32 /etc/nmh/rcvdistcomps Default message skeleton
33 or <mh-dir>/rcvdistcomps User's message skeleton
34 /etc/nmh/mts.conf nmh mts configuration file
35 /etc/nmh/maildelivery Default delivery file
36 $HOME/.maildelivery User's delivery file
37
39 rcvpack(1), rcvstore(1), rcvtty(1), slocal(1), mh-format(5)
40
41
42
43nmh-1.8 1999-04-30 RCVDIST(1)