Home
last modified time | relevance | path

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

/illumos-gate/usr/src/cmd/sendmail/src/
H A Denvelope.c239 !bitset(EF_RESPONSE, e->e_flags))
245 !bitset(EF_RESPONSE, e->e_flags))
355 if (!bitset(EF_WARNING|EF_RESPONSE, e->e_flags) &&
491 !bitset(EF_RESPONSE, e->e_flags) &&
1251 { "RESPONSE", EF_RESPONSE },
H A Dsavemail.c151 if (bitset(EF_RESPONSE, e->e_flags))
154 bitset(EF_RESPONSE, e->e_parent->e_flags))
560 ee->e_flags |= EF_RESPONSE|EF_METOO;
616 if (bitset(EF_RESPONSE, e->e_flags))
717 !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;
4527 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) &&