Home
last modified time | relevance | path

Searched refs:dsn_orcpt (Results 1 – 23 of 23) sorted by relevance

/netbsd/src/external/ibm-public/postfix/dist/src/cleanup/
Dcleanup_out_recipient.c132 const char *dsn_orcpt, in cleanup_out_recipient() argument
143 if (dsn_orcpt == 0) in cleanup_out_recipient()
144 dsn_orcpt = ""; in cleanup_out_recipient()
163 dsn_orcpt, dsn_notify, orcpt, recip) : in cleanup_out_recipient()
168 if (*dsn_orcpt) in cleanup_out_recipient()
170 MAIL_ATTR_DSN_ORCPT, dsn_orcpt); in cleanup_out_recipient()
236 RECIPIENT_ASSIGN(&rcpt, 0, dsn_orcpt, dsn_notify, orcpt, recip); in cleanup_out_recipient()
245 RECIPIENT_ASSIGN(&rcpt, 0, dsn_orcpt, dsn_notify, orcpt, recip); in cleanup_out_recipient()
253 dsn_orcpt, dsn_notify, orcpt, *cpp) : in cleanup_out_recipient()
258 if (*dsn_orcpt) in cleanup_out_recipient()
[all …]
Dcleanup_bounce.c100 char *dsn_orcpt = 0; in cleanup_bounce() local
165 if (dsn_orcpt != 0) /* can't happen */ in cleanup_bounce()
166 myfree(dsn_orcpt); in cleanup_bounce()
167 dsn_orcpt = mystrdup(start); in cleanup_bounce()
184 dsn_orcpt ? dsn_orcpt : "", dsn_notify, in cleanup_bounce()
195 if (dsn_orcpt != 0) { in cleanup_bounce()
196 myfree(dsn_orcpt); in cleanup_bounce()
197 dsn_orcpt = 0; in cleanup_bounce()
205 if (dsn_orcpt != 0) /* can't happen */ in cleanup_bounce()
206 myfree(dsn_orcpt); in cleanup_bounce()
Dcleanup_extracted.c226 if (state->dsn_orcpt != 0) { in cleanup_extracted_process()
227 myfree(state->dsn_orcpt); in cleanup_extracted_process()
228 state->dsn_orcpt = 0; in cleanup_extracted_process()
238 if (state->dsn_orcpt != 0) { in cleanup_extracted_process()
239 myfree(state->dsn_orcpt); in cleanup_extracted_process()
240 state->dsn_orcpt = 0; in cleanup_extracted_process()
246 if (state->dsn_orcpt) { in cleanup_extracted_process()
248 state->queue_id, state->dsn_orcpt); in cleanup_extracted_process()
249 myfree(state->dsn_orcpt); in cleanup_extracted_process()
251 state->dsn_orcpt = mystrdup(buf); in cleanup_extracted_process()
Dcleanup_envelope.c287 if (state->dsn_orcpt != 0) { in cleanup_envelope_process()
288 myfree(state->dsn_orcpt); in cleanup_envelope_process()
289 state->dsn_orcpt = 0; in cleanup_envelope_process()
299 if (state->dsn_orcpt != 0) { in cleanup_envelope_process()
300 myfree(state->dsn_orcpt); in cleanup_envelope_process()
301 state->dsn_orcpt = 0; in cleanup_envelope_process()
307 if (state->dsn_orcpt) { in cleanup_envelope_process()
309 state->queue_id, state->dsn_orcpt); in cleanup_envelope_process()
310 myfree(state->dsn_orcpt); in cleanup_envelope_process()
312 state->dsn_orcpt = mystrdup(mapped_buf); in cleanup_envelope_process()
Dcleanup_addr.c230 if (state->dsn_orcpt == 0 && *STR(clean_addr) != 0) in cleanup_addr_recipient()
231 state->dsn_orcpt = concatenate((!allascii(STR(clean_addr)) in cleanup_addr_recipient()
234 cleanup_out_recipient(state, state->dsn_orcpt, state->dsn_notify, in cleanup_addr_recipient()
259 const char *dsn_orcpt, int dsn_notify) in cleanup_addr_bcc_dsn() argument
288 cleanup_out_recipient(state, dsn_orcpt, dsn_notify, in cleanup_addr_bcc_dsn()
Dcleanup_state.c130 state->dsn_orcpt = 0; in cleanup_state_alloc()
194 if (state->dsn_orcpt) in cleanup_state_free()
195 myfree(state->dsn_orcpt); in cleanup_state_free()
Dcleanup_milter.c1712 char *dsn_orcpt = 0; /* XXX for dup filter cleanup */ in cleanup_del_rcpt() local
1754 if (dsn_orcpt != 0) \ in cleanup_del_rcpt()
1755 myfree(dsn_orcpt); \ in cleanup_del_rcpt()
1826 if (dsn_orcpt != 0) /* can't happen */ in cleanup_del_rcpt()
1827 myfree(dsn_orcpt); in cleanup_del_rcpt()
1828 dsn_orcpt = mystrdup(start); in cleanup_del_rcpt()
1857 dsn_orcpt ? dsn_orcpt : "", dsn_notify, in cleanup_del_rcpt()
1866 if (dsn_orcpt != 0) { in cleanup_del_rcpt()
1867 myfree(dsn_orcpt); in cleanup_del_rcpt()
1868 dsn_orcpt = 0; in cleanup_del_rcpt()
Dcleanup.h105 char *dsn_orcpt; /* DSN original recipient */ member
/netbsd/src/external/ibm-public/postfix/dist/src/global/
Drcpt_buf.c93 rcpt->dsn_orcpt = vstring_alloc(10); in rcpb_create()
107 BUF_TRUNCATE(rcpt->dsn_orcpt); in rcpb_reset()
117 vstring_free(rcpt->dsn_orcpt); in rcpb_free()
139 RECV_ATTR_STR(MAIL_ATTR_DSN_ORCPT, rcpt->dsn_orcpt), in rcpb_scan()
Drecipient_list.c142 const char *dsn_orcpt, int dsn_notify, in recipient_list_add() argument
156 list->info[list->len].dsn_orcpt = mystrdup(dsn_orcpt); in recipient_list_add()
188 myfree((void *) rcpt->dsn_orcpt); in recipient_list_free()
Drcpt_buf.h35 VSTRING *dsn_orcpt; /* dsn original recipient */ member
48 (buf)->rcpt.dsn_orcpt = vstring_str((buf)->dsn_orcpt), \
Drecipient_list.h27 const char *dsn_orcpt; /* DSN original recipient */ member
40 (rcpt)->dsn_orcpt = (orcpt); \
Drcpt_print.c74 SEND_ATTR_STR(MAIL_ATTR_DSN_ORCPT, rcpt->dsn_orcpt), in rcpt_print()
Dbounce_log.c235 vstring_strcpy(rcpt_buf->dsn_orcpt, value); in bounce_log_read()
Ddeliver_request.c325 vstring_str(rcpt_buf->dsn_orcpt), in deliver_request_get()
/netbsd/src/external/ibm-public/postfix/dist/src/oqmgr/
Dqmgr_message.c330 char *dsn_orcpt = 0; in qmgr_message_read() local
445 dsn_orcpt ? dsn_orcpt : "", in qmgr_message_read()
448 if (dsn_orcpt) { in qmgr_message_read()
449 myfree(dsn_orcpt); in qmgr_message_read()
450 dsn_orcpt = 0; in qmgr_message_read()
491 if (dsn_orcpt) { in qmgr_message_read()
492 myfree(dsn_orcpt); in qmgr_message_read()
493 dsn_orcpt = 0; in qmgr_message_read()
506 if (dsn_orcpt != 0) { in qmgr_message_read()
508 message->queue_id, dsn_orcpt); in qmgr_message_read()
[all …]
/netbsd/src/external/ibm-public/postfix/dist/src/local/
Dalias.c120 const char *dsn_orcpt; in deliver_alias() local
309 DSN_SAVE_UPDATE(dsn_orcpt, state.msg_attr.rcpt.dsn_orcpt, ""); in deliver_alias()
346 state.msg_attr.rcpt.dsn_orcpt = dsn_orcpt; in deliver_alias()
Dforward.c256 if (*attr.rcpt.dsn_orcpt) in forward_append()
258 MAIL_ATTR_DSN_ORCPT, attr.rcpt.dsn_orcpt); in forward_append()
/netbsd/src/external/ibm-public/postfix/dist/src/qmgr/
Dqmgr_message.c353 char *dsn_orcpt = 0; in qmgr_message_read() local
485 dsn_orcpt ? dsn_orcpt : "", in qmgr_message_read()
488 if (dsn_orcpt) { in qmgr_message_read()
489 myfree(dsn_orcpt); in qmgr_message_read()
490 dsn_orcpt = 0; in qmgr_message_read()
532 if (dsn_orcpt) { in qmgr_message_read()
533 myfree(dsn_orcpt); in qmgr_message_read()
534 dsn_orcpt = 0; in qmgr_message_read()
547 if (dsn_orcpt != 0) { in qmgr_message_read()
549 message->queue_id, dsn_orcpt); in qmgr_message_read()
[all …]
/netbsd/src/external/ibm-public/postfix/dist/src/bounce/
Dbounce_append_service.c130 if (NOT_NULL_EMPTY(rcpt->dsn_orcpt)) in bounce_append_service()
131 vstream_fprintf(log, "%s=%s\n", MAIL_ATTR_DSN_ORCPT, rcpt->dsn_orcpt); in bounce_append_service()
Dbounce.c279 VS_NEUTER(rcpt_buf->dsn_orcpt); in bounce_append_proto()
299 rcpt_buf->offset, STR(rcpt_buf->dsn_orcpt), in bounce_append_proto()
508 VS_NEUTER(rcpt_buf->dsn_orcpt); in bounce_one_proto()
529 rcpt_buf->offset, STR(rcpt_buf->dsn_orcpt), in bounce_one_proto()
Dbounce_notify_util.c786 if (NON_NULL_EMPTY(rcpt->dsn_orcpt)) { in bounce_recipient_dsn()
787 post_mail_fprintf(bounce, "Original-Recipient: %s", rcpt->dsn_orcpt); in bounce_recipient_dsn()
/netbsd/src/external/ibm-public/postfix/dist/src/smtp/
Dsmtp_proto.c1840 const char *orcpt_type_addr = rcpt->dsn_orcpt; in smtp_loop()