Home
last modified time | relevance | path

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

/illumos-gate/usr/src/cmd/sendmail/src/
H A Dsendmail.h712 #define MCIF_DSN 0x00000800 /* DSN extension supported */ macro
724 #define MCIF_EXTENS (MCIF_EXPN | MCIF_SIZE | MCIF_8BITMIME | MCIF_DSN | MCIF_8BITOK | MCIF_AUTH | M…
726 #define MCIF_EXTENS (MCIF_EXPN | MCIF_SIZE | MCIF_8BITMIME | MCIF_DSN | MCIF_8BITOK | MCIF_AUTH | M…
H A Dusersmtp.c455 mci->mci_flags |= MCIF_DSN;
2081 if (bitset(MCIF_DSN, mci->mci_flags))
2315 if (bitset(MCIF_DSN, mci->mci_flags))
H A Dmci.c565 { MCIF_DSN, "DSN" },
H A Ddeliver.c3524 !bitset(MCIF_DSN, mci->mci_flags))