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

/freebsd-10.1-release/contrib/tcpdump/
H A Dprint-zephyr.c53 const char *recipient; member in struct:z_packet
110 z_triple(char *class, char *inst, const char *recipient) argument
112 if (!*recipient)
113 recipient = "*";
114 snprintf(z_buf, sizeof(z_buf), "<%s,%s,%s>", class, inst, recipient);
150 z.recipient = 0;
180 PARSE_FIELD_STR(z.recipient);
315 if (!*z.recipient)
316 z.recipient = "*";
318 printf(" to %s", z_triple(z.class, z.inst, z.recipient));
[all...]
/freebsd-10.1-release/usr.sbin/sendmail/
H A DMakefile19 ratectrl.c readcf.c recipient.c savemail.c sasl.c sfsasl.c \
/freebsd-10.1-release/contrib/sendmail/contrib/
H A Ddoublebounce.pl92 The following message was received for an invalid recipient. The
/freebsd-10.1-release/contrib/sendmail/cf/cf/
H A Dsubmit.cf362 # work recipient factor
755 R$* : $* ; <@> $#error $@ 5.1.3 $: "553 List:; syntax illegal for recipient addresses"
938 ### $1 -- full recipient address
954 ### $1 -- full recipient address
1101 ### Rcpt_ok: is the recipient ok?
1210 ### (done in client, per recipient)
1213 ### $1: recipient
1317 # Envelope recipient rewriting
1335 # Header recipient rewriting
1360 # common sender and masquerading recipient rewritin
[all...]
/freebsd-10.1-release/contrib/ntp/sntp/libevent/
H A Dbufferevent.c669 struct bufferevent *recipient)
672 struct bufferevent_private *r = BEV_UPCAST(recipient);
/freebsd-10.1-release/crypto/openssl/crypto/pem/
H A Dpem.h183 PEM_USER **recipient; member in struct:pem_ctx_st
/freebsd-10.1-release/contrib/sendmail/src/
H A Drecipient.c16 SM_RCSID("@(#)$Id: recipient.c,v 8.351 2013-11-22 20:51:56 ca Exp $")
124 ** sameaddr() calls and loops in recipient() for the case when
284 /* DSN recipient information */
298 a = recipient(a, sendq, aliaslevel, e);
435 ** RECIPIENT -- Designate a message recipient
439 ** new -- the (preparsed) address header for the recipient.
441 ** recipient in. Duplicate suppression is done
453 recipient(new, sendq, aliaslevel, e) function
489 /* if this is primary, use it as original recipient */
498 /* find parent recipient fo
[all...]
H A Dparseaddr.c55 ** isrcpt -- true if the address denotes a recipient; false
176 ** Select a queue directory for recipient addresses.
248 ** isrcpt -- true iff the address is for a recipient.
317 ** isrcpt -- true if the address is for a recipient; false
1925 ** a recipient.
2164 /* rewrite according recipient mailer rewriting rules */
2898 (void) recipient(a1, sendq, aliaslevel, e);
H A Dsendmail.h287 #define QRCPTOK 0x80000000 /* recipient() processed address */
356 extern ADDRESS *recipient __P((ADDRESS *, ADDRESS **, int, ENVELOPE *));
408 short m_rh_rwset; /* rewrite set: recipient header addresses */
409 short m_re_rwset; /* rewrite set: recipient envelope addresses */
442 #define M_UDBRECIPIENT 'j' /* do udbsender rewriting on recipient lines */
451 #define M_RUNASRCPT 'o' /* always run mailer as recipient */
815 #define H_RCPT 0x00000002 /* contains recipient addresses */
932 char *e_origrcpt; /* original recipient (one only) */
1025 ** each recipient is worth WkRecipFact priority points. Each time
1668 /* how to handle messages without any recipient addresse
[all...]
H A Ddeliver.c178 ** is instantiated in the queue as a recipient.
190 (void) recipient(&e->e_from, &e->e_sendqueue, 0, e);
1238 ** be used to send the same message to more than one recipient at the
1239 ** same time. So "no piggybacking" means one message for one recipient
1297 register MAILER *m; /* mailer for this recipient */
1525 ** with the same mail host when the next recipient has the
1636 sm_dprintf("deliver: discarding recipient ");
3347 /* send the recipient list */
3361 /* mark recipient state as "ok so far" */
3571 ** Global information applies to the last recipient onl
[all...]
H A Dmilter.c3391 ** response -- encoded form of recipient address.
3459 ** MILTER_ADDRCPT_PAR -- Add the supplied recipient to the message
3462 ** response -- encoded form of recipient address.
3514 a = recipient(a, &e->e_sendqueue, 0, e);
3530 ** MILTER_ADDRCPT -- Add the supplied recipient to the message
3533 ** response -- encoded form of recipient address.
3580 ** MILTER_DELRCPT -- Delete the supplied recipient from the message
3583 ** response -- encoded form of recipient address.
4158 ** args -- SMTP MAIL command args (args[0] == recipient).
H A Dsrvrsmtp.c239 #define CMDRCPT 2 /* rcpt -- designate recipient */
361 /* e_nrcpts from envelope before recipient() call */
2548 case CMDRCPT: /* rcpt -- designate recipient */
2646 ** to recipient()) if a milter can delete or reject
2649 ** members of the original recipient and mark them
2675 usrerr("501 5.0.0 Missing recipient");
2729 /* do config file checking of the recipient */
2747 /* save in recipient list after ESMTP mods */
2748 a = recipient(a, &e->e_sendqueue, 0, e);
3368 usrerr("503 5.0.0 Need RCPT (recipient)");
[all...]
H A Dqueue.c60 char *w_host; /* name of recipient host */
305 ** E error recipient
316 ** Q original recipient (ORCPT=)
317 ** r final recipient (Final-Recipient: DSN field)
318 ** R recipient
703 /* output list of recipient addresses */
710 /* message for this recipient, if it exists */
767 ** All headers that must be relative to the recipient
2478 #define NEED_R 0004 /* 'R': recipient */
4249 case 'E': /* specify error recipient */
[all...]

Completed in 340 milliseconds