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

/sendmail/contrib/
H A Ddoublebounce.pl92 The following message was received for an invalid recipient. The
/sendmail/sendmail/
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 79 milliseconds