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

/freebsd-13-stable/contrib/tcpdump/
H A Dprint-zephyr.c50 const char *recipient; member in struct:z_packet
118 z_triple(const char *class, const char *inst, const char *recipient) argument
120 if (!*recipient)
121 recipient = "*";
122 snprintf(z_buf, sizeof(z_buf), "<%s,%s,%s>", class, inst, recipient);
161 z.recipient = 0;
192 PARSE_FIELD_STR(z.recipient);
325 if (!*z.recipient)
326 z.recipient = "*";
328 ND_PRINT((ndo, " to %s", z_triple(z.class, z.inst, z.recipient)));
[all...]
/freebsd-13-stable/usr.sbin/sendmail/
H A DMakefile20 ratectrl.c readcf.c recipient.c savemail.c sasl.c sfsasl.c \
/freebsd-13-stable/contrib/sendmail/contrib/
H A Ddoublebounce.pl92 The following message was received for an invalid recipient. The
/freebsd-13-stable/contrib/sendmail/src/
H A DMakefile.m49 define(`bldSOURCES', `main.c alias.c arpadate.c bf.c collect.c conf.c control.c convtime.c daemon.c deliver.c domain.c envelope.c err.c headers.c macro.c map.c mci.c milter.c mime.c parseaddr.c queue.c ratectrl.c readcf.c recipient.c sasl.c savemail.c sfsasl.c shmticklib.c sm_resolve.c srvrsmtp.c stab.c stats.c sysexits.c timers.c tlsh.c tls.c trace.c udb.c usersmtp.c util.c version.c ')
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 Dsrvrsmtp.c312 a = recipient(a, sendq, 0, e);
467 #define CMDRCPT 2 /* rcpt -- designate recipient */
589 /* e_nrcpts from envelope before recipient() call */
2938 case CMDRCPT: /* rcpt -- designate recipient */
3036 ** to recipient()) if a milter can delete or reject
3039 ** members of the original recipient and mark them
3065 usrerr("501 5.0.0 Missing recipient");
3126 /* do config file checking of the recipient */
3147 /* save in recipient list after ESMTP mods */
3148 a = recipient(
[all...]
H A Dparseaddr.c55 ** isrcpt -- true if the address denotes a recipient; false
178 ** Select a queue directory for recipient addresses.
250 ** isrcpt -- true iff the address is for a recipient.
321 ** isrcpt -- true if the address is for a recipient; false
1940 ** a recipient.
2179 /* rewrite according recipient mailer rewriting rules */
2929 (void) recipient(a1, sendq, aliaslevel, e);
H A Dsendmail.h362 #define QRCPTOK 0x80000000 /* recipient() processed address */
444 extern ADDRESS *recipient __P((ADDRESS *, ADDRESS **, int, ENVELOPE *));
496 short m_rh_rwset; /* rewrite set: recipient header addresses */
497 short m_re_rwset; /* rewrite set: recipient envelope addresses */
537 #define M_UDBRECIPIENT 'j' /* do udbsender rewriting on recipient lines */
546 #define M_RUNASRCPT 'o' /* always run mailer as recipient */
931 #define H_RCPT 0x00000002 /* contains recipient addresses */
1051 char *e_origrcpt; /* original recipient (one only) */
1149 ** each recipient is worth WkRecipFact priority points. Each time
1818 /* how to handle messages without any recipient addresse
[all...]
H A Dmilter.c3391 ** response -- encoded form of recipient address.
3465 ** MILTER_ADDRCPT_PAR -- Add the supplied recipient to the message
3468 ** response -- encoded form of recipient address.
3525 a = recipient(a, &e->e_sendqueue, 0, e);
3542 ** MILTER_ADDRCPT -- Add the supplied recipient to the message
3545 ** response -- encoded form of recipient address.
3595 ** MILTER_DELRCPT -- Delete the supplied recipient from the message
3598 ** response -- encoded form of recipient address.
4182 ** args -- SMTP RCPT command args (args[0] == recipient).
H A Ddeliver.c187 ** is instantiated in the queue as a recipient.
199 (void) recipient(&e->e_from, &e->e_sendqueue, 0, e);
1247 ** be used to send the same message to more than one recipient at the
1248 ** same time. So "no piggybacking" means one message for one recipient
1306 register MAILER *m; /* mailer for this recipient */
1576 ** with the same mail host when the next recipient has the
1687 sm_dprintf("deliver: discarding recipient ");
3530 /* send the recipient list */
3544 /* mark recipient state as "ok so far" */
3754 ** Global information applies to the last recipient onl
[all...]
H A Dqueue.c60 char *w_host; /* name of recipient host */
308 ** E error recipient
318 ** Q original recipient (ORCPT=)
319 ** r final recipient (Final-Recipient: DSN field)
320 ** R recipient
708 /* output list of recipient addresses */
716 /* message for this recipient, if it exists */
787 ** All headers that must be relative to the recipient
2507 #define NEED_R 0004 /* 'R': recipient */
4277 case 'E': /* specify error recipient */
[all...]
/freebsd-13-stable/contrib/libevent/
H A Dbufferevent.c668 struct bufferevent *recipient)
671 struct bufferevent_private *r = BEV_UPCAST(recipient);
/freebsd-13-stable/contrib/ntp/sntp/libevent/
H A Dbufferevent.c669 struct bufferevent *recipient)
672 struct bufferevent_private *r = BEV_UPCAST(recipient);

Completed in 284 milliseconds