ze-filter  (ze-filter-0.8.0-develop-180218)
ze-callbackchecks.h File Reference

Go to the source code of this file.

Macros

#define MAX_MSG_SCORE   15
 
#define __ZE_CALLBACKCHECKS_H   1
 

Functions

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)
 

Macro Definition Documentation

◆ __ZE_CALLBACKCHECKS_H

#define __ZE_CALLBACKCHECKS_H   1

Definition at line 54 of file ze-callbackchecks.h.

◆ MAX_MSG_SCORE

#define MAX_MSG_SCORE   15

Definition at line 28 of file ze-callbackchecks.h.

Function Documentation

◆ check_ehlo_value()

uint32_t check_ehlo_value ( SMFICTX *  )

Definition at line 1096 of file ze-callbackchecks.c.

◆ check_intranet_user()

bool check_intranet_user ( char *  ,
char *  ,
char *   
)

◆ check_msg_contents()

sfsistat check_msg_contents ( SMFICTX *  )

Definition at line 329 of file ze-callbackchecks.c.

◆ check_recipient_quarantine()

bool check_recipient_quarantine ( rcpt_addr_T ,
int   
)

Definition at line 407 of file ze-filter.c.

◆ check_spamtrap_rcpt()

bool check_spamtrap_rcpt ( char *  ,
char *  ,
char *  ,
char *  ,
int   
)

Definition at line 1020 of file ze-callbackchecks.c.

◆ compatible_domains()

bool compatible_domains ( char *  ,
char *   
)

Definition at line 252 of file ze-callbackchecks.c.

◆ evaluate_message_score()

sfsistat evaluate_message_score ( SMFICTX *  ctx,
bool  
)

Definition at line 749 of file ze-callbackchecks.c.

◆ shall_check_content()

bool shall_check_content ( SMFICTX *  )

Definition at line 149 of file ze-callbackchecks.c.

◆ shall_check_virus()

bool shall_check_virus ( SMFICTX *  )

Definition at line 206 of file ze-callbackchecks.c.

◆ shall_check_xfiles()

bool shall_check_xfiles ( SMFICTX *  )

Definition at line 183 of file ze-callbackchecks.c.

◆ shall_designated_quarantine()

bool shall_designated_quarantine ( SMFICTX *  ,
char *   
)

Definition at line 229 of file ze-callbackchecks.c.

◆ shall_notify_user()

bool shall_notify_user ( char *  user_addr,
bool  to 
)

Definition at line 209 of file policy-test.c.