Postfix3.3.1
|
#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.c の 169 行目に定義があります。
#define misc_mask 0 |
test-milter.c の 440 行目に定義があります。
#define SMFIF_CHGFROM 0 |
test-milter.c の 436 行目に定義があります。
#define SMFIP_HDR_LEADSPC 0 |
test-milter.c の 439 行目に定義があります。
test-milter.c の 556 行目に定義があります。
sfsistat test_header | ( | SMFICTX * | ctx, |
char * | name, | ||
char * | value | ||
) |
test-milter.c の 302 行目に定義があります。
char* add_rcpt[MAX_RCPT] |
test-milter.c の 171 行目に定義があります。
int add_rcpt_count = 0 |
test-milter.c の 170 行目に定義があります。
char* del_rcpt[MAX_RCPT] |
test-milter.c の 173 行目に定義があります。
int del_rcpt_count = 0 |
test-milter.c の 172 行目に定義があります。