Searched refs:EF_RESPONSE (Results 1 – 7 of 7) sorted by relevance
/illumos-gate/usr/src/cmd/sendmail/src/ |
H A D | envelope.c | 239 !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 D | savemail.c | 151 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 D | headers.c | 1014 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 D | queue.c | 664 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 D | sendmail.h | 948 #define EF_RESPONSE 0x00000080L /* this is an error or return receipt */ macro
|
H A D | deliver.c | 817 if (!bitset(EF_RESPONSE, e->e_flags) && 1362 if (bitset(EF_RESPONSE, e->e_flags))
|
H A D | usersmtp.c | 2150 if (bitset(EF_RESPONSE, e->e_flags) &&
|