Searched refs:EF_RESPONSE (Results 1 – 7 of 7) sorted by relevance
/freebsd/contrib/sendmail/src/ |
H A D | envelope.c | 236 !bitset(EF_RESPONSE, e->e_flags)) 242 !bitset(EF_RESPONSE, e->e_flags)) 368 if (!bitset(EF_WARNING|EF_RESPONSE, e->e_flags) && 517 !bitset(EF_RESPONSE, e->e_flags) && 1263 { "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)) 561 ee->e_flags |= EF_RESPONSE|EF_METOO; 621 if (bitset(EF_RESPONSE, e->e_flags)) 732 !bitset(EF_RESPONSE, ee->e_parent->e_flags))
|
H A D | headers.c | 1053 else if (bitset(EF_RESPONSE, e->e_flags)) 1056 else if (bitset(EF_RESPONSE, e->e_flags)) 1181 if (bitset(EF_RESPONSE, e->e_flags))
|
H A D | usersmtp.c | 2087 if (bitset(EF_RESPONSE, e->e_flags) && 2260 if (bitset(EF_RESPONSE, e->e_flags) &&
|
H A D | queue.c | 669 if (bitset(EF_RESPONSE, e->e_flags)) 4368 e->e_flags |= EF_RESPONSE; 4628 e->e_flags |= EF_CLRQUEUE|EF_FATALERRS|EF_RESPONSE;
|
H A D | sendmail.h | 1190 #define EF_RESPONSE 0x00000080L /* this is an error or return receipt */ macro
|
H A D | deliver.c | 922 if (!bitset(EF_RESPONSE, e->e_flags) && 1795 if (bitset(EF_RESPONSE, e->e_flags))
|