Home
last modified time | relevance | path

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

/freebsd-13-stable/contrib/sendmail/src/
HDmci.c647 { MCIF_ONLY_EHLO, "ONLY_EHLO" },
HDdeliver.c3666 #define ONLY_HELO(f) bitset(MCIF_ONLY_EHLO, f)
3667 #define SET_HELO(f) f |= MCIF_ONLY_EHLO
3668 #define CLR_HELO(f) f &= ~MCIF_ONLY_EHLO
4090 MCIF_ONLY_EHLO;
HDsendmail.h944 #define MCIF_ONLY_EHLO 0x10000000 /* use only EHLO in smtpinit */ macro