Home
last modified time | relevance | path

Searched refs:e_to (Results 1 – 13 of 13) sorted by relevance

/mirbsd/src/gnu/usr.sbin/sendmail/sendmail/
Ddeliver.c894 e->e_to = q->q_paddr;
1489 e->e_to = NULL;
1571 e->e_to = to->q_paddr;
1747 e->e_to = "[CHAIN]";
1828 e->e_to = tobuf + 1;
1893 shortenstring(e->e_to, MAXSHORTSTR),
2273 shortenstring(e->e_to, MAXSHORTSTR), m->m_name);
2285 shortenstring(e->e_to, MAXSHORTSTR), m->m_name,
2306 shortenstring(e->e_to, MAXSHORTSTR),
2310 shortenstring(e->e_to, MAXSHORTSTR),
[all …]
Drecipient.c173 char *oldto = e->e_to;
304 e->e_to = oldto;
343 char *oldto = e->e_to;
424 e->e_to = oldto;
478 e->e_to = new->q_paddr;
1425 char *oldto = e->e_to;
1854 e->e_to = NULL;
1899 e->e_to = oldto;
Derr.c299 errtxt = fmtmsg(MsgBuf, CurEnv->e_to, "550", enhsc, 0, fmt, ap);
386 errtxt = fmtmsg(MsgBuf, CurEnv->e_to, "550", enhsc, 0, fmt, ap);
461 errtxt = fmtmsg(MsgBuf, CurEnv->e_to, "050", (char *) NULL, 0, msg, ap);
Dudb.c153 e->e_to = a->q_paddr;
331 e->e_to,
470 e->e_to,
Dmain.c2743 MainEnvelope.e_to = NULL;
2788 MainEnvelope.e_to = NULL;
2882 e->e_to = NULL;
2971 CurEnv->e_to = NULL;
2985 CurEnv->e_to = NULL;
4403 e->e_to = NULL;
4478 e->e_to = NULL;
Dalias.c73 e->e_to = a->q_paddr;
858 CurEnv->e_to = NULL;
Dparseaddr.c89 e->e_to = addr;
126 e->e_to = addr = sm_rpool_strdup_x(e->e_rpool, addr);
681 char *saveto = CurEnv->e_to;
726 CurEnv->e_to = p;
757 CurEnv->e_to = saveto;
957 CurEnv->e_to = saveto;
Dusersmtp.c2553 char *oldto = e->e_to;
2560 e->e_to = mci->mci_nextaddr->q_paddr;
2574 e->e_to = oldto;
3172 if (e->e_to != NULL)
3177 shortenstring(e->e_to, MAXSHORTSTR));
Dsavemail.c102 e->e_to = NULL;
378 e->e_to = dlbuf;
Dsrvrsmtp.c1167 e->e_to = NULL;
2811 e->e_to = a->q_paddr;
3777 ee->e_to = NULL;
3935 e->e_to = a->q_paddr;
3944 e->e_to = NULL;
Dcollect.c841 e->e_to = NULL;
Dqueue.c755 e->e_to = q->q_paddr;
760 e->e_to = NULL;
1772 e->e_to = NULL;
Dsendmail.h880 char *e_to; /* (list of) target person(s) */ member