Home
last modified time | relevance | path

Searched defs:MILTER (Results 1 – 1 of 1) sorted by relevance

/netbsd-src/external/ibm-public/postfix/dist/src/milter/
H A Dmilter.h34 typedef struct MILTER { struct
37 struct MILTER *next; /* linkage */ argument
38 struct MILTERS *parent; /* parent information */ argument
39 struct MILTER_MACROS *macros; /* private macros */ argument
40 void (*connect_on_demand) (struct MILTER *); argument
41 …const char *(*conn_event) (struct MILTER *, const char *, const char *, const char *, unsigned, AR… argument
42 const char *(*helo_event) (struct MILTER *, const char *, int, ARGV *); argument
43 const char *(*mail_event) (struct MILTER *, const char **, ARGV *); argument
44 const char *(*rcpt_event) (struct MILTER *, const char **, ARGV *); argument
45 const char *(*data_event) (struct MILTER *, ARGV *); argument
[all …]