1RCVPACK(1) [nmh-1.2-20070115cvs] RCVPACK(1)
2
3
4
6 rcvpack - append message to file
7
9 /usr/libexec/nmh/rcvpack file [-mbox] [-mmdf] [-version] [-help]
10
12 The rcvpack program will append a copy of the message to the file
13 listed on its command line.
14
15 If the -mbox switch is given (the default), then the messages are sepa‐
16 rated using mbox (uucp) style delimiters. This is the format used by
17 most mail clients (elm, mailx, etc.).
18
19 If the -mmdf switch is given, then the messages are separated by mmdf
20 style delimiters. Each message in the file is separated by four
21 CTRL-A's and a newline.
22
23 rcvpack will correctly lock and unlock the file to serialize access to
24 the file, when running multiple copies of rcvpack .
25
26 In general, its use is obsoleted by the file action of slocal, although
27 it might still have occasional uses in various shell scripts.
28
29
31 /etc/nmh/mts.conf nmh mts configuration file
32
33
35 rcvdist(1), rcvstore(1), rcvtty(1), slocal(1)
36
37
39 Only two return codes are meaningful, others should be.
40
41
42
43MH.6.8 1 Jul 2003 RCVPACK(1)