Postfix3.3.1
マクロ定義 | 関数
bounce_trace_service.c ファイル
#include <sys_defs.h>
#include <fcntl.h>
#include <errno.h>
#include <string.h>
#include <ctype.h>
#include <msg.h>
#include <vstream.h>
#include <stringops.h>
#include <mail_params.h>
#include <mail_queue.h>
#include <post_mail.h>
#include <mail_addr.h>
#include <mail_error.h>
#include <dsn_mask.h>
#include <rec_type.h>
#include <deliver_request.h>
#include "bounce_service.h"

[ソースコード]

マクロ定義

#define STR   vstring_str
 
#define NULL_SENDER   MAIL_ADDR_EMPTY /* special address */
 
#define NON_DSN_FLAGS   (DEL_REQ_FLAG_USR_VRFY | DEL_REQ_FLAG_RECORD)
 
#define NULL_TRACE_FLAGS   0
 

関数

int bounce_trace_service (int flags, char *service, char *queue_name, char *queue_id, char *encoding, int smtputf8, char *recipient, char *dsn_envid, int unused_dsn_ret, BOUNCE_TEMPLATES *ts)
 

マクロ定義詳解

#define NON_DSN_FLAGS   (DEL_REQ_FLAG_USR_VRFY | DEL_REQ_FLAG_RECORD)
#define NULL_SENDER   MAIL_ADDR_EMPTY /* special address */
#define NULL_TRACE_FLAGS   0
#define STR   vstring_str

bounce_trace_service.c78 行目に定義があります。

関数詳解

int bounce_trace_service ( int  flags,
char *  service,
char *  queue_name,
char *  queue_id,
char *  encoding,
int  smtputf8,
char *  recipient,
char *  dsn_envid,
int  unused_dsn_ret,
BOUNCE_TEMPLATES ts 
)

bounce_trace_service.c82 行目に定義があります。