ze-filter
(ze-filter-0.8.0-develop-180218)
|
Macros | |
#define | CT_NONE 0 |
#define | CT_TYPE 1 |
#define | CT_DISP 2 |
#define | CT_UUFILE 3 |
#define | ST_INIT 0 |
#define | ST_VALUE 1 |
#define | ST_TOKEN 2 |
#define | ST_CHECK 3 |
Functions | |
int | free_fext () |
int | add_fext (char *) |
void | init_default_file_extensions () |
void | init_file_extension_regex () |
void | list_filename_extensions (int fd) |
bool | check_filename_xfile (char *) |
void | dump_xfiles_table () |
bool | load_xfiles_table (char *, char *) |
bool | check_xfiles (char *, char *, size_t, char *, size_t) |
int | scan_block (char *, char *, long, char *, long, int *, content_field_T *, content_field_T **) |
Filtering messages based on the file extension of attached files
#define CT_DISP 2 |
Definition at line 33 of file ze-scanmail.h.
#define CT_NONE 0 |
Definition at line 31 of file ze-scanmail.h.
#define CT_TYPE 1 |
Definition at line 32 of file ze-scanmail.h.
#define CT_UUFILE 3 |
Definition at line 34 of file ze-scanmail.h.
#define ST_CHECK 3 |
Definition at line 39 of file ze-scanmail.h.
#define ST_INIT 0 |
Definition at line 36 of file ze-scanmail.h.
#define ST_TOKEN 2 |
Definition at line 38 of file ze-scanmail.h.
#define ST_VALUE 1 |
Definition at line 37 of file ze-scanmail.h.
int add_fext | ( | char * | ) |
Definition at line 102 of file ze-fileexp.c.
bool check_filename_xfile | ( | char * | ) |
Definition at line 342 of file ze-fileexp.c.
bool check_xfiles | ( | char * | , |
char * | , | ||
size_t | , | ||
char * | , | ||
size_t | |||
) |
Definition at line 625 of file ze-fileexp.c.
void dump_xfiles_table | ( | ) |
Definition at line 398 of file ze-fileexp.c.
int free_fext | ( | ) |
Definition at line 89 of file ze-fileexp.c.
void init_default_file_extensions | ( | ) |
Definition at line 195 of file ze-fileexp.c.
void init_file_extension_regex | ( | ) |
Definition at line 249 of file ze-fileexp.c.
void list_filename_extensions | ( | int | fd | ) |
Definition at line 298 of file ze-fileexp.c.
bool load_xfiles_table | ( | char * | , |
char * | |||
) |
Definition at line 575 of file ze-fileexp.c.
int scan_block | ( | char * | , |
char * | , | ||
long | , | ||
char * | , | ||
long | , | ||
int * | , | ||
content_field_T * | , | ||
content_field_T ** | |||
) |
Definition at line 51 of file ze-scanmail.c.