Home
last modified time | relevance | path

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

/freebsd/contrib/sendmail/src/
H A Dusersmtp.c504 mci->mci_flags |= MCIF_DSN;
2189 if (bitset(MCIF_DSN, mci->mci_flags))
2449 if (bitset(MCIF_DSN, mci->mci_flags))
H A Dsendmail.h922 #define MCIF_DSN 0x00000800 /* DSN extension supported */ macro
957 #define MCIF_EXTENS (MCIF_EXPN|MCIF_SIZE|MCIF_8BITMIME|MCIF_DSN|MCIF_8BITOK|MCIF_AUTH|MCIF_ENHSTAT|…
H A Dmci.c628 { MCIF_DSN, "DSN" },
H A Ddeliver.c4560 !bitset(MCIF_DSN, mci->mci_flags))