]> diplodocus.org Git - nmh/blob - docs/historical/mh-jun-1982/strings/mh_deliver.c
Replaced use of snprintf() with memcpy()/memmove().
[nmh] / docs / historical / mh-jun-1982 / strings / mh_deliver.c
1 #ifdef COMMENT
2 Proprietary Rand Corporation, 1981.
3 Further distribution of this software
4 subject to the terms of the Rand
5 license agreement.
6 #endif
7
8 /*
9 * This is the delivery program called ONLY through send to
10 * actually deliver mail to users. It is fairly small, and
11 * must run SUID ROOT, to create new mailboxes.
12 */
13
14 char *mh_deliver = "/etc/mh/deliver";