Searched refs:SM_DEFER (Results 1 - 6 of 6) sorted by last modified time

/freebsd-11-stable/contrib/sendmail/src/
H A Dsendmail.h1787 #define SM_DEFER 'd' /* defer map lookups as well as queue */ macro
1796 #define WILL_BE_QUEUED(m) ((m) == SM_QUEUE || (m) == SM_DEFER)
H A Dreadcf.c3262 case SM_DEFER: /* queue only and defer map lookups */
H A Dparseaddr.c219 if (e->e_sendmode == SM_DEFER)
224 if (e->e_message == NULL && e->e_sendmode != SM_DEFER)
1819 if (e->e_sendmode == SM_DEFER &&
H A Dmap.c5445 if (CurEnv != NULL && CurEnv->e_sendmode == SM_DEFER &&
H A Ddeliver.c126 if (mode != SM_VERIFY && mode != SM_DEFER &&
582 case SM_DEFER:
6046 CurEnv->e_sendmode == SM_DEFER)
H A Ddaemon.c1518 case SM_DEFER:
4118 if (CurEnv->e_sendmode == SM_DEFER &&

Completed in 108 milliseconds