2 Proprietary Rand Corporation
, 1981.
3 Further distribution of
this software
4 subject to the terms of the Rand
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"
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 */