Searched refs:sendtolist (Results 1 – 9 of 9) sorted by relevance
/titanic_41/usr/src/cmd/sendmail/src/ |
H A D | envelope.c | 266 (void) sendtolist(e->e_from.q_paddr, NULLADDR, 467 (void) sendtolist(e->e_from.q_paddr, NULLADDR, &rlist, 0, e); 502 (void) sendtolist(pcopy, NULLADDR, &rlist, 0, e); 505 (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 | savemail.c | 246 (void) sendtolist("postmaster", NULLADDR, 263 (void) sendtolist(from, NULLADDR, 320 if (sendtolist(buf, NULLADDR, &q, 0, e) <= 0)
|
H A D | recipient.c | 162 sendtolist(list, ctladdr, sendq, aliaslevel, e) in sendtolist() function 1864 nincludes += sendtolist(buf, ctladdr, sendq, aliaslevel + 1, e); 1942 (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 | 258 (void) sendtolist(fvalue, NULLADDR, &e->e_errorqueue, 0, e); 891 (void) sendtolist(denlstring(h->h_value, true, false),
|
H A D | sendmail.h | 351 extern int sendtolist __P((char *, ADDRESS *, ADDRESS **, int, ENVELOPE *));
|
H A D | srvrsmtp.c | 2970 (void) sendtolist(p, NULLADDR, &vrfyqueue, 0, e);
|
H A D | milter.c | 3605 (void) sendtolist(response, NULLADDR, &e->e_sendqueue, 0, e);
|