Go to the source code of this file.
|
uint32_t | check_ehlo_value (SMFICTX *) |
|
bool | compatible_domains (char *, char *) |
|
sfsistat | check_msg_contents (SMFICTX *) |
|
sfsistat | evaluate_message_score (SMFICTX *ctx, bool *) |
|
bool | check_spamtrap_rcpt (char *, char *, char *, char *, int) |
|
bool | check_recipient_quarantine (rcpt_addr_T *, int) |
|
bool | shall_check_content (SMFICTX *) |
|
bool | shall_check_xfiles (SMFICTX *) |
|
bool | shall_check_virus (SMFICTX *) |
|
bool | shall_designated_quarantine (SMFICTX *, char *) |
|
bool | check_intranet_user (char *, char *, char *) |
|
bool | shall_notify_user (char *, bool) |
|
◆ __ZE_CALLBACKCHECKS_H
#define __ZE_CALLBACKCHECKS_H 1 |
◆ MAX_MSG_SCORE
◆ check_ehlo_value()
◆ check_intranet_user()
bool check_intranet_user |
( |
char * |
, |
|
|
char * |
, |
|
|
char * |
|
|
) |
| |
◆ check_msg_contents()
sfsistat check_msg_contents |
( |
SMFICTX * |
| ) |
|
◆ check_recipient_quarantine()
◆ check_spamtrap_rcpt()
bool check_spamtrap_rcpt |
( |
char * |
, |
|
|
char * |
, |
|
|
char * |
, |
|
|
char * |
, |
|
|
int |
|
|
) |
| |
◆ compatible_domains()
bool compatible_domains |
( |
char * |
, |
|
|
char * |
|
|
) |
| |
◆ evaluate_message_score()
sfsistat evaluate_message_score |
( |
SMFICTX * |
ctx, |
|
|
bool * |
|
|
) |
| |
◆ shall_check_content()
bool shall_check_content |
( |
SMFICTX * |
| ) |
|
◆ shall_check_virus()
bool shall_check_virus |
( |
SMFICTX * |
| ) |
|
◆ shall_check_xfiles()
bool shall_check_xfiles |
( |
SMFICTX * |
| ) |
|
◆ shall_designated_quarantine()
bool shall_designated_quarantine |
( |
SMFICTX * |
, |
|
|
char * |
|
|
) |
| |
◆ shall_notify_user()
bool shall_notify_user |
( |
char * |
user_addr, |
|
|
bool |
to |
|
) |
| |