Home
last modified time | relevance | path

Searched refs:REC_TYPE_RCPT (Results 1 – 17 of 17) sorted by relevance

/netbsd/external/ibm-public/postfix/dist/src/cleanup/
H A Dcleanup_out_recipient.c172 cleanup_out_string(state, REC_TYPE_RCPT, recip); in cleanup_out_recipient()
262 cleanup_out_string(state, REC_TYPE_RCPT, *cpp); in cleanup_out_recipient()
H A Dcleanup_bounce.c181 case REC_TYPE_RCPT: /* rewritten RCPT TO address */ in cleanup_bounce()
H A Dcleanup_extracted.c206 if (type == REC_TYPE_RCPT) { in cleanup_extracted_process()
H A Dcleanup_envelope.c268 if (type == REC_TYPE_RCPT) { in cleanup_envelope_process()
H A Dcleanup_milter.c1835 case REC_TYPE_RCPT: /* rewritten RCPT TO address */ in cleanup_del_rcpt()
/netbsd/external/ibm-public/postfix/dist/src/global/
H A Drec_type.c54 REC_TYPE_RCPT, "recipient",
H A Drec_type.h47 #define REC_TYPE_RCPT 'R' /* todo recipient, optional */ macro
H A Dpost_mail.c275 rec_fputs(stream, REC_TYPE_RCPT, recipient); in post_mail_init()
/netbsd/external/ibm-public/postfix/dist/src/sendmail/
H A Dsendmail.c823 if (REC_PUT_BUF(dst, REC_TYPE_RCPT, buf) < 0) in enqueue()
833 if (rec_put(dst, REC_TYPE_RCPT, "", 0) < 0) in enqueue()
962 if (rec_put(dst, REC_TYPE_RCPT, *cpp, strlen(*cpp)) < 0) in enqueue()
/netbsd/external/ibm-public/postfix/dist/src/smtpd/
H A Dsmtpd_proxy.c616 case REC_TYPE_RCPT: in smtpd_proxy_replay_send()
670 rec_fprintf(smtpd_proxy_replay_stream, REC_TYPE_RCPT, "%d", expect); in smtpd_proxy_save_cmd()
H A Dsmtpd.c3122 rec_fputs(state->cleanup, REC_TYPE_RCPT, STR(state->addr_buf)); in rcpt_cmd()
3662 rec_fprintf(state->cleanup, REC_TYPE_RCPT, "%s", in common_post_message_handling()
/netbsd/external/ibm-public/postfix/dist/src/showq/
H A Dshowq.c252 case REC_TYPE_RCPT: in showq_report()
/netbsd/external/ibm-public/postfix/dist/src/local/
H A Dforward.c260 rec_fputs(info->cleanup, REC_TYPE_RCPT, attr.rcpt.address); in forward_append()
/netbsd/external/ibm-public/postfix/dist/src/postdrop/
H A Dpostdrop.c526 if (rec_type == REC_TYPE_RCPT) in main()
/netbsd/external/ibm-public/postfix/dist/src/qmqpd/
H A Dqmqpd.c412 && REC_PUT_BUF(state->cleanup, REC_TYPE_RCPT, state->buf) < 0) in qmqpd_copy_recipients()
/netbsd/external/ibm-public/postfix/dist/src/qmgr/
H A Dqmgr_message.c297 || rec_type == REC_TYPE_RCPT in qmgr_message_oldstyle_scan()
476 if (rec_type == REC_TYPE_RCPT) { in qmgr_message_read()
/netbsd/external/ibm-public/postfix/dist/src/oqmgr/
H A Dqmgr_message.c436 if (rec_type == REC_TYPE_RCPT) { in qmgr_message_read()