#include "sendmail/milter/Milter.hh"
#include <iostream>
#include <stdexcept>
#include <errno.h>
#include <sm/cdefs.h>
#include <libmilter/mfapi.h>
Include dependency graph for Milter.cc:
Namespaces | |
namespace | sendmail |
namespace | sendmail::milter |
Functions | |
sfsistat | sendmail_milter_connect (SMFICTX *ctx, char *hostname, struct sockaddr *hostaddr) |
sfsistat | sendmail_milter_helo (SMFICTX *ctx, char *helohost) |
sfsistat | sendmail_milter_envfrom (SMFICTX *ctx, char **argv) |
sfsistat | sendmail_milter_envrcpt (SMFICTX *ctx, char **argv) |
sfsistat | sendmail_milter_header (SMFICTX *ctx, char *headerf, char *headerv) |
sfsistat | sendmail_milter_eoh (SMFICTX *ctx) |
sfsistat | sendmail_milter_body (SMFICTX *ctx, unsigned char *bodyp, size_t bodylen) |
sfsistat | sendmail_milter_eom (SMFICTX *ctx) |
sfsistat | sendmail_milter_abort (SMFICTX *ctx) |
sfsistat | sendmail_milter_close (SMFICTX *ctx) |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|