ze-filter
(ze-filter-0.8.0-develop-180218)
|
Classes | |
struct | LOG_T |
Macros | |
#define | WARN_MSG_SIZE 0x4000 |
#define | LOG_SPAM_CHECK(id, ...) |
#define | LOG_ORACLE(id, ...) |
#define | JC_LOG_NONE 0 |
#define | JC_LOG_SYSLOG 1 |
#define | JC_LOG_FILE 2 |
#define | JC_LOG_UDP 3 |
#define | ARGVM 9 |
#define | LOGNAME_REGEX "^(none|syslog|file|udp):" |
#define | LOG_INITIALIZER |
#define | log_check_and_open(log, name) (log_ready(log) || log_open(log, name)) |
#define | ADJUST_LOG_NAME(path, fname, dir, defval) |
Variables | |
bool | mailregexlog2file |
#define ADJUST_LOG_NAME | ( | path, | |
fname, | |||
dir, | |||
defval | |||
) |
Definition at line 133 of file ze-txtlog.h.
#define ARGVM 9 |
Definition at line 44 of file ze-txtlog.h.
#define JC_LOG_FILE 2 |
Definition at line 35 of file ze-txtlog.h.
#define JC_LOG_NONE 0 |
Definition at line 33 of file ze-txtlog.h.
#define JC_LOG_SYSLOG 1 |
Definition at line 34 of file ze-txtlog.h.
#define JC_LOG_UDP 3 |
Definition at line 36 of file ze-txtlog.h.
Definition at line 130 of file ze-txtlog.h.
#define LOG_INITIALIZER |
Definition at line 96 of file ze-txtlog.h.
#define LOG_ORACLE | ( | id, | |
... | |||
) |
Definition at line 57 of file ze-callbacklogs.h.
#define LOG_SPAM_CHECK | ( | id, | |
... | |||
) |
Definition at line 46 of file ze-callbacklogs.h.
#define LOGNAME_REGEX "^(none|syslog|file|udp):" |
Definition at line 46 of file ze-txtlog.h.
#define WARN_MSG_SIZE 0x4000 |
Definition at line 33 of file ze-callbacklogs.h.
bool add_tag2subject | ( | SMFICTX * | , |
char * | |||
) |
Definition at line 663 of file ze-callbacklogs.c.
sfsistat do_notify | ( | SMFICTX * | , |
attachment_T * | , | ||
char * | , | ||
char * | , | ||
char * | |||
) |
Definition at line 56 of file ze-callbacklogs.c.
bool dump_msg_scores4stats | ( | SMFICTX * | ctx | ) |
Definition at line 764 of file ze-callbacklogs.c.
bool log_attached_files | ( | char * | , |
char * | , | ||
attachment_T * | |||
) |
Definition at line 72 of file ze-log-files.c.
bool log_attached_files_ropen | ( | ) |
Definition at line 296 of file ze-txtlog.c.
Definition at line 79 of file ze-txtlog.c.
int log_error | ( | LOG_T * | ) |
Definition at line 383 of file ze-txtlog.c.
bool log_found_regex | ( | char * | , |
char * | , | ||
char * | , | ||
int | , | ||
int | , | ||
char * | |||
) |
Definition at line 79 of file ze-log-regex.c.
void log_grey_expire | ( | char * | rec | ) |
Definition at line 75 of file ze-log-grey.c.
bool log_grey_expire_reopen | ( | ) |
Definition at line 48 of file ze-log-grey.c.
Definition at line 61 of file ze-txtlog.c.
Definition at line 98 of file ze-txtlog.c.
void log_msg_context | ( | SMFICTX * | ctx, |
char * | why | ||
) |
Definition at line 410 of file ze-callbacklogs.c.
Definition at line 146 of file ze-txtlog.c.
Definition at line 355 of file ze-txtlog.c.
void log_quarantine | ( | SMFICTX * | , |
attachment_T * | |||
) |
Definition at line 71 of file ze-log-quarantine.c.
bool log_quarantine_reopen | ( | ) |
Definition at line 45 of file ze-log-quarantine.c.
Definition at line 130 of file ze-txtlog.c.
bool log_regex_reopen | ( | ) |
Definition at line 52 of file ze-log-regex.c.
Definition at line 275 of file ze-txtlog.c.
Definition at line 114 of file ze-txtlog.c.
void log_virus | ( | char * | , |
char * | , | ||
char * | |||
) |
Definition at line 71 of file ze-log-virus.c.
bool log_virus_reopen | ( | ) |
Definition at line 45 of file ze-log-virus.c.
Definition at line 329 of file ze-txtlog.c.
bool open_scores4stats_file | ( | ) |
Definition at line 710 of file ze-callbacklogs.c.
void read_error_msg | ( | char * | buf, |
int | , | ||
attachment_T * | , | ||
char * | , | ||
char * | , | ||
char * | , | ||
char * | , | ||
CTXPRIV_T * | |||
) |
Definition at line 155 of file ze-callbacklogs.c.
bool reopen_scores4stats_file | ( | ) |
Definition at line 728 of file ze-callbacklogs.c.
bool mailregexlog2file |
Definition at line 34 of file ze-log-regex.c.