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

1234

/macosx-10.10.1/postfix-255/postfix/src/global/
H A Dverify.c9 /* int verify_append(queue_id, stats, recipient, relay, dsn,
13 /* RECIPIENT *recipient;
31 /* .IP recipient
39 /* One of the following recipient verification status codes:
91 RECIPIENT *recipient, const char *relay,
106 req_stat = verify_clnt_update(recipient->orig_addr, vrfy_stat,
108 if (req_stat == VRFY_STAT_OK && strcasecmp(recipient->address,
109 recipient->orig_addr) != 0)
110 req_stat = verify_clnt_update(recipient->address, vrfy_stat,
117 log_adhoc(queue_id, stats, recipient, rela
90 verify_append(const char *queue_id, MSG_STATS *stats, RECIPIENT *recipient, const char *relay, DSN *dsn, int vrfy_stat) argument
[all...]
H A Dverp_sender.c9 /* VSTRING *verp_sender(dst, delims, sender, recipient)
13 /* const RECIPIENT *recipient;
18 /* verp_sender() encodes the recipient address in the sender
21 /* recipient \fIuser@domain\fR the result is
37 /* .IP recipient
65 /* verp_sender - encode recipient into envelope sender address */
72 const char *recipient; local
78 * Fix 20090115: Use the Postfix original recipient, because that is what
83 recipient = (rcpt_info->orig_addr[0] ?
85 rcpt_local_len = ((cp = strrchr(recipient, '
[all...]
H A Dsent.c9 /* int sent(flags, queue_id, stats, recipient, relay, dsn)
13 /* RECIPIENT *recipient;
44 /* .IP recipient
96 RECIPIENT *recipient, const char *relay,
116 status = verify_append(id, stats, recipient, relay, &my_dsn,
127 status = trace_append(flags, id, stats, recipient, relay, &my_dsn);
139 || trace_append(flags, id, stats, recipient, relay, &my_dsn) == 0)
140 && ((recipient->dsn_notify & DSN_NOTIFY_SUCCESS) == 0
141 || trace_append(flags, id, stats, recipient, relay, &my_dsn) == 0)) {
142 log_adhoc(id, stats, recipient, rela
95 sent(int flags, const char *id, MSG_STATS *stats, RECIPIENT *recipient, const char *relay, DSN *dsn) argument
[all...]
H A Dresolve_clnt.h46 VSTRING *recipient; member in struct:RESOLVE_REPLY
66 #define RESOLVE_CLNT_ASSIGN(reply, transport, nexthop, recipient) { \
69 (reply).recipient = (recipient); \
H A Dlog_adhoc.c9 /* void log_adhoc(id, stats, recipient, relay, dsn, status)
12 /* RECIPIENT *recipient;
29 /* .IP recipient
85 void log_adhoc(const char *id, MSG_STATS *stats, RECIPIENT *recipient, argument
109 vstring_sprintf(buf, "%s: to=<%s>", id, recipient->address);
110 if (recipient->orig_addr && *recipient->orig_addr
111 && strcasecmp(recipient->address, recipient->orig_addr) != 0)
112 vstring_sprintf_append(buf, ", orig_to=<%s>", recipient
[all...]
H A Dpost_mail.c9 /* VSTREAM *post_mail_fopen(sender, recipient, filter_class, trace_flags,
12 /* const char *recipient;
17 /* VSTREAM *post_mail_fopen_nowait(sender, recipient,
20 /* const char *recipient;
25 /* void post_mail_fopen_async(sender, recipient,
29 /* const char *recipient;
56 /* common case of sending one message to one recipient. It
95 /* .IP recipient
96 /* The recipient envelope address. It is up to the application
173 char *recipient; member in struct:__anon11549
184 post_mail_init(VSTREAM *stream, const char *sender, const char *recipient, int filter_class, int trace_flags, VSTRING *queue_id) argument
237 post_mail_fopen(const char *sender, const char *recipient, int filter_class, int trace_flags, VSTRING *queue_id) argument
251 post_mail_fopen_nowait(const char *sender, const char *recipient, int filter_class, int trace_flags, VSTRING *queue_id) argument
335 post_mail_fopen_async(const char *sender, const char *recipient, int filter_class, int trace_flags, VSTRING *queue_id, void (*notify) (VSTREAM *, void *), void *context) argument
[all...]
H A Dresolve_clnt.c13 /* VSTRING *recipient;
48 /* resolve_clnt_query() sends an internal-form recipient address
50 /* transport name, next_hop host name, and internal-form recipient
64 /* The recipient address resolves to a mail transport that performs
69 /* After address resolution the recipient localpart contains further
156 reply->recipient = vstring_alloc(100);
160 /* resolve_clnt - resolve address to (transport, next hop, recipient) */
186 if (addr == STR(reply->recipient))
200 vstring_strcpy(reply->recipient, STR(last_reply.recipient));
[all...]
/macosx-10.10.1/postfix-255/postfix/src/oqmgr/
H A Dqmgr_bounce.c9 /* QMGR_QUEUE *qmgr_bounce_recipient(message, recipient, dsn)
11 /* RECIPIENT *recipient;
15 /* Once the bounce record is written successfully, the recipient
23 /* .IP recipient
24 /* The recipient that will not be delivered.
55 /* qmgr_bounce_recipient - bounce one message recipient */
57 void qmgr_bounce_recipient(QMGR_MESSAGE *message, RECIPIENT *recipient, argument
64 QMGR_MSG_STATS(&stats, message), recipient,
68 deliver_completed(message->fp, recipient->offset);
H A Dqmgr_defer.c9 /* void qmgr_defer_recipient(message, recipient, dsn)
11 /* RECIPIENT *recipient;
23 /* the named recipient. It updates the message structure and writes
27 /* the named site, and calls qmgr_defer_recipient() for each recipient
38 /* .IP recipient
39 /* A recipient address; used for logging purposes, and for updating
108 RECIPIENT *recipient; local
138 recipient = entry->rcpt_list.info + nrcpt;
139 qmgr_defer_recipient(message, recipient, dsn);
145 /* qmgr_defer_recipient - defer delivery of specific recipient */
147 qmgr_defer_recipient(QMGR_MESSAGE *message, RECIPIENT *recipient, DSN *dsn) argument
[all...]
H A Dqmgr_message.c38 /* of in-core recipient structures (i.e. the sum of all recipients
42 /* with sender and recipient information taken from the named queue
56 /* file, and updates the recipient list and \fIrcpt_offset\fR message
323 * If we re-open this file, skip over on-file recipient records that we
324 * already looked at, and refill the in-core recipient address list.
328 msg_panic("%s: recipient list not empty on recipient reload",
341 * and until we know all the non-recipient information.
344 * per-message in-core recipient limit rather than a global in-core
345 * recipient limi
930 qmgr_resolve_one(QMGR_MESSAGE *message, RECIPIENT *recipient, const char *addr, RESOLVE_REPLY *reply) argument
962 RECIPIENT *recipient; local
1227 RECIPIENT *recipient; local
[all...]
/macosx-10.10.1/postfix-255/postfix/src/qmgr/
H A Dqmgr_bounce.c9 /* QMGR_QUEUE *qmgr_bounce_recipient(message, recipient, dsn)
11 /* RECIPIENT *recipient;
15 /* Once the bounce record is written successfully, the recipient
23 /* .IP recipient
24 /* The recipient that will not be delivered.
55 /* qmgr_bounce_recipient - bounce one message recipient */
57 void qmgr_bounce_recipient(QMGR_MESSAGE *message, RECIPIENT *recipient, argument
64 QMGR_MSG_STATS(&stats, message), recipient,
68 deliver_completed(message->fp, recipient->offset);
H A Dqmgr_defer.c9 /* void qmgr_defer_recipient(message, recipient, dsn)
11 /* RECIPIENT *recipient;
23 /* the named recipient. It updates the message structure and writes
27 /* the named site, and calls qmgr_defer_recipient() for each recipient
38 /* .IP recipient
39 /* A recipient address; used for logging purposes, and for updating
113 RECIPIENT *recipient; local
143 recipient = entry->rcpt_list.info + nrcpt;
144 qmgr_defer_recipient(message, recipient, dsn);
150 /* qmgr_defer_recipient - defer delivery of specific recipient */
152 qmgr_defer_recipient(QMGR_MESSAGE *message, RECIPIENT *recipient, DSN *dsn) argument
[all...]
/macosx-10.10.1/Security-57031.1.35/Security/include/security_smime/
H A Dcmsreclist.c29 * the GPL. If you do not delete the provisions above, a recipient
115 /* if we have a recipient list, we return on success (-1, above, on failure) */
131 /* count the number of recipient identifiers */
137 PORT_SetErrorString("Cannot find recipient data in envelope.");
161 SecCmsRecipient *recipient; local
164 recipient = recipient_list[i];
165 if (recipient->cert)
166 CFRelease(recipient->cert);
167 if (recipient->privkey)
168 CFRelease(recipient
189 SecCmsRecipient *recipient = NULL; local
[all...]
/macosx-10.10.1/Security-57031.1.35/Security/libsecurity_smime/lib/
H A Dcmsreclist.c29 * the GPL. If you do not delete the provisions above, a recipient
115 /* if we have a recipient list, we return on success (-1, above, on failure) */
131 /* count the number of recipient identifiers */
137 PORT_SetErrorString("Cannot find recipient data in envelope.");
161 SecCmsRecipient *recipient; local
164 recipient = recipient_list[i];
165 if (recipient->cert)
166 CFRelease(recipient->cert);
167 if (recipient->privkey)
168 CFRelease(recipient
189 SecCmsRecipient *recipient = NULL; local
[all...]
/macosx-10.10.1/Security-57031.1.35/libsecurity_smime/Security/
H A Dcmsreclist.c29 * the GPL. If you do not delete the provisions above, a recipient
117 /* if we have a recipient list, we return on success (-1, above, on failure) */
133 /* count the number of recipient identifiers */
139 PORT_SetErrorString("Cannot find recipient data in envelope.");
163 SecCmsRecipient *recipient; local
166 recipient = recipient_list[i];
167 if (recipient->cert)
168 CFRelease(recipient->cert);
169 if (recipient->privkey)
170 CFRelease(recipient
191 SecCmsRecipient *recipient = NULL; local
[all...]
/macosx-10.10.1/Security-57031.1.35/libsecurity_smime/lib/
H A Dcmsreclist.c29 * the GPL. If you do not delete the provisions above, a recipient
117 /* if we have a recipient list, we return on success (-1, above, on failure) */
133 /* count the number of recipient identifiers */
139 PORT_SetErrorString("Cannot find recipient data in envelope.");
163 SecCmsRecipient *recipient; local
166 recipient = recipient_list[i];
167 if (recipient->cert)
168 CFRelease(recipient->cert);
169 if (recipient->privkey)
170 CFRelease(recipient
191 SecCmsRecipient *recipient = NULL; local
[all...]
/macosx-10.10.1/Security-57031.1.35/libsecurity_smime/security_smime/
H A Dcmsreclist.c29 * the GPL. If you do not delete the provisions above, a recipient
117 /* if we have a recipient list, we return on success (-1, above, on failure) */
133 /* count the number of recipient identifiers */
139 PORT_SetErrorString("Cannot find recipient data in envelope.");
163 SecCmsRecipient *recipient; local
166 recipient = recipient_list[i];
167 if (recipient->cert)
168 CFRelease(recipient->cert);
169 if (recipient->privkey)
170 CFRelease(recipient
191 SecCmsRecipient *recipient = NULL; local
[all...]
/macosx-10.10.1/postfix-255/postfix/src/bounce/
H A Dbounce_trace_service.c79 char *recipient, char *dsn_envid,
100 if (strcasecmp(recipient, mail_addr_double_bounce()) == 0) {
104 } else if (*recipient == 0) {
106 recipient = var_2bounce_rcpt;
142 * XXX With multi-recipient mail some queue file recipients may have
147 * So as long as any recipient in the original queue file had
165 * per-recipient status, and a copy of the original message.
173 if ((bounce = post_mail_fopen_nowait(sender, recipient,
178 if (bounce_header(bounce, bounce_info, recipient,
77 bounce_trace_service(int flags, char *service, char *queue_name, char *queue_id, char *encoding, char *recipient, char *dsn_envid, int unused_dsn_ret, BOUNCE_TEMPLATES *ts) argument
H A Dbounce_notify_service.c86 char *recipient, char *dsn_envid,
138 * The choice of sender address depends on the recipient address. For a
153 * recognize the double-bounce recipient address and discard mail, or
157 if (strcasecmp(recipient, mail_addr_double_bounce()) == 0) {
170 else if (*recipient == 0) {
215 if ((bounce = post_mail_fopen_nowait(NULL_SENDER, recipient,
226 if (bounce_header(bounce, bounce_info, recipient,
258 && strcasecmp(recipient, mail_addr_double_bounce()) != 0) {
295 queue_id, recipient);
84 bounce_notify_service(int flags, char *service, char *queue_name, char *queue_id, char *encoding, char *recipient, char *dsn_envid, int dsn_ret, BOUNCE_TEMPLATES *ts) argument
H A Dbounce_warn_service.c86 char *recipient, char *dsn_envid,
128 * The choice of sender address depends on the recipient address. For a
143 * recognize the double-bounce recipient address and discard mail, or
147 if (strcasecmp(recipient, mail_addr_double_bounce()) == 0) {
160 else if (*recipient == 0) {
204 if ((bounce = post_mail_fopen_nowait(NULL_SENDER, recipient,
215 if (bounce_header(bounce, bounce_info, recipient,
243 && strcasecmp(recipient, mail_addr_double_bounce()) != 0) {
279 queue_id, recipient);
84 bounce_warn_service(int unused_flags, char *service, char *queue_name, char *queue_id, char *encoding, char *recipient, char *dsn_envid, int dsn_ret, BOUNCE_TEMPLATES *ts) argument
/macosx-10.10.1/postfix-255/postfix/src/local/
H A Dresolve.c5 /* resolve recipient and deliver locally or remotely
19 /* deliver_resolve_XXX() resolves a recipient that is the result from
33 /* recipient(3) local delivery
109 * does. Then, resolve the address to (transport, nexhop, recipient),
125 "bad recipient address syntax: %s", STR(reply.recipient));
135 if ((ratsign = strrchr(STR(reply.recipient), '@')) == 0) {
136 VSTRING_ADDCH(reply.recipient, rcpt_delim);
137 vstring_strcat(reply.recipient, state.msg_attr.unmatched);
140 VSTRING_SPACE(reply.recipient, ext_le
[all...]
/macosx-10.10.1/postfix-255/postfix/src/smtpd/
H A Dsmtpd_milter.c164 if (STR(reply->recipient)[0])
165 quote_821_local(state->expand_buf, STR(reply->recipient));
167 vstring_strcpy(state->expand_buf, STR(reply->recipient));
187 if (state->recipient == 0)
189 if (state->recipient[0] == 0)
197 reply = smtpd_resolve_addr(state->recipient);
199 if (STR(reply->recipient)[0])
200 quote_821_local(state->expand_buf, STR(reply->recipient));
202 vstring_strcpy(state->expand_buf, STR(reply->recipient));
206 if (state->recipient
[all...]
/macosx-10.10.1/cups-408/cups/test/
H A Dcreate-printer-subscription.test17 # ./ipptool [-d recipient=uri] printer-uri create-printer-subscription.test
23 SKIP-IF-NOT-DEFINED recipient
35 ATTR uri notify-recipient-uri $recipient
49 SKIP-IF-DEFINED recipient
/macosx-10.10.1/tcl-105/tcl_ext/tcllib/tcllib/modules/smtpd/clients/
H A Dmail-test.py11 def sendmail(self, sender, recipient, message):
13 self.svr.sendmail(sender, recipient, message)
40 # should fail: invalid recipient.
43 # should fail: NULL recipient only valid for sender
/macosx-10.10.1/postfix-255/postfix/src/qmqpd/
H A Dqmqpd_state.c75 state->recipient = 0;
95 if (state->recipient)
96 myfree(state->recipient);

Completed in 277 milliseconds

1234