]> diplodocus.org Git - nmh/blob - docs/historical/mh-jun-1982/Extras/mailsys.h
Replaced use of snprintf() with memcpy()/memmove().
[nmh] / docs / historical / mh-jun-1982 / Extras / mailsys.h
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 #define MSGRETTIME (5*24*60*60) /* How long to keep trying */
9 #define MAILQDIR "/usr/spool/netmail/"
10 #define MAILDROP "/usr/spool/mail/"
11 #define TMAILQDIR "/usr/spool/mailt/"
12 #define MAILLOCKDIR "/usr/spool/locks/"
13 #define MAILALIASES "/etc/MailAliases"
14
15 /* Exit codes from net mailer */
16 #define NM_OK 0 /* Delivered */
17 #define NM_BAD 1 /* Not delivered to some addresses (perm failure) */
18 #define NM_MORE 2 /* Some addresses not yet processed (temp failure) */
19 #define NM_BADMORE 3 /* Both of above */