Postfix3.3.1
|
#include <sys_defs.h>
#include <string.h>
#include <stdlib.h>
#include <msg.h>
#include <vstring.h>
#include <vstream.h>
#include <mymalloc.h>
#include <stringops.h>
#include <rec_type.h>
#include <record.h>
#include <cleanup_user.h>
#include <mail_params.h>
#include <ext_prop.h>
#include <mail_addr.h>
#include <canon_addr.h>
#include <mail_addr_find.h>
#include <mail_proto.h>
#include <dsn_mask.h>
#include <smtputf8.h>
#include "cleanup.h"
マクロ定義 | |
#define | STR vstring_str |
#define | LEN VSTRING_LEN |
#define | IGNORE_EXTENSION (char **) 0 |
関数 | |
off_t | cleanup_addr_sender (CLEANUP_STATE *state, const char *buf) |
void | cleanup_addr_recipient (CLEANUP_STATE *state, const char *buf) |
void | cleanup_addr_bcc_dsn (CLEANUP_STATE *state, const char *bcc, const char *dsn_orcpt, int dsn_notify) |
#define IGNORE_EXTENSION (char **) 0 |
cleanup_addr.c の 107 行目に定義があります。
#define LEN VSTRING_LEN |
cleanup_addr.c の 106 行目に定義があります。
#define STR vstring_str |
cleanup_addr.c の 105 行目に定義があります。
void cleanup_addr_bcc_dsn | ( | CLEANUP_STATE * | state, |
const char * | bcc, | ||
const char * | dsn_orcpt, | ||
int | dsn_notify | ||
) |
cleanup_addr.c の 253 行目に定義があります。
void cleanup_addr_recipient | ( | CLEANUP_STATE * | state, |
const char * | buf | ||
) |
cleanup_addr.c の 190 行目に定義があります。
off_t cleanup_addr_sender | ( | CLEANUP_STATE * | state, |
const char * | buf | ||
) |
cleanup_addr.c の 111 行目に定義があります。