Home
last modified time | relevance | path

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

/freebsd/contrib/sendmail/src/
H A Dusersmtp.c492 mci->mci_flags |= MCIF_SIZE;
2124 if (bitset(MCIF_SIZE, mci->mci_flags) && e->e_msgsize > 0)
2341 if (bitset(MCIF_SIZE, mci->mci_flags))
H A Dsendmail.h916 #define MCIF_SIZE 0x00000020 /* SIZE option supported */ macro
957 #define MCIF_EXTENS (MCIF_EXPN|MCIF_SIZE|MCIF_8BITMIME|MCIF_DSN|MCIF_8BITOK|MCIF_AUTH|MCIF_ENHSTAT|…
H A Dmci.c623 { MCIF_SIZE, "SIZE" },
H A Ddeliver.c4164 if (bitset(MCIF_SIZE, mci->mci_flags) &&