Home
last modified time | relevance | path

Searched refs:EF_FATALERRS (Results 1 – 11 of 11) sorted by relevance

/freebsd-10-stable/contrib/sendmail/src/
Denvelope.c238 e->e_flags |= EF_FATALERRS|EF_CLRQUEUE;
244 e->e_flags |= EF_FATALERRS|EF_CLRQUEUE;
453 if (bitset(EF_FATALERRS, e->e_flags) && !failure_return)
590 bitset(EF_FATALERRS, e->e_flags))
1261 { "FATALERRS", EF_FATALERRS },
Dcollect.c843 e->e_flags &= ~EF_FATALERRS;
874 if (!bitset(EF_FATALERRS, e->e_flags))
915 if (SuperSafe == SAFE_REALLY && !bitset(EF_FATALERRS, e->e_flags))
Derr.c804 CurEnv->e_flags |= EF_FATALERRS;
Ddeliver.c106 if (bitset(EF_FATALERRS, e->e_flags) &&
155 e->e_flags |= EF_FATALERRS|EF_PM_NOTIFY|EF_CLRQUEUE;
402 ee->e_flags = e->e_flags & ~(EF_INQUEUE|EF_CLRQUEUE|EF_FATALERRS|EF_SENDRECEIPT|EF_RET_PARAM);
489 e->e_flags &= ~EF_FATALERRS;
806 if (bitset(EF_FATALERRS, e->e_flags) &&
853 bitset(EF_FATALERRS, e->e_flags))
Dheaders.c915 if (!bitset(EF_FATALERRS, saveflags))
916 e->e_flags &= ~EF_FATALERRS;
Dmain.c2848 savedflags = MainEnvelope.e_flags & EF_FATALERRS;
2850 MainEnvelope.e_flags &= ~EF_FATALERRS;
2908 bitset(EF_FATALERRS, MainEnvelope.e_flags))
Dqueue.c4530 e->e_flags |= EF_CLRQUEUE|EF_FATALERRS|EF_RESPONSE;
5921 if (!bitset(EF_FATALERRS, e->e_flags))
5923 e->e_flags |= EF_FATALERRS;
7846 old->e_flags |= EF_FATALERRS;
7930 ee->e_flags &= ~(EF_INQUEUE|EF_CLRQUEUE|EF_FATALERRS
Dsavemail.c827 !bitset(EF_FATALERRS|EF_SENDRECEIPT, e->e_parent->e_flags))
Dsrvrsmtp.c3104 e->e_flags &= ~(EF_FATALERRS|EF_PM_NOTIFY);
3936 aborting = bitset(EF_FATALERRS, e->e_flags);
Dsendmail.h1007 #define EF_FATALERRS 0x00000020L /* fatal errors occurred */ macro
/freebsd-10-stable/contrib/sendmail/
DRELEASE_NOTES10438 handling of EF_FATALERRS somewhat, and adds an