Compounds |
| class | sendmail::milter::CallbackFactory |
| class | sendmail::milter::CallbackInterface |
| class | sendmail::milter::CallbackSkeleton |
| class | sendmail::milter::ConnectionCallbackInterface |
| struct | sendmail::milter::ContextHolder |
| class | sendmail::milter::DataAccess |
| class | sendmail::milter::MessageCallbackInterface |
| class | sendmail::milter::MessageModification |
| class | sendmail::milter::Milter |
| class | sendmail::milter::SimpleCallbackFactory |
| class | sendmail::milter::SimpleCallbackFactory2 |
| class | sendmail::milter::SimpleMilter |
| class | sendmail::milter::SimpleMilter2 |
Enumerations |
| enum | Decision {
CONTINUE = 0,
REJECT = 1,
DISCARD = 2,
ACCEPT = 3,
TEMPFAIL = 4
} |
| enum | ModificationFlag {
MOD_ADDHDRS = 0x00000001,
MOD_CHGBODY = 0x00000002,
MOD_ADDRCPT = 0x00000004,
MOD_DELRCPT = 0x00000008,
MOD_CHGHDRS = 0x00000010
} |
| enum | CallbackFlag {
CALLBACK_CONNECT = 0x00000001,
CALLBACK_HELO = 0x00000002,
CALLBACK_ENVFROM = 0x00000004,
CALLBACK_ENVRCPT = 0x00000008,
CALLBACK_HEADER = 0x00000010,
CALLBACK_EOH = 0x00000020,
CALLBACK_BODY = 0x00000040,
CALLBACK_EOM = 0x00000080,
CALLBACK_ABORT = 0x00000100,
CALLBACK_CLOSE = 0x00000200
} |
Variables |
| CallbackFactory * | _callbackFactory = NULL |