Home
last modified time | relevance | path

Searched refs:recipient (Results 1 – 25 of 456) sorted by relevance

12345678910>>...19

/netbsd-src/external/ibm-public/postfix/dist/src/global/
H A Dresolve_clnt.ref5 recipient MAILER-DAEMON@MYHOSTNAME
12 recipient MAILER-DAEMON@
19 recipient MAILER-DAEMON@
26 recipient @a
33 recipient @..
40 recipient @.@.
47 recipient MAILER-DAEMON@
54 recipient @a.MYDOMAIN
61 recipient b@
68 recipient b@a.MYDOMAIN
[all …]
H A Dverp_sender.c74 const char *recipient; in verp_sender() local
85 recipient = (rcpt_info->orig_addr[0] ? in verp_sender()
87 rcpt_local_len = ((cp = strrchr(recipient, '@')) != 0 ? in verp_sender()
88 cp - recipient : strlen(recipient)); in verp_sender()
91 vstring_strncat(buf, recipient, rcpt_local_len); in verp_sender()
92 if (recipient[rcpt_local_len] && recipient[rcpt_local_len + 1]) { in verp_sender()
94 vstring_strcat(buf, recipient + rcpt_local_len + 1); in verp_sender()
H A Dsent.c103 RECIPIENT *recipient, const char *relay, in sent() argument
131 status = verify_append(id, stats, recipient, relay, &my_dsn, in sent()
142 status = trace_append(flags, id, stats, recipient, relay, &my_dsn); in sent()
160 if (((REC_ALL_SENT(flags) == 0 && REC_DLY_SENT(flags, recipient) == 0) in sent()
161 || trace_append(flags, id, stats, recipient, relay, &my_dsn) == 0) in sent()
162 && ((recipient->dsn_notify & DSN_NOTIFY_SUCCESS) == 0 in sent()
163 || trace_append(flags, id, stats, recipient, relay, &my_dsn) == 0)) { in sent()
164 log_adhoc(id, stats, recipient, relay, &my_dsn, "sent"); in sent()
173 status = defer_append(flags, id, stats, recipient, relay, &my_dsn); in sent()
H A Dverify.c95 RECIPIENT *recipient, const char *relay, in verify_append() argument
110 if (recipient->orig_addr[0]) in verify_append()
111 req_stat = verify_clnt_update(recipient->orig_addr, vrfy_stat, in verify_append()
117 && strcmp(recipient->address, recipient->orig_addr) != 0) in verify_append()
118 req_stat = verify_clnt_update(recipient->address, vrfy_stat, in verify_append()
125 log_adhoc(queue_id, stats, recipient, relay, dsn, my_dsn.action); in verify_append()
H A Dresolve_clnt.c153 reply->recipient = vstring_alloc(100); in resolve_clnt_init()
192 if (addr == STR(reply->recipient)) in resolve_clnt()
206 vstring_strcpy(reply->recipient, STR(last_reply.recipient)); in resolve_clnt()
211 STR(reply->nexthop), STR(reply->recipient), in resolve_clnt()
251 RECV_ATTR_STR(MAIL_ATTR_RECIP, reply->recipient), in resolve_clnt()
261 STR(reply->nexthop), STR(reply->recipient), in resolve_clnt()
276 else if (STR(reply->recipient)[0] == 0 && *addr != 0) in resolve_clnt()
293 vstring_strcpy(last_reply.recipient, STR(reply->recipient)); in resolve_clnt()
304 reply->recipient = vstring_free(reply->recipient); in resolve_clnt_free()
349 vstream_printf("%-10s %s\n", "recipient", STR(reply->recipient)); in resolve()
H A Dpost_mail.c197 char *recipient; member
220 const char *recipient, in post_mail_init() argument
275 rec_fputs(stream, REC_TYPE_RCPT, recipient); in post_mail_init()
292 VSTREAM *post_mail_fopen(const char *sender, const char *recipient, in post_mail_fopen() argument
299 post_mail_init(stream, sender, recipient, source_class, trace_flags, in post_mail_fopen()
306 VSTREAM *post_mail_fopen_nowait(const char *sender, const char *recipient, in post_mail_fopen_nowait() argument
314 post_mail_init(stream, sender, recipient, source_class, trace_flags, in post_mail_fopen_nowait()
343 state->recipient, state->source_class, in post_mail_open_event()
347 myfree(state->recipient); in post_mail_open_event()
365 myfree(state->recipient); in post_mail_open_event()
[all …]
H A Dlog_adhoc.c89 void log_adhoc(const char *id, MSG_STATS *stats, RECIPIENT *recipient, in log_adhoc() argument
114 info_log_addr_form_recipient(recipient->address)); in log_adhoc()
115 if (recipient->orig_addr && *recipient->orig_addr in log_adhoc()
116 && strcasecmp_utf8(recipient->address, recipient->orig_addr) != 0) in log_adhoc()
118 info_log_addr_form_recipient(recipient->orig_addr)); in log_adhoc()
/netbsd-src/crypto/external/bsd/openssl/dist/test/recipes/80-test_cmp_http_data/
H A Dtest_verification.csv1 expected,description, -section,val, -recipient,val, -expect_sender,val, -srvcert,val, -trusted,val,…
4 1,default test, -section,, -recipient,_CA_DN,BLANK,,BLANK,, -trusted,trusted.crt,BLANK,,BLANK, -unp…
6 0,recipient missing arg, -section,, -recipient,,BLANK,,BLANK,, -trusted,trusted.crt,BLANK,,BLANK, -…
7 1,unknown attribute in recipient name, -section,, -recipient,_CA_DN/ABC=123,BLANK,,BLANK,, -trusted…
8 0,wrong syntax in recipient name: trailing double '/' after value, -section,, -recipient,_CA_DN//,B…
9 0,wrong syntax in recipient name: missing '=', -section,, -recipient,/CDE,BLANK,,BLANK,, -trusted,t…
10 0,wrong syntax in recipient name: C too long, -section,, -recipient,/CN=ECC Issuing CA v10/OU=For t…
12 1,config default with expected sender, -section,, -recipient,_CA_DN, -expect_sender,_SERVER_DN,BLAN…
13 0,expected sender missing arg, -section,, -recipient,_CA_DN, -expect_sender,,BLANK,, -trusted,trust…
14 0,wrong expected sender, -section,, -recipient,_CA_DN, -expect_sender,/CN=Sample Cert/OU=R&D/O=Comp…
[all …]
/netbsd-src/external/ibm-public/postfix/dist/src/smtpd/
H A Dsmtpd_milter.c167 reply = smtpd_resolve_addr(state->recipient, state->sender); in smtpd_milter_eval()
169 if (STR(reply->recipient)[0]) in smtpd_milter_eval()
170 quote_821_local(state->expand_buf, STR(reply->recipient)); in smtpd_milter_eval()
172 vstring_strcpy(state->expand_buf, STR(reply->recipient)); in smtpd_milter_eval()
178 reply = smtpd_resolve_addr(state->recipient, state->sender); in smtpd_milter_eval()
184 reply = smtpd_resolve_addr(state->recipient, state->sender); in smtpd_milter_eval()
192 if (state->recipient == 0) in smtpd_milter_eval()
194 if (state->recipient[0] == 0) in smtpd_milter_eval()
202 reply = smtpd_resolve_addr(state->sender, state->recipient); in smtpd_milter_eval()
204 if (STR(reply->recipient)[0]) in smtpd_milter_eval()
[all …]
H A Dsmtpd_check.c1004 if (state->recipient) in log_whatsup()
1006 info_log_addr_form_recipient(state->recipient)); in log_whatsup()
1586 static int permit_auth_destination(SMTPD_STATE *state, char *recipient);
1649 static int check_relay_domains(SMTPD_STATE *state, char *recipient, in check_relay_domains() argument
1666 msg_info("%s: %s", myname, recipient); in check_relay_domains()
1682 if (permit_auth_destination(state, recipient) == SMTPD_CHECK_OK) in check_relay_domains()
1696 static int permit_auth_destination(SMTPD_STATE *state, char *recipient) in permit_auth_destination() argument
1703 msg_info("%s: %s", myname, recipient); in permit_auth_destination()
1708 reply = smtpd_resolve_addr(state->sender, recipient); in permit_auth_destination()
1710 reject_dict_retry(state, recipient); in permit_auth_destination()
[all …]
/netbsd-src/external/ibm-public/postfix/dist/src/bounce/
H A Dmsgfile-no-msgid-no-eoh-event1recipient@recipient.exampleOrecipient@recipient.exampleRrecipient@recipient.exampleM�N7Received:…
H A Dmsgfile-no-msgid-with-eoh-event1recipient@recipient.exampleOrecipient@recipient.exampleRrecipient@recipient.exampleM�N7Received:…
H A Dmsgfile-with-msgid-with-filter1recipient@recipient.exampleOrecipient@recipient.exampleRrecipient@recipient.exampleM�N7Received:…
H A Dmsgfile-with-msgid-no-eoh-event1recipient@recipient.exampleOrecipient@recipient.exampleRrecipient@recipient.exampleM�N7Received:…
H A Dmsgfile-with-msgid-with-long-line1recipient@recipient.exampleOrecipient@recipient.exampleRrecipient@recipient.exampleM�N7Received:…
H A Dmsgfile-with-msgid-with-eoh-event1recipient@recipient.exampleOrecipient@recipient.exampleRrecipient@recipient.exampleM�N7Received:…
H A Dbounce_warn_service.c89 int smtputf8, char *recipient, in bounce_warn_service() argument
151 if (strcasecmp_utf8(recipient, mail_addr_double_bounce()) == 0) { in bounce_warn_service()
164 else if (*recipient == 0) { in bounce_warn_service()
209 if ((bounce = post_mail_fopen_nowait(NULL_SENDER, recipient, in bounce_warn_service()
221 if (bounce_header(bounce, bounce_info, recipient, in bounce_warn_service()
249 && strcasecmp_utf8(recipient, mail_addr_double_bounce()) != 0) { in bounce_warn_service()
286 queue_id, recipient); in bounce_warn_service()
H A Dbounce_trace_service.c87 char *recipient, char *dsn_envid, in bounce_trace_service() argument
108 if (strcasecmp_utf8(recipient, mail_addr_double_bounce()) == 0) { in bounce_trace_service()
112 } else if (*recipient == 0) { in bounce_trace_service()
114 recipient = var_2bounce_rcpt; in bounce_trace_service()
181 if ((bounce = post_mail_fopen_nowait(sender, recipient, in bounce_trace_service()
187 if (bounce_header(bounce, bounce_info, recipient, in bounce_trace_service()
H A Dbounce_notify_service.c89 int smtputf8, char *recipient, in bounce_notify_service() argument
162 if (strcasecmp_utf8(recipient, mail_addr_double_bounce()) == 0) { in bounce_notify_service()
175 else if (*recipient == 0) { in bounce_notify_service()
221 if ((bounce = post_mail_fopen_nowait(NULL_SENDER, recipient, in bounce_notify_service()
233 if (bounce_header(bounce, bounce_info, recipient, in bounce_notify_service()
265 && strcasecmp_utf8(recipient, mail_addr_double_bounce()) != 0) { in bounce_notify_service()
303 queue_id, recipient); in bounce_notify_service()
/netbsd-src/external/ibm-public/postfix/dist/src/oqmgr/
H A Dqmgr_message.c976 static int qmgr_resolve_one(QMGR_MESSAGE *message, RECIPIENT *recipient, in qmgr_resolve_one() argument
1008 RECIPIENT *recipient; in qmgr_message_resolve() local
1028 for (recipient = list.info; recipient < list.info + list.len; recipient++) { in qmgr_message_resolve()
1036 if (recipient > list.info) { in qmgr_message_resolve()
1037 recipient->u.queue = 0; in qmgr_message_resolve()
1042 reply.recipient); in qmgr_message_resolve()
1043 RECIPIENT_UPDATE(recipient->address, STR(reply.recipient)); in qmgr_message_resolve()
1044 if (qmgr_resolve_one(message, recipient, in qmgr_message_resolve()
1045 recipient->address, &reply) < 0) in qmgr_message_resolve()
1047 if (!STREQ(recipient->address, STR(reply.recipient))) in qmgr_message_resolve()
[all …]
/netbsd-src/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.o: ../../include/dsn_buf.h
[all …]
/netbsd-src/external/ibm-public/postfix/dist/src/qmgr/
H A Dqmgr_message.c1033 static int qmgr_resolve_one(QMGR_MESSAGE *message, RECIPIENT *recipient, in qmgr_resolve_one() argument
1065 RECIPIENT *recipient; in qmgr_message_resolve() local
1085 for (recipient = list.info; recipient < list.info + list.len; recipient++) { in qmgr_message_resolve()
1093 if (recipient > list.info) { in qmgr_message_resolve()
1094 recipient->u.queue = 0; in qmgr_message_resolve()
1101 reply.recipient); in qmgr_message_resolve()
1102 RECIPIENT_UPDATE(recipient->address, STR(reply.recipient)); in qmgr_message_resolve()
1103 if (qmgr_resolve_one(message, recipient, in qmgr_message_resolve()
1104 recipient->address, &reply) < 0) in qmgr_message_resolve()
1106 if (!STREQ(recipient->address, STR(reply.recipient))) in qmgr_message_resolve()
[all …]
/netbsd-src/external/ibm-public/postfix/dist/src/cleanup/
H A Dcleanup_milter.in17g4 # Delete a recipient. This leaves a deleted recipient in the queue
5 # file. Then add the recipient back.
13 # Adding the recipient another time should be a NOOP.
16 # Deleting the recipient should remove it from the duplicate filter.
17 # This leaves a deleted recipient in the queue file.
18 # Therefore adding the recipient will not be a NOOP.
/netbsd-src/external/ibm-public/postfix/dist/src/local/
H A Dresolve.c127 "bad recipient address syntax: %s", STR(reply.recipient)); in deliver_resolve_tree()
137 if ((ratsign = strrchr(STR(reply.recipient), '@')) == 0) { in deliver_resolve_tree()
138 VSTRING_ADDCH(reply.recipient, rcpt_delim); in deliver_resolve_tree()
139 vstring_strcat(reply.recipient, state.msg_attr.unmatched); in deliver_resolve_tree()
142 VSTRING_SPACE(reply.recipient, ext_len + 2); in deliver_resolve_tree()
143 if ((ratsign = strrchr(STR(reply.recipient), '@')) == 0) in deliver_resolve_tree()
148 VSTRING_SKIP(reply.recipient); in deliver_resolve_tree()
151 state.msg_attr.rcpt.address = STR(reply.recipient); in deliver_resolve_tree()
H A DMusings4 recipient list (via aliases, mailing lists, .forward files) to one
5 expanded recipient list (mail addresses, shell commands, files,
6 mailboxes). Sort/uniq the expanded recipient list, and deliver.
8 The "forward as if sent by recipient" model: each level of recursion
10 through the mail system. Non-recursively expand one local recipient
11 (via alias, mailing list, the recipient's .forward file) to a list
13 messages into the mail system. Since recipient expansion uses a
20 expansion, but only one initial recipient at a time. It delivers
23 recipient. Because alias expansion does not look in .forward files,
31 expanded recipient: remote recipients, shell commands and files,

12345678910>>...19