Postfix3.3.1
マクロ定義 | 関数
postscreen_early.c ファイル
#include <sys_defs.h>
#include <sys/socket.h>
#include <limits.h>
#include <msg.h>
#include <stringops.h>
#include <mymalloc.h>
#include <vstring.h>
#include <mail_params.h>
#include <postscreen.h>

[ソースコード]

マクロ定義

#define PSC_DNSBL_FORMAT   "%s 5.7.1 Service unavailable; client [%s] blocked using %s\r\n"
 
#define NO_DNSBL_SCORE   INT_MAX
 

関数

void psc_early_tests (PSC_STATE *state)
 
void psc_early_init (void)
 

マクロ定義詳解

#define NO_DNSBL_SCORE   INT_MAX
#define PSC_DNSBL_FORMAT   "%s 5.7.1 Service unavailable; client [%s] blocked using %s\r\n"

関数詳解

void psc_early_init ( void  )

postscreen_early.c370 行目に定義があります。

void psc_early_tests ( PSC_STATE state)

postscreen_early.c327 行目に定義があります。