Home
last modified time | relevance | path

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

/titanic_41/usr/src/cmd/sendmail/src/
H A Dusersmtp.c468 mci->mci_flags |= MCIF_DLVR_BY;
2120 if (bitset(MCIF_DLVR_BY, mci->mci_flags) &&
2318 !bitset(MCIF_DLVR_BY, mci->mci_flags))
H A Dmci.c579 { MCIF_DLVR_BY, "DLVR_BY" },
H A Dsendmail.h728 #define MCIF_DLVR_BY 0x00400000 /* DELIVERBY */ macro
H A Ddeliver.c2914 if (!bitset(MCIF_DLVR_BY, mci->mci_flags))
3532 !bitset(MCIF_DLVR_BY, mci->mci_flags) &&