1RCVPACK(1) General Commands Manual RCVPACK(1)
2
3
4
6 rcvpack - append an email from standard input to a file
7
9 /usr/libexec/nmh/rcvpack [-help] [-version] file [-mbox] [-mmdf]
10
12 rcvpack appends a copy of a message to the file specified on its com‐
13 mand line.
14
15 If the -mbox switch is given (the default), messages are separated by
16 mbox (uucp) style delimiters. This is the format used by most mail
17 clients (elm, mailx, etc.).
18
19 Alternatively, if the -mmdf switch is given, messages are separated by
20 mmdf style delimiters, each message being separated by four CTRL-A's
21 and a newline.
22
23 rcvpack will correctly lock and unlock the file to serialize access
24 when running multiple copies of rcvpack.
25
26 In general, rcvpack has been rendered obsolete by the file action of
27 slocal, although it may still have some use in shell scripts.
28
30 /etc/nmh/mts.conf nmh mts configuration file
31
33 rcvdist(1), rcvstore(1), rcvtty(1), slocal(1)
34
36 Only two return codes are meaningful, others should be.
37
38
39
40nmh-1.7.1 1999-04-30 RCVPACK(1)