| /netbsd/src/external/ibm-public/postfix/dist/src/cleanup/ |
| D | cleanup_out_recipient.c | 132 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 …]
|
| D | cleanup_bounce.c | 100 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()
|
| D | cleanup_extracted.c | 226 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()
|
| D | cleanup_envelope.c | 287 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()
|
| D | cleanup_addr.c | 230 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()
|
| D | cleanup_state.c | 130 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()
|
| D | cleanup_milter.c | 1712 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()
|
| D | cleanup.h | 105 char *dsn_orcpt; /* DSN original recipient */ member
|
| /netbsd/src/external/ibm-public/postfix/dist/src/global/ |
| D | rcpt_buf.c | 93 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()
|
| D | recipient_list.c | 142 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()
|
| D | rcpt_buf.h | 35 VSTRING *dsn_orcpt; /* dsn original recipient */ member 48 (buf)->rcpt.dsn_orcpt = vstring_str((buf)->dsn_orcpt), \
|
| D | recipient_list.h | 27 const char *dsn_orcpt; /* DSN original recipient */ member 40 (rcpt)->dsn_orcpt = (orcpt); \
|
| D | rcpt_print.c | 74 SEND_ATTR_STR(MAIL_ATTR_DSN_ORCPT, rcpt->dsn_orcpt), in rcpt_print()
|
| D | bounce_log.c | 235 vstring_strcpy(rcpt_buf->dsn_orcpt, value); in bounce_log_read()
|
| D | deliver_request.c | 325 vstring_str(rcpt_buf->dsn_orcpt), in deliver_request_get()
|
| /netbsd/src/external/ibm-public/postfix/dist/src/oqmgr/ |
| D | qmgr_message.c | 330 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/ |
| D | alias.c | 120 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()
|
| D | forward.c | 256 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/ |
| D | qmgr_message.c | 353 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/ |
| D | bounce_append_service.c | 130 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()
|
| D | bounce.c | 279 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()
|
| D | bounce_notify_util.c | 786 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/ |
| D | smtp_proto.c | 1840 const char *orcpt_type_addr = rcpt->dsn_orcpt; in smtp_loop()
|