ze-filter
(ze-filter-0.8.0-develop-180218)
|
Go to the source code of this file.
Classes | |
struct | MSG_SPOOL_T |
Macros | |
#define | WHY_UNKNOWN 0 |
#define | WHY_XFILE 1 |
#define | WHY_VIRUS 2 |
#define | WHY_POLICY 3 |
#define | WHY_SPAM 4 |
#define | WHY_ARCHIVE 5 |
#define | WHY_QUARANTINE 6 |
#define | SUFFIX_UNKNOWN ".unknown" |
#define | SUFFIX_XFILE ".xfile" |
#define | SUFFIX_VIRUS ".virus" |
#define | SUFFIX_POLICY ".policy" |
#define | SUFFIX_SPAM ".spam" |
#define | SUFFIX_ARCHIVE ".archive" |
#define | SUFFIX_QUARANTINE ".quarantine" |
#define | __ZE_SPOOL_H |
Typedefs | |
typedef struct MSG_SPOOL_T | MSG_SPOOL_T |
Functions | |
bool | spool_file_create (CTXPRIV_T *) |
bool | spool_file_write (CTXPRIV_T *, char *, size_t) |
bool | spool_file_close (CTXPRIV_T *) |
bool | spool_file_forget (CTXPRIV_T *) |
bool | spool_file_is_open (CTXPRIV_T *) |
#define __ZE_SPOOL_H |
Definition at line 66 of file ze-spool.h.
#define SUFFIX_ARCHIVE ".archive" |
Definition at line 41 of file ze-spool.h.
#define SUFFIX_POLICY ".policy" |
Definition at line 39 of file ze-spool.h.
#define SUFFIX_QUARANTINE ".quarantine" |
Definition at line 42 of file ze-spool.h.
#define SUFFIX_SPAM ".spam" |
Definition at line 40 of file ze-spool.h.
#define SUFFIX_UNKNOWN ".unknown" |
Definition at line 36 of file ze-spool.h.
#define SUFFIX_VIRUS ".virus" |
Definition at line 38 of file ze-spool.h.
#define SUFFIX_XFILE ".xfile" |
Definition at line 37 of file ze-spool.h.
#define WHY_ARCHIVE 5 |
Definition at line 32 of file ze-spool.h.
#define WHY_POLICY 3 |
Definition at line 30 of file ze-spool.h.
#define WHY_QUARANTINE 6 |
Definition at line 33 of file ze-spool.h.
#define WHY_SPAM 4 |
Definition at line 31 of file ze-spool.h.
#define WHY_UNKNOWN 0 |
Definition at line 27 of file ze-spool.h.
#define WHY_VIRUS 2 |
Definition at line 29 of file ze-spool.h.
#define WHY_XFILE 1 |
Definition at line 28 of file ze-spool.h.
typedef struct MSG_SPOOL_T MSG_SPOOL_T |
Definition at line 54 of file ze-spool.h.
Definition at line 222 of file ze-spool.c.
Definition at line 50 of file ze-spool.c.
Definition at line 245 of file ze-spool.c.
Definition at line 291 of file ze-spool.c.
Definition at line 201 of file ze-spool.c.