|
ze-filter
(ze-filter-0.8.0-develop-180218)
|
#include "libmilter/mfapi.h"#include "ze-smmacros.h"#include "ze-reply.h"#include "ze-history.h"#include <ze-check-connection.h>#include <ze-callback.h>#include <ze-callbackchecks.h>#include <ze-callbacklogs.h>#include <ze-log-files.h>#include <ze-log-virus.h>#include <ze-log-quarantine.h>#include <ze-log-grey.h>#include <ze-log-regex.h>#include <ze-libmilter.h>#include <ze-mod-tools.h>Go to the source code of this file.
Classes | |
| struct | MSG_T |
| struct | MTA_caps_T |
| struct | dresult_T |
| struct | CTXPRIV_T |
Macros | |
| #define | SM_LM_VRS_MAJOR(v) (((v) & 0x7f000000) >> 24) |
| #define | SM_LM_VRS_MINOR(v) (((v) & 0x007fff00) >> 8) |
| #define | SM_LM_VRS_PLVL(v) ((v) & 0x0000007f) |
| #define | SMFI_VERSION_MAJOR SM_LM_VRS_MAJOR(SMFI_VERSION) |
| #define | SMFI_VERSION_MINOR SM_LM_VRS_MINOR(SMFI_VERSION) |
| #define | SMFI_VERSION_PLVL SM_LM_VRS_PLVL(SMFI_VERSION) |
| #define | MLFIPRIV(ctx) ((ctx) != NULL ? (CTXPRIV_T *) smfi_getpriv(ctx) : NULL) |
| #define | CTX_NETCLASS_LABEL(priv) |
| #define | LOG_CONNECTION_HEADER(s, msg, n, ip, class) |
| #define | DO_QUARANTINE_MESSAGE(priv, why, suffix) |
| #define | __ZE_FILTER_DATA_H |
Variables | |
| char | my_hostname [] |
| int | mx_check_level |
| #define __ZE_FILTER_DATA_H |
Definition at line 325 of file ze-filter-data.h.
| #define CTX_NETCLASS_LABEL | ( | priv | ) |
Definition at line 259 of file ze-filter-data.h.
| #define DO_QUARANTINE_MESSAGE | ( | priv, | |
| why, | |||
| suffix | |||
| ) |
Definition at line 291 of file ze-filter-data.h.
| #define LOG_CONNECTION_HEADER | ( | s, | |
| msg, | |||
| n, | |||
| ip, | |||
| class | |||
| ) |
Definition at line 283 of file ze-filter-data.h.
| #define MLFIPRIV | ( | ctx | ) | ((ctx) != NULL ? (CTXPRIV_T *) smfi_getpriv(ctx) : NULL) |
Definition at line 256 of file ze-filter-data.h.
| #define SM_LM_VRS_MAJOR | ( | v | ) | (((v) & 0x7f000000) >> 24) |
Definition at line 29 of file ze-filter-data.h.
| #define SM_LM_VRS_MINOR | ( | v | ) | (((v) & 0x007fff00) >> 8) |
Definition at line 32 of file ze-filter-data.h.
| #define SM_LM_VRS_PLVL | ( | v | ) | ((v) & 0x0000007f) |
Definition at line 35 of file ze-filter-data.h.
| #define SMFI_VERSION_MAJOR SM_LM_VRS_MAJOR(SMFI_VERSION) |
Definition at line 38 of file ze-filter-data.h.
| #define SMFI_VERSION_MINOR SM_LM_VRS_MINOR(SMFI_VERSION) |
Definition at line 39 of file ze-filter-data.h.
| #define SMFI_VERSION_PLVL SM_LM_VRS_PLVL(SMFI_VERSION) |
Definition at line 40 of file ze-filter-data.h.
| int mx_check_level |
Definition at line 69 of file ze-mxcheck.c.
| char my_hostname[] |
Definition at line 89 of file ze-filter.c.