Home
last modified time | relevance | path

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

/dports/mail/libmilter/sendmail-8.16.1/sendmail/
H A Dusersmtp.c472 mci->mci_flags |= MCIF_DSN;
2125 if (bitset(MCIF_DSN, mci->mci_flags))
2359 if (bitset(MCIF_DSN, mci->mci_flags))
H A Dsendmail.h827 #define MCIF_DSN 0x00000800 /* DSN extension supported */ macro
862 #define MCIF_EXTENS (MCIF_EXPN|MCIF_SIZE|MCIF_8BITMIME|MCIF_DSN|MCIF_8BITOK|MCIF_AUTH|MCIF_ENHSTAT|…
H A Dmci.c632 { MCIF_DSN, "DSN" },
H A Ddeliver.c3715 !bitset(MCIF_DSN, mci->mci_flags))