Added support to mhmail.in to read message from stdin.
[mmh] / h / rcvmail.h
1
2 /*
3  * rcvmail.h -- rcvmail hook definitions
4  */
5
6 #include <ctype.h>
7 #include <errno.h>
8 #include <stdio.h>
9 #include <sys/types.h>
10 #include <mts/smtp/smtp.h>
11
12
13 #define RCV_MOK 0
14 #define RCV_MBX 1
15
16
17 #ifdef NRTC                     /* sigh */
18 # undef RCV_MOK
19 # undef RCV_MBX
20 # define RCV_MOK        RP_MOK
21 # define RCV_MBX        RP_MECH
22 #endif /* NRTC */