|
|
1.1 root 1: #define DATESIZE 64 /* maximum size of a date field */
2: #define ADDRSIZE 400 /* maximum size of an address */
3: #define FROMLINESIZE 512 /* maximum length of a from line */
4: #define PATHSIZE 128 /* maximum size of a file path */
5: #define CMDSIZE 512 /* maximum size of a command */
6:
7:
8: /* tokens to parse mail headers */
9: #define FROM "From "
10: #define FSIZE sizeof(FROM)-1
11: #define ALTFROM ">From "
12: #define REMFROM " remote from "
13:
14: /* mail file status */
15: #define MFTYPE 0x3 /* type of mail file */
16: #define MF_NORMAL 0
17: #define MF_FORWARD 1
18: #define MF_PIPE 2
19: #define MFEXTRA 0x4 /* extra stuff besides forward to or pipe to in mailfile */
20:
21: #ifndef NULL
22: #define NULL 0
23: #endif NULL
This archive runs on limited infrastructure. Preserving old code on modern bandwidth. Automated agents are requested to crawl responsibly.