Postfix3.3.1
データ構造 | マクロ定義 | 関数 | 変数
test-milter.c ファイル
#include <sys/types.h>
#include <sys/socket.h>
#include <netinet/in.h>
#include <sys/un.h>
#include <arpa/inet.h>
#include <errno.h>
#include <stdio.h>
#include <stdlib.h>
#include <unistd.h>
#include <string.h>
#include "libmilter/mfapi.h"
#include "libmilter/mfdef.h"

[ソースコード]

データ構造

struct  command_map
 

マクロ定義

#define MAX_RCPT   10
 
#define SMFIF_CHGFROM   0
 
#define SMFIP_HDR_LEADSPC   0
 
#define misc_mask   0
 

関数

sfsistat test_header (SMFICTX *ctx, char *name, char *value)
 
int main (int argc, char **argv)
 

変数

int add_rcpt_count = 0
 
char * add_rcpt [MAX_RCPT]
 
int del_rcpt_count = 0
 
char * del_rcpt [MAX_RCPT]
 

マクロ定義詳解

#define MAX_RCPT   10

test-milter.c169 行目に定義があります。

#define misc_mask   0

test-milter.c440 行目に定義があります。

#define SMFIF_CHGFROM   0

test-milter.c436 行目に定義があります。

#define SMFIP_HDR_LEADSPC   0

test-milter.c439 行目に定義があります。

関数詳解

int main ( int  argc,
char **  argv 
)

test-milter.c556 行目に定義があります。

sfsistat test_header ( SMFICTX *  ctx,
char *  name,
char *  value 
)

test-milter.c302 行目に定義があります。

変数詳解

char* add_rcpt[MAX_RCPT]

test-milter.c171 行目に定義があります。

int add_rcpt_count = 0

test-milter.c170 行目に定義があります。

char* del_rcpt[MAX_RCPT]

test-milter.c173 行目に定義があります。

int del_rcpt_count = 0

test-milter.c172 行目に定義があります。