Searched refs:EF_RESPONSE (Results 1 - 7 of 7) sorted by relevance

/illumos-gate/usr/src/cmd/sendmail/src/
H A Denvelope.c237 !bitset(EF_RESPONSE, e->e_flags))
243 !bitset(EF_RESPONSE, e->e_flags))
353 if (!bitset(EF_WARNING|EF_RESPONSE, e->e_flags) &&
489 !bitset(EF_RESPONSE, e->e_flags) &&
1249 { "RESPONSE", EF_RESPONSE },
H A Dsavemail.c149 if (bitset(EF_RESPONSE, e->e_flags))
152 bitset(EF_RESPONSE, e->e_parent->e_flags))
558 ee->e_flags |= EF_RESPONSE|EF_METOO;
614 if (bitset(EF_RESPONSE, e->e_flags))
715 !bitset(EF_RESPONSE, ee->e_parent->e_flags))
H A Dheaders.c1014 else if (bitset(EF_RESPONSE, e->e_flags))
1017 else if (bitset(EF_RESPONSE, e->e_flags))
1127 if (bitset(EF_RESPONSE, e->e_flags))
H A Dqueue.c664 if (bitset(EF_RESPONSE, e->e_flags))
4268 e->e_flags |= EF_RESPONSE;
4526 e->e_flags |= EF_CLRQUEUE|EF_FATALERRS|EF_RESPONSE;
H A Dsendmail.h948 #define EF_RESPONSE 0x00000080L /* this is an error or return receipt */ macro
H A Ddeliver.c817 if (!bitset(EF_RESPONSE, e->e_flags) &&
1362 if (bitset(EF_RESPONSE, e->e_flags))
H A Dusersmtp.c2150 if (bitset(EF_RESPONSE, e->e_flags) &&

Completed in 111 milliseconds