Searched refs:EF_FATALERRS (Results 1 – 11 of 11) sorted by relevance
/freebsd/contrib/sendmail/src/ |
H A D | envelope.c | 239 e->e_flags |= EF_FATALERRS|EF_CLRQUEUE; 245 e->e_flags |= EF_FATALERRS|EF_CLRQUEUE; 454 if (bitset(EF_FATALERRS, e->e_flags) && !failure_return) 600 bitset(EF_FATALERRS, e->e_flags)) 1261 { "FATALERRS", EF_FATALERRS },
|
H A D | collect.c | 969 e->e_flags &= ~EF_FATALERRS; 1014 if (!bitset(EF_FATALERRS, e->e_flags)) 1055 if (SuperSafe == SAFE_REALLY && !bitset(EF_FATALERRS, e->e_flags))
|
H A D | err.c | 803 CurEnv->e_flags |= EF_FATALERRS;
|
H A D | headers.c | 941 if (!bitset(EF_FATALERRS, saveflags)) 942 e->e_flags &= ~EF_FATALERRS;
|
H A D | deliver.c | 209 if (bitset(EF_FATALERRS, e->e_flags) && 258 e->e_flags |= EF_FATALERRS|EF_PM_NOTIFY|EF_CLRQUEUE; 505 ee->e_flags = e->e_flags & ~(EF_INQUEUE|EF_CLRQUEUE|EF_FATALERRS|EF_SENDRECEIPT|EF_RET_PARAM); 592 e->e_flags &= ~EF_FATALERRS; 910 if (bitset(EF_FATALERRS, e->e_flags) && 957 bitset(EF_FATALERRS, e->e_flags))
|
H A D | main.c | 2925 savedflags = MainEnvelope.e_flags & EF_FATALERRS; 2927 MainEnvelope.e_flags &= ~EF_FATALERRS; 2985 bitset(EF_FATALERRS, MainEnvelope.e_flags))
|
H A D | queue.c | 4628 e->e_flags |= EF_CLRQUEUE|EF_FATALERRS|EF_RESPONSE; 6044 if (!bitset(EF_FATALERRS, e->e_flags)) 6046 e->e_flags |= EF_FATALERRS; 8095 old->e_flags |= EF_FATALERRS; 8179 ee->e_flags &= ~(EF_INQUEUE|EF_CLRQUEUE|EF_FATALERRS
|
H A D | savemail.c | 874 !bitset(EF_FATALERRS|EF_SENDRECEIPT, e->e_parent->e_flags))
|
H A D | srvrsmtp.c | 3460 e->e_flags &= ~(EF_FATALERRS|EF_PM_NOTIFY); 4366 aborting = bitset(EF_FATALERRS, e->e_flags);
|
H A D | sendmail.h | 1188 #define EF_FATALERRS 0x00000020L /* fatal errors occurred */ macro
|
/freebsd/contrib/sendmail/ |
H A D | RELEASE_NOTES | 10854 handling of EF_FATALERRS somewhat, and adds an
|