Searched refs:recipient (Results 1 - 25 of 53) sorted by relevance

123

/netbsd-current/external/mit/libuv/dist/src/win/
H A Ddetect-wakeup.c45 _DEVICE_NOTIFY_SUBSCRIBE_PARAMETERS recipient; local
51 recipient.Callback = uv__system_resume_callback;
52 recipient.Context = NULL;
54 &recipient,
/netbsd-current/external/ibm-public/postfix/dist/src/oqmgr/
H A Dqmgr_bounce.c11 /* QMGR_QUEUE *qmgr_bounce_recipient(message, recipient, dsn)
13 /* RECIPIENT *recipient;
17 /* Once the bounce record is written successfully, the recipient
25 /* .IP recipient
26 /* The recipient that will not be delivered.
57 /* qmgr_bounce_recipient - bounce one message recipient */
59 void qmgr_bounce_recipient(QMGR_MESSAGE *message, RECIPIENT *recipient, argument
66 QMGR_MSG_STATS(&stats, message), recipient,
70 deliver_completed(message->fp, recipient->offset);
H A Dqmgr_defer.c11 /* void qmgr_defer_recipient(message, recipient, dsn)
13 /* RECIPIENT *recipient;
25 /* the named recipient. It updates the message structure and writes
29 /* the named site, and calls qmgr_defer_recipient() for each recipient
40 /* .IP recipient
41 /* A recipient address; used for logging purposes, and for updating
110 RECIPIENT *recipient; local
140 recipient = entry->rcpt_list.info + nrcpt;
141 qmgr_defer_recipient(message, recipient, dsn);
147 /* qmgr_defer_recipient - defer delivery of specific recipient */
149 qmgr_defer_recipient(QMGR_MESSAGE *message, RECIPIENT *recipient, DSN *dsn) argument
[all...]
H A Dqmgr_message.c41 /* of in-core recipient structures (i.e. the sum of all recipients
52 /* with sender and recipient information taken from the named queue
66 /* file, and updates the recipient list and \fIrcpt_offset\fR message
339 * If we re-open this file, skip over on-file recipient records that we
340 * already looked at, and refill the in-core recipient address list.
344 msg_panic("%s: recipient list not empty on recipient reload",
357 * and until we know all the non-recipient information.
360 * per-message in-core recipient limit rather than a global in-core
361 * recipient limi
976 qmgr_resolve_one(QMGR_MESSAGE *message, RECIPIENT *recipient, const char *addr, RESOLVE_REPLY *reply) argument
1008 RECIPIENT *recipient; local
1296 RECIPIENT *recipient; local
[all...]
/netbsd-current/external/ibm-public/postfix/dist/src/qmgr/
H A Dqmgr_bounce.c11 /* QMGR_QUEUE *qmgr_bounce_recipient(message, recipient, dsn)
13 /* RECIPIENT *recipient;
17 /* Once the bounce record is written successfully, the recipient
25 /* .IP recipient
26 /* The recipient that will not be delivered.
57 /* qmgr_bounce_recipient - bounce one message recipient */
59 void qmgr_bounce_recipient(QMGR_MESSAGE *message, RECIPIENT *recipient, argument
66 QMGR_MSG_STATS(&stats, message), recipient,
70 deliver_completed(message->fp, recipient->offset);
H A Dqmgr_defer.c11 /* void qmgr_defer_recipient(message, recipient, dsn)
13 /* RECIPIENT *recipient;
25 /* the named recipient. It updates the message structure and writes
29 /* the named site, and calls qmgr_defer_recipient() for each recipient
40 /* .IP recipient
41 /* A recipient address; used for logging purposes, and for updating
115 RECIPIENT *recipient; local
145 recipient = entry->rcpt_list.info + nrcpt;
146 qmgr_defer_recipient(message, recipient, dsn);
152 /* qmgr_defer_recipient - defer delivery of specific recipient */
154 qmgr_defer_recipient(QMGR_MESSAGE *message, RECIPIENT *recipient, DSN *dsn) argument
[all...]
H A Dqmgr_message.c41 /* of in-core recipient structures (i.e. the sum of all recipients
52 /* with sender and recipient information taken from the named queue
66 /* file, and updates the recipient list and \fIrcpt_offset\fR message
71 /* an error to call this when the recipient slots can't be allocated.
362 * If we re-open this file, skip over on-file recipient records that we
363 * already looked at, and refill the in-core recipient address list.
365 * For the first time, the message recipient limit is calculated from the
366 * global recipient limit. This is to avoid reading little recipients
371 * For the next time, the recipient limit is based solely on the message
376 msg_panic("%s: recipient lis
1033 qmgr_resolve_one(QMGR_MESSAGE *message, RECIPIENT *recipient, const char *addr, RESOLVE_REPLY *reply) argument
1065 RECIPIENT *recipient; local
1355 RECIPIENT *recipient; local
[all...]
/netbsd-current/external/ibm-public/postfix/dist/src/global/
H A Dverp_sender.c11 /* VSTRING *verp_sender(dst, delims, sender, recipient)
15 /* const RECIPIENT *recipient;
20 /* verp_sender() encodes the recipient address in the sender
23 /* recipient \fIuser@domain\fR the result is
39 /* .IP recipient
67 /* verp_sender - encode recipient into envelope sender address */
74 const char *recipient; local
80 * Fix 20090115: Use the Postfix original recipient, because that is what
85 recipient = (rcpt_info->orig_addr[0] ?
87 rcpt_local_len = ((cp = strrchr(recipient, '
[all...]
H A Dverify.c11 /* int verify_append(queue_id, stats, recipient, relay, dsn,
15 /* RECIPIENT *recipient;
33 /* .IP recipient
41 /* One of the following recipient verification status codes:
95 RECIPIENT *recipient, const char *relay,
110 if (recipient->orig_addr[0])
111 req_stat = verify_clnt_update(recipient->orig_addr, vrfy_stat,
117 && strcmp(recipient->address, recipient->orig_addr) != 0)
118 req_stat = verify_clnt_update(recipient
94 verify_append(const char *queue_id, MSG_STATS *stats, RECIPIENT *recipient, const char *relay, DSN *dsn, int vrfy_stat) argument
[all...]
H A Dsent.c11 /* int sent(flags, queue_id, stats, recipient, relay, dsn)
15 /* RECIPIENT *recipient;
45 /* .IP recipient
103 RECIPIENT *recipient, const char *relay,
131 status = verify_append(id, stats, recipient, relay, &my_dsn,
142 status = trace_append(flags, id, stats, recipient, relay, &my_dsn);
160 if (((REC_ALL_SENT(flags) == 0 && REC_DLY_SENT(flags, recipient) == 0)
161 || trace_append(flags, id, stats, recipient, relay, &my_dsn) == 0)
162 && ((recipient->dsn_notify & DSN_NOTIFY_SUCCESS) == 0
163 || trace_append(flags, id, stats, recipient, rela
102 sent(int flags, const char *id, MSG_STATS *stats, RECIPIENT *recipient, const char *relay, DSN *dsn) argument
[all...]
H A Dresolve_clnt.h48 VSTRING *recipient; member in struct:RESOLVE_REPLY
63 #define RESOLVE_CLNT_ASSIGN(reply, transport, nexthop, recipient) { \
66 (reply).recipient = (recipient); \
H A Dresolve_clnt.c15 /* VSTRING *recipient;
42 /* resolve_clnt_query_from() sends an internal-form recipient address
44 /* transport name, next_hop host name, and internal-form recipient
56 /* The recipient address resolves to a mail transport that performs
61 /* After address resolution the recipient localpart contains further
153 reply->recipient = vstring_alloc(100);
166 /* resolve_clnt - resolve address to (transport, next hop, recipient) */
192 if (addr == STR(reply->recipient))
206 vstring_strcpy(reply->recipient, STR(last_reply.recipient));
[all...]
H A Dlog_adhoc.c11 /* void log_adhoc(id, stats, recipient, relay, dsn, status)
14 /* RECIPIENT *recipient;
31 /* .IP recipient
89 void log_adhoc(const char *id, MSG_STATS *stats, RECIPIENT *recipient, argument
114 info_log_addr_form_recipient(recipient->address));
115 if (recipient->orig_addr && *recipient->orig_addr
116 && strcasecmp_utf8(recipient->address, recipient->orig_addr) != 0)
118 info_log_addr_form_recipient(recipient
[all...]
H A Dpost_mail.c11 /* VSTREAM *post_mail_fopen(sender, recipient, source_class, trace_flags,
14 /* const char *recipient;
20 /* VSTREAM *post_mail_fopen_nowait(sender, recipient, source_class,
23 /* const char *recipient;
29 /* void post_mail_fopen_async(sender, recipient, source_class,
33 /* const char *recipient;
66 /* common case of sending one message to one recipient. It
110 /* .IP recipient
111 /* The recipient envelope address. It is up to the application
197 char *recipient; member in struct:__anon26
219 post_mail_init(VSTREAM *stream, const char *sender, const char *recipient, int source_class, int trace_flags, int utf8_flags, VSTRING *queue_id) argument
292 post_mail_fopen(const char *sender, const char *recipient, int source_class, int trace_flags, int utf8_flags, VSTRING *queue_id) argument
306 post_mail_fopen_nowait(const char *sender, const char *recipient, int source_class, int trace_flags, int utf8_flags, VSTRING *queue_id) argument
394 post_mail_fopen_async(const char *sender, const char *recipient, int source_class, int trace_flags, int utf8_flags, VSTRING *queue_id, void (*notify) (VSTREAM *, void *), void *context) argument
[all...]
H A Dtok822_resolve.c22 /* and the recipient relative to that host.
73 vstring_str(reply->nexthop), vstring_str(reply->recipient));
/netbsd-current/external/ibm-public/postfix/dist/src/local/
H A Dresolve.c7 /* resolve recipient and deliver locally or remotely
21 /* deliver_resolve_XXX() resolves a recipient that is the result from
35 /* recipient(3) local delivery
111 * does. Then, resolve the address to (transport, nexhop, recipient),
127 "bad recipient address syntax: %s", STR(reply.recipient));
137 if ((ratsign = strrchr(STR(reply.recipient), '@')) == 0) {
138 VSTRING_ADDCH(reply.recipient, rcpt_delim);
139 vstring_strcat(reply.recipient, state.msg_attr.unmatched);
142 VSTRING_SPACE(reply.recipient, ext_le
[all...]
/netbsd-current/external/ibm-public/postfix/dist/src/smtpd/
H A Dsmtpd_milter.c167 reply = smtpd_resolve_addr(state->recipient, state->sender);
169 if (STR(reply->recipient)[0])
170 quote_821_local(state->expand_buf, STR(reply->recipient));
172 vstring_strcpy(state->expand_buf, STR(reply->recipient));
178 reply = smtpd_resolve_addr(state->recipient, state->sender);
184 reply = smtpd_resolve_addr(state->recipient, state->sender);
192 if (state->recipient == 0)
194 if (state->recipient[0] == 0)
202 reply = smtpd_resolve_addr(state->sender, state->recipient);
204 if (STR(reply->recipient)[
[all...]
/netbsd-current/external/ibm-public/postfix/dist/src/bounce/
H A Dbounce_trace_service.c87 char *recipient, char *dsn_envid,
108 if (strcasecmp_utf8(recipient, mail_addr_double_bounce()) == 0) {
112 } else if (*recipient == 0) {
114 recipient = var_2bounce_rcpt;
150 * XXX With multi-recipient mail some queue file recipients may have
155 * So as long as any recipient in the original queue file had
173 * per-recipient status, and a copy of the original message.
181 if ((bounce = post_mail_fopen_nowait(sender, recipient,
187 if (bounce_header(bounce, bounce_info, recipient,
84 bounce_trace_service(int flags, char *service, char *queue_name, char *queue_id, char *encoding, int smtputf8, char *recipient, char *dsn_envid, int unused_dsn_ret, BOUNCE_TEMPLATES *ts) argument
H A Dbounce_warn_service.c89 int smtputf8, char *recipient,
132 * The choice of sender address depends on the recipient address. For a
147 * recognize the double-bounce recipient address and discard mail, or
151 if (strcasecmp_utf8(recipient, mail_addr_double_bounce()) == 0) {
164 else if (*recipient == 0) {
209 if ((bounce = post_mail_fopen_nowait(NULL_SENDER, recipient,
221 if (bounce_header(bounce, bounce_info, recipient,
249 && strcasecmp_utf8(recipient, mail_addr_double_bounce()) != 0) {
286 queue_id, recipient);
87 bounce_warn_service(int unused_flags, char *service, char *queue_name, char *queue_id, char *encoding, int smtputf8, char *recipient, char *dsn_envid, int dsn_ret, BOUNCE_TEMPLATES *ts) argument
H A Dbounce_notify_service.c89 int smtputf8, char *recipient,
143 * The choice of sender address depends on the recipient address. For a
158 * recognize the double-bounce recipient address and discard mail, or
162 if (strcasecmp_utf8(recipient, mail_addr_double_bounce()) == 0) {
175 else if (*recipient == 0) {
221 if ((bounce = post_mail_fopen_nowait(NULL_SENDER, recipient,
233 if (bounce_header(bounce, bounce_info, recipient,
265 && strcasecmp_utf8(recipient, mail_addr_double_bounce()) != 0) {
303 queue_id, recipient);
87 bounce_notify_service(int flags, char *service, char *queue_name, char *queue_id, char *encoding, int smtputf8, char *recipient, char *dsn_envid, int dsn_ret, BOUNCE_TEMPLATES *ts) argument
H A Dbounce_notify_verp.c30 /* The bounce recipient address is encoded in VERP format.
92 int smtputf8, char *recipient,
111 if (*recipient == 0)
113 if (strcasecmp_utf8(recipient, mail_addr_double_bounce()) == 0)
124 * If we have no recipient list then we can't send VERP replies. Send
133 vstring_strcpy(rcpt_buf->address, "(recipient address unavailable)");
136 encoding, smtputf8, recipient,
149 * recipient.
160 * Fix 20090114: Use the Postfix original recipient, because that is
167 verp_sender(verp_buf, verp_delims, recipient, rcp
90 bounce_notify_verp(int flags, char *service, char *queue_name, char *queue_id, char *encoding, int smtputf8, char *recipient, char *dsn_envid, int dsn_ret, char *verp_delims, BOUNCE_TEMPLATES *ts) argument
[all...]
/netbsd-current/external/ibm-public/postfix/dist/src/qmqpd/
H A Dqmqpd_state.c77 state->recipient = 0;
97 if (state->recipient)
98 myfree(state->recipient);
/netbsd-current/external/ibm-public/postfix/dist/src/virtual/
H A DMakefile.in2 SRCS = virtual.c mailbox.c recipient.c deliver_attr.c maildir.c unknown.c
3 OBJS = virtual.o mailbox.o recipient.o deliver_attr.o maildir.o unknown.o
155 recipient.o: ../../include/argv.h
156 recipient.o: ../../include/attr.h
157 recipient.o: ../../include/bounce.h
158 recipient.o: ../../include/check_arg.h
159 recipient.o: ../../include/deliver_request.h
160 recipient.o: ../../include/dict.h
161 recipient.o: ../../include/dsn.h
162 recipient
[all...]
/netbsd-current/external/ibm-public/postfix/libexec/virtual/
H A DMakefile12 SRCS= virtual.c mailbox.c recipient.c deliver_attr.c maildir.c unknown.c
/netbsd-current/external/bsd/tcpdump/dist/
H A Dprint-zephyr.c58 const char *recipient; member in struct:z_packet
121 z_triple(const char *class, const char *inst, const char *recipient) argument
123 if (!*recipient)
124 recipient = "*";
125 snprintf(z_buf, sizeof(z_buf), "<%s,%s,%s>", class, inst, recipient);
166 NULL, /* recipient */
210 PARSE_FIELD_STR(z.recipient);
343 if (!*z.recipient)
344 z.recipient = "*";
346 ZEPHYR_PRINT(" to ", z_triple(z.class, z.inst, z.recipient));
[all...]

Completed in 239 milliseconds

123