Home
last modified time | relevance | path

Searched refs:SM_PROXY (Results 1 – 4 of 4) sorted by relevance

/freebsd/contrib/sendmail/src/
H A Dsendmail.h1910 # define SM_PROXY 'S' /* synchronous mode activated */ macro
1927 # define SM_IS_INTERACTIVE(m) ((m) == SM_DELIVER || (m) == SM_PROXY_REQ || (m) == SM_PROXY)
H A Denvelope.c266 if (queueit && e->e_sendmode == SM_PROXY)
H A Dusersmtp.c3402 (e->e_sendmode != SM_PROXY
3403 || (e->e_sendmode == SM_PROXY
H A Dsrvrsmtp.c4440 e->e_sendmode = SM_PROXY;
4527 if (SM_PROXY == e->e_sendmode && a->q_state != QS_SENT &&