Home
last modified time | relevance | path

Searched refs:e_sendmode (Results 1 – 12 of 12) sorted by relevance

/freebsd/contrib/sendmail/src/
H A Dsrvrsmtp.c4430 if (SM_PROXY_REQ == e->e_sendmode)
4440 e->e_sendmode = SM_PROXY;
4454 e->e_sendmode = SM_DELIVER;
4463 if (SM_TRIGGER == e->e_sendmode)
4480 if (IS_SM_TRIGGER(ee->e_sendmode))
4493 if (SM_DM_ONE == e->e_sendmode)
4498 e->e_sendmode = SM_QUEUE;
4621 if (SM_TRIGGER == ee->e_sendmode)
4625 ee->e_sendmode = SM_DELIVER;
4638 ee->e_sendmode = SM_QUEUE;
[all …]
H A Denvelope.c89 sendmode = parent->e_sendmode;
253 e->e_sendmode, e, e->e_sibling, e->e_nrcpts, q,
266 if (queueit && e->e_sendmode == SM_PROXY)
470 && WILL_BE_QUEUED(e->e_sendmode)
H A Dmain.c1363 if (SuperSafe == SAFE_INTERACTIVE && !SM_IS_INTERACTIVE(CurEnv->e_sendmode))
2357 if (OpMode == MD_DAEMON && SM_TRIGGER == BlankEnvelope.e_sendmode)
2457 if (SM_TRIGGER == BlankEnvelope.e_sendmode)
3086 if (OpMode == MD_DAEMON && SM_TRIGGER == BlankEnvelope.e_sendmode)
H A Dparseaddr.c236 if (e->e_sendmode == SM_DEFER)
241 if (e->e_message == NULL && e->e_sendmode != SM_DEFER)
1853 if (e->e_sendmode == SM_DEFER &&
H A Dusersmtp.c3402 (e->e_sendmode != SM_PROXY
3403 || (e->e_sendmode == SM_PROXY
H A Drecipient.c727 if (UseMSP || WILL_BE_QUEUED(e->e_sendmode) ||
H A Ddaemon.c698 if (SM_TRIGGER == e->e_sendmode)
4202 if (CurEnv->e_sendmode == SM_DEFER &&
H A Dutil.c698 e->e_sendmode = (char) mode;
H A Dqueue.c991 if (SM_TRIGGER == e->e_sendmode && !SM_IS_EMPTY(e->e_id))
1001 e->e_sendmode, e->e_id, QUP_UNLOCK, i);
3948 if (WILL_BE_QUEUED(ei->e_sendmode))
H A Dsendmail.h1118 short e_sendmode; /* message send mode */ member
H A Ddeliver.c219 mode = e->e_sendmode;
7017 CurEnv->e_sendmode == SM_DEFER)
H A Dmap.c5702 if (CurEnv != NULL && CurEnv->e_sendmode == SM_DEFER &&