Postfix3.3.1
|
#include <sys_defs.h>
#include <unistd.h>
#include <string.h>
#include <msg.h>
#include <vstring.h>
#include <vstream.h>
#include <htable.h>
#include <readlline.h>
#include <mymalloc.h>
#include <vstring_vstream.h>
#include <stringops.h>
#include <tok822.h>
#include <mail_params.h>
#include <bounce.h>
#include <defer.h>
#include "local.h"
関数 | |
int | deliver_token (LOCAL_STATE state, USER_ATTR usr_attr, TOK822 *addr) |
int | deliver_token_string (LOCAL_STATE state, USER_ATTR usr_attr, char *string, int *addr_count) |
int | deliver_token_stream (LOCAL_STATE state, USER_ATTR usr_attr, VSTREAM *fp, int *addr_count) |
int deliver_token | ( | LOCAL_STATE | state, |
USER_ATTR | usr_attr, | ||
TOK822 * | addr | ||
) |
int deliver_token_stream | ( | LOCAL_STATE | state, |
USER_ATTR | usr_attr, | ||
VSTREAM * | fp, | ||
int * | addr_count | ||
) |