Home
last modified time | relevance | path

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

/freebsd/contrib/sendmail/src/
H A Dusersmtp.c206 mci->mci_flags &= ~MCIF_HELO;
224 mci->mci_flags |= MCIF_HELO;
470 else if (bitset(MCIF_HELO, mci->mci_flags))
H A Dmci.c643 { MCIF_HELO, "HELO" },
H A Dsendmail.h940 # define MCIF_HELO 0x00800000 /* we used HELO: ignore extensions */ macro