Searched defs:sm_gotmail (Results 1 - 1 of 1) sorted by relevance

/illumos-gate/usr/src/cmd/sendmail/src/
H A Dsrvrsmtp.c352 bool sm_gotmail; /* mail command received */ member in struct:__anon1391
490 smtp.sm_gotmail = false; \
1160 smtp.sm_gotmail = false;
1205 if (LogLevel > (smtp.sm_gotmail ? 1 : 19))
1637 if (smtp.sm_gotmail)
1824 if (smtp.sm_gotmail)
2131 if (gothello || smtp.sm_gotmail)
2288 if (smtp.sm_gotmail)
2517 smtp.sm_gotmail = true;
2605 if (!smtp.sm_gotmail)
[all...]

Completed in 50 milliseconds