Home
last modified time | relevance | path

Searched refs:MCIF_HELO (Results 1 – 2 of 2) sorted by relevance

/illumos-gate/usr/src/cmd/sendmail/src/
H A Dusersmtp.c160 mci->mci_flags &= ~MCIF_HELO;
178 mci->mci_flags |= MCIF_HELO;
421 else if (bitset(MCIF_HELO, mci->mci_flags))
H A Dsendmail.h730 # define MCIF_HELO 0x00800000 /* we used HELO: ignore extensions */ macro