/netbsd-src/external/ibm-public/postfix/dist/src/cleanup/ |
H A D | cleanup_out_recipient.c | 133 int dsn_notify, in cleanup_out_recipient() argument 163 dsn_orcpt, dsn_notify, orcpt, recip) : in cleanup_out_recipient() 165 if (dsn_notify) in cleanup_out_recipient() 167 MAIL_ATTR_DSN_NOTIFY, dsn_notify); in cleanup_out_recipient() 236 RECIPIENT_ASSIGN(&rcpt, 0, dsn_orcpt, dsn_notify, orcpt, recip); in cleanup_out_recipient() 241 if ((dsn_notify & DSN_NOTIFY_SUCCESS) in cleanup_out_recipient() 245 RECIPIENT_ASSIGN(&rcpt, 0, dsn_orcpt, dsn_notify, orcpt, recip); in cleanup_out_recipient() 247 dsn_notify = (dsn_notify == DSN_NOTIFY_SUCCESS ? DSN_NOTIFY_NEVER : in cleanup_out_recipient() 248 dsn_notify & ~DSN_NOTIFY_SUCCESS); in cleanup_out_recipient() 253 dsn_orcpt, dsn_notify, orcpt, *cpp) : in cleanup_out_recipient() [all …]
|
H A D | cleanup_extracted.c | 226 state->dsn_notify = 0; in cleanup_extracted_process() 238 state->dsn_notify = 0; in cleanup_extracted_process() 251 if (state->dsn_notify) { in cleanup_extracted_process() 253 state->queue_id, state->dsn_notify); in cleanup_extracted_process() 254 state->dsn_notify = 0; in cleanup_extracted_process() 261 QMGR_READ_FLAG_FROM_DSN(state->dsn_notify = junk); in cleanup_extracted_process()
|
H A D | cleanup_bounce.c | 101 int dsn_notify = 0; in cleanup_bounce() local 172 dsn_notify = junk; in cleanup_bounce() 174 dsn_notify = 0; in cleanup_bounce() 184 dsn_orcpt ? dsn_orcpt : "", dsn_notify, in cleanup_bounce() 199 dsn_notify = 0; in cleanup_bounce()
|
H A D | cleanup_envelope.c | 288 state->dsn_notify = 0; in cleanup_envelope_process() 300 state->dsn_notify = 0; in cleanup_envelope_process() 313 if (state->dsn_notify) { in cleanup_envelope_process() 315 state->queue_id, state->dsn_notify); in cleanup_envelope_process() 316 state->dsn_notify = 0; in cleanup_envelope_process() 324 QMGR_READ_FLAG_FROM_DSN(state->dsn_notify = junk); in cleanup_envelope_process()
|
H A D | cleanup_addr.c | 231 cleanup_out_recipient(state, state->dsn_orcpt, state->dsn_notify, in cleanup_addr_recipient() 256 const char *dsn_orcpt, int dsn_notify) in cleanup_addr_bcc_dsn() argument 285 cleanup_out_recipient(state, dsn_orcpt, dsn_notify, in cleanup_addr_bcc_dsn()
|
/netbsd-src/external/ibm-public/postfix/dist/src/local/ |
H A D | alias.c | 117 int dsn_notify; in deliver_alias() local 301 DSN_SAVE_UPDATE(dsn_notify, state.msg_attr.rcpt.dsn_notify, in deliver_alias() 302 dsn_notify == DSN_NOTIFY_SUCCESS ? in deliver_alias() 304 dsn_notify & ~DSN_NOTIFY_SUCCESS); in deliver_alias() 340 if (dsn_notify & DSN_NOTIFY_SUCCESS) { in deliver_alias() 341 state.msg_attr.rcpt.dsn_notify = dsn_notify; in deliver_alias()
|
H A D | forward.c | 255 if (attr.rcpt.dsn_notify) in forward_append() 257 MAIL_ATTR_DSN_NOTIFY, attr.rcpt.dsn_notify); in forward_append() 334 attr.rcpt.dsn_notify = in forward_send() 335 (attr.rcpt.dsn_notify == DSN_NOTIFY_SUCCESS ? in forward_send() 336 DSN_NOTIFY_NEVER : attr.rcpt.dsn_notify & ~DSN_NOTIFY_SUCCESS); in forward_send()
|
H A D | dotforward.c | 265 saved_notify = state.msg_attr.rcpt.dsn_notify; in deliver_dotforward() 266 state.msg_attr.rcpt.dsn_notify = in deliver_dotforward() 284 state.msg_attr.rcpt.dsn_notify = saved_notify; in deliver_dotforward()
|
/netbsd-src/external/ibm-public/postfix/dist/src/global/ |
H A D | rcpt_buf.h | 36 int dsn_notify; /* DSN notify flags */ member 49 (buf)->rcpt.dsn_notify = (buf)->dsn_notify, \
|
H A D | rcpt_buf.c | 94 rcpt->dsn_notify = 0; in rcpb_create() 108 rcpt->dsn_notify = 0; in rcpb_reset() 140 RECV_ATTR_INT(MAIL_ATTR_DSN_NOTIFY, &rcpt->dsn_notify), in rcpb_scan()
|
H A D | sent.c | 155 && (rcpt->dsn_notify == 0 || (rcpt->dsn_notify & DSN_NOTIFY_DELAY))) in sent() 162 && ((recipient->dsn_notify & DSN_NOTIFY_SUCCESS) == 0 in sent()
|
H A D | recipient_list.c | 142 const char *dsn_orcpt, int dsn_notify, in recipient_list_add() argument 157 list->info[list->len].dsn_notify = dsn_notify; in recipient_list_add()
|
H A D | recipient_list.h | 28 int dsn_notify; /* DSN notify flags */ member 41 (rcpt)->dsn_notify = (notify); \
|
/netbsd-src/external/ibm-public/postfix/dist/src/sendmail/ |
H A D | sendmail.c | 678 const char *dsn_envid, int dsn_ret, int dsn_notify, in enqueue() argument 820 if (dsn_notify) in enqueue() 822 MAIL_ATTR_DSN_NOTIFY, dsn_notify); in enqueue() 959 if (dsn_notify) in enqueue() 961 MAIL_ATTR_DSN_NOTIFY, dsn_notify); in enqueue() 1052 int dsn_notify = 0; in main() local 1254 if ((dsn_notify = dsn_notify_mask(optarg)) == 0) in main() 1384 if (dsn_notify) in main() 1432 enqueue(flags, encoding, dsn_envid, dsn_ret, dsn_notify, in main()
|
/netbsd-src/external/ibm-public/postfix/dist/src/oqmgr/ |
H A D | qmgr_message.c | 325 int dsn_notify = 0; in qmgr_message_read() local 442 dsn_notify ? dsn_notify : 0, in qmgr_message_read() 452 if (dsn_notify) in qmgr_message_read() 453 dsn_notify = 0; in qmgr_message_read() 495 if (dsn_notify) in qmgr_message_read() 496 dsn_notify = 0; in qmgr_message_read() 514 if (dsn_notify != 0) { in qmgr_message_read() 516 message->queue_id, dsn_notify); in qmgr_message_read() 517 dsn_notify = 0; in qmgr_message_read() 524 dsn_notify = n; in qmgr_message_read() [all …]
|
/netbsd-src/external/ibm-public/postfix/dist/src/qmgr/ |
H A D | qmgr_message.c | 348 int dsn_notify = 0; in qmgr_message_read() local 482 dsn_notify ? dsn_notify : 0, in qmgr_message_read() 492 if (dsn_notify) in qmgr_message_read() 493 dsn_notify = 0; in qmgr_message_read() 536 if (dsn_notify) in qmgr_message_read() 537 dsn_notify = 0; in qmgr_message_read() 555 if (dsn_notify != 0) { in qmgr_message_read() 557 message->queue_id, dsn_notify); in qmgr_message_read() 558 dsn_notify = 0; in qmgr_message_read() 565 dsn_notify = n; in qmgr_message_read() [all …]
|
/netbsd-src/external/ibm-public/postfix/dist/src/bounce/ |
H A D | bounce_append_service.c | 132 if (rcpt->dsn_notify != 0) in bounce_append_service() 133 vstream_fprintf(log, "%s=%d\n", MAIL_ATTR_DSN_NOTIFY, rcpt->dsn_notify); in bounce_append_service()
|
H A D | bounce_one_service.c | 183 if (rcpt->dsn_notify != 0 /* compat */ in bounce_one_service() 184 && (rcpt->dsn_notify & DSN_NOTIFY_FAILURE) == 0) { in bounce_one_service()
|
H A D | bounce_notify_verp.c | 163 if (rcpt->dsn_notify != 0 /* compat */ in bounce_notify_verp() 164 && (rcpt->dsn_notify & DSN_NOTIFY_FAILURE) == 0) { in bounce_notify_verp()
|
H A D | bounce_notify_util.c | 726 if (rcpt->dsn_notify == 0 /* compat */ in bounce_diagnostic_log() 727 || (rcpt->dsn_notify & notify_filter)) { in bounce_diagnostic_log() 886 if (rcpt->dsn_notify == 0 /* compat */ in bounce_diagnostic_dsn() 887 || (rcpt->dsn_notify & notify_filter)) { in bounce_diagnostic_dsn()
|
H A D | logfile-with-msgid-with-long-line | 5 notify_flags = rcpt-dsn_notify
|
H A D | logfile-with-msgid-with-filter | 5 notify_flags = rcpt-dsn_notify
|
H A D | logfile-no-msgid-no-eoh-event | 5 notify_flags = rcpt-dsn_notify
|
H A D | logfile-with-msgid-with-eoh-event | 5 notify_flags = rcpt-dsn_notify
|
H A D | logfile-with-msgid-no-eoh-event | 5 notify_flags = rcpt-dsn_notify
|