Home
last modified time | relevance | path

Searched refs:MCIF_DLVR_BY (Results 1 – 4 of 4) sorted by relevance

/freebsd-12-stable/contrib/sendmail/src/
Dusersmtp.c516 mci->mci_flags |= MCIF_DLVR_BY;
2223 if (bitset(MCIF_DLVR_BY, mci->mci_flags) &&
2439 !bitset(MCIF_DLVR_BY, mci->mci_flags))
Dsendmail.h896 #define MCIF_DLVR_BY 0x00400000 /* DELIVERBY */ macro
915 …|MCIF_8BITOK|MCIF_AUTH|MCIF_ENHSTAT|MCIF_PIPELINED|MCIF_VERB|MCIF_TLS|MCIF_DLVR_BY|MCIF_AUTH2|MCIF…
Dmci.c642 { MCIF_DLVR_BY, "DLVR_BY" },
Ddeliver.c3203 if (!bitset(MCIF_DLVR_BY, mci->mci_flags))
3912 !bitset(MCIF_DLVR_BY, mci->mci_flags) &&