|
ze-filter
(ze-filter-0.8.0-develop-180218)
|
#include <ze-modules.h>
Public Attributes | |
| int | callback |
| char * | id |
| char * | claddr |
| char * | clname |
| char * | helo |
| char * | from |
| char * | rcpt |
| char * | sfile |
| bool | xfiles |
| msg_scores_T * | raw_scores |
| msg_scores_T * | net_scores |
| int | result |
| int | flags |
| char | code [8] |
| char | xcode [8] |
| char | reply [64] |
| char | modname [32] |
Definition at line 56 of file ze-modules.h.
| int mod_ctx_T::callback |
Definition at line 58 of file ze-modules.h.
| char* mod_ctx_T::claddr |
Definition at line 60 of file ze-modules.h.
| char* mod_ctx_T::clname |
Definition at line 61 of file ze-modules.h.
| char mod_ctx_T::code[8] |
Definition at line 71 of file ze-modules.h.
| int mod_ctx_T::flags |
Definition at line 70 of file ze-modules.h.
| char* mod_ctx_T::from |
Definition at line 63 of file ze-modules.h.
| char* mod_ctx_T::helo |
Definition at line 62 of file ze-modules.h.
| char* mod_ctx_T::id |
Definition at line 59 of file ze-modules.h.
| char mod_ctx_T::modname[32] |
Definition at line 74 of file ze-modules.h.
| msg_scores_T* mod_ctx_T::net_scores |
Definition at line 68 of file ze-modules.h.
| msg_scores_T* mod_ctx_T::raw_scores |
Definition at line 67 of file ze-modules.h.
| char* mod_ctx_T::rcpt |
Definition at line 64 of file ze-modules.h.
| char mod_ctx_T::reply[64] |
Definition at line 73 of file ze-modules.h.
| int mod_ctx_T::result |
Definition at line 69 of file ze-modules.h.
| char* mod_ctx_T::sfile |
Definition at line 65 of file ze-modules.h.
| char mod_ctx_T::xcode[8] |
Definition at line 72 of file ze-modules.h.
| bool mod_ctx_T::xfiles |
Definition at line 66 of file ze-modules.h.