Home
last modified time | relevance | path

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

/titanic_50/usr/src/cmd/sendmail/src/
H A Dsendmail.h706 #define MCIF_SIZE 0x00000020 /* SIZE option 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.c443 mci->mci_flags |= MCIF_SIZE;
2025 if (bitset(MCIF_SIZE, mci->mci_flags) && e->e_msgsize > 0)
2219 if (bitset(MCIF_SIZE, mci->mci_flags))
H A Dmci.c562 { MCIF_SIZE, "SIZE" },
H A Ddeliver.c3237 if (bitset(MCIF_SIZE, mci->mci_flags) &&