Postfix3.3.1
|
#include <sys_defs.h>
#include <string.h>
#include <argv.h>
#include <msg.h>
#include <been_here.h>
#include <mail_params.h>
#include <rec_type.h>
#include <ext_prop.h>
#include <cleanup_user.h>
#include <dsn_mask.h>
#include <recipient_list.h>
#include <dsn.h>
#include <trace.h>
#include <verify.h>
#include <mail_queue.h>
#include <mail_proto.h>
#include <msg_stats.h>
#include "cleanup.h"
マクロ定義 | |
#define | STREQ(x, y) (strcmp((x), (y)) == 0) |
関数 | |
void | cleanup_out_recipient (CLEANUP_STATE *state, const char *dsn_orcpt, int dsn_notify, const char *orcpt, const char *recip) |
#define STREQ | ( | x, | |
y | |||
) | (strcmp((x), (y)) == 0) |
void cleanup_out_recipient | ( | CLEANUP_STATE * | state, |
const char * | dsn_orcpt, | ||
int | dsn_notify, | ||
const char * | orcpt, | ||
const char * | recip | ||
) |
cleanup_out_recipient.c の 129 行目に定義があります。