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

/illumos-gate/usr/src/cmd/sendmail/src/
H A Dsrvrsmtp.c556 volatile bool gothello; /* helo command received */ local
1159 gothello = false;
2059 if (gothello)
2131 if (gothello || smtp.sm_gotmail)
2207 gothello = true;
2283 if (!gothello && bitset(PRIV_NEEDMAILHELO, PrivacyFlags))
2331 if (!gothello)
2937 else if (!gothello &&

Completed in 53 milliseconds