Home
last modified time | relevance | path

Searched refs:EF_GLOBALERRS (Results 1 – 8 of 8) sorted by relevance

/freebsd/contrib/sendmail/src/
H A Derr.c800 else if (msgcode == '5' && bitset(EF_GLOBALERRS, CurEnv->e_flags))
H A Dmain.c2803 MainEnvelope.e_flags |= EF_GLOBALERRS|EF_LOGSENDER;
2873 MainEnvelope.e_flags |= EF_GLOBALERRS;
2926 MainEnvelope.e_flags |= EF_GLOBALERRS;
H A Denvelope.c1268 { "GLOBALERRS", EF_GLOBALERRS },
H A Dqueue.c3741 e->e_flags |= EF_QUEUERUN|EF_GLOBALERRS;
3957 e.e_flags |= EF_QUEUERUN|EF_GLOBALERRS;
4247 e->e_flags |= EF_GLOBALERRS;
H A Dsendmail.h1195 #define EF_GLOBALERRS 0x00001000L /* treat errors as global */ macro
H A Dsrvrsmtp.c1630 e->e_flags &= ~(EF_VRFYONLY|EF_GLOBALERRS);
H A Ddeliver.c936 e->e_flags |= EF_GLOBALERRS;
/freebsd/contrib/sendmail/
H A DRELEASE_NOTES10855 EF_GLOBALERRS flag. This also fixes a potential problem