Searched refs:sendtolist (Results 1 – 10 of 10) sorted by relevance
/freebsd/contrib/sendmail/src/ |
H A D | envelope.c | 281 (void) sendtolist(e->e_from.q_paddr, NULLADDR, 495 (void) sendtolist(e->e_from.q_paddr, NULLADDR, &rlist, 0, e); 530 (void) sendtolist(pcopy, NULLADDR, &rlist, 0, e); 533 (void) sendtolist("postmaster", NULLADDR,
|
H A D | udb.c | 335 naddrs = sendtolist(user, a, sendq, aliaslevel + 1, e); 474 naddrs = sendtolist(user, a, sendq, aliaslevel + 1, e); 526 naddrs = sendtolist(user, a, sendq, aliaslevel + 1, e);
|
H A D | TRACEFLAGS | 32 25 recipient.c sendtolist
|
H A D | savemail.c | 248 (void) sendtolist("postmaster", NULLADDR, 265 (void) sendtolist(from, NULLADDR, 322 if (sendtolist(buf, NULLADDR, &q, 0, e) <= 0)
|
H A D | recipient.c | 167 sendtolist(list, ctladdr, sendq, aliaslevel, e) in sendtolist() function 1880 nincludes += sendtolist(buf, ctladdr, sendq, aliaslevel + 1, e); 1990 (void) sendtolist(p, NULLADDR, &e->e_sendqueue, 0, e);
|
H A D | alias.c | 160 (void) sendtolist(p, a, sendq, aliaslevel + 1, e);
|
H A D | headers.c | 259 (void) sendtolist(fvalue, NULLADDR, &e->e_errorqueue, 0, e); 931 (void) sendtolist(denlstring(h->h_value, true, false),
|
H A D | sendmail.h | 540 extern int sendtolist __P((char *, ADDRESS *, ADDRESS **, int, ENVELOPE *));
|
H A D | milter.c | 3623 (void) sendtolist(response, NULLADDR, &e->e_sendqueue, 0, e);
|
H A D | srvrsmtp.c | 3600 (void) sendtolist(p, NULLADDR, &vrfyqueue, 0, e);
|