Home
last modified time | relevance | path

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

/freebsd/contrib/sendmail/src/
H A Dusersmtp.c521 mci->mci_flags |= MCIF_DLVR_BY;
2228 if (bitset(MCIF_DLVR_BY, mci->mci_flags) &&
2452 !bitset(MCIF_DLVR_BY, mci->mci_flags))
H A Dsendmail.h938 #define MCIF_DLVR_BY 0x00400000 /* DELIVERBY */ macro
957 …|MCIF_8BITOK|MCIF_AUTH|MCIF_ENHSTAT|MCIF_PIPELINED|MCIF_VERB|MCIF_TLS|MCIF_DLVR_BY|MCIF_AUTH2|MCIF…
H A Dmci.c641 { MCIF_DLVR_BY, "DLVR_BY" },
H A Ddeliver.c3692 if (!bitset(MCIF_DLVR_BY, mci->mci_flags))
4568 !bitset(MCIF_DLVR_BY, mci->mci_flags) &&