Home
last modified time | relevance | path

Searched refs:RTSF_SEND_BODY (Results 1 – 2 of 2) sorted by relevance

/illumos-gate/usr/src/cmd/sendmail/src/
H A Dsavemail.c292 sendbody ? RTSF_SEND_BODY
331 flags |= RTSF_SEND_BODY;
574 flags &= ~RTSF_SEND_BODY;
579 if (bitset(RTSF_SEND_BODY, flags) &&
H A Dsendmail.h1701 #define RTSF_SEND_BODY 0x0001 /* include body of message in return */ macro