Searched refs:EF_QUEUERUN (Results 1 - 4 of 4) sorted by relevance

/freebsd-13-stable/contrib/sendmail/src/
H A Denvelope.c258 e->e_flags &= ~EF_QUEUERUN;
800 if (OpMode == MD_DAEMON && bitset(EF_QUEUERUN, e->e_flags) &&
1021 if (bitset(EF_QUEUERUN, e->e_flags) || OpMode == MD_SMTP ||
1280 { "QUEUERUN", EF_QUEUERUN },
H A Dheaders.c378 !bitset(EF_QUEUERUN, e->e_flags) && sm_strcasecmp(fname, p) == 0)
H A Dsendmail.h1091 #define EF_QUEUERUN 0x00000800L /* this envelope is from queue */ macro
H A Dqueue.c3689 e->e_flags |= EF_QUEUERUN|EF_GLOBALERRS;
3899 e.e_flags |= EF_QUEUERUN|EF_GLOBALERRS;

Completed in 123 milliseconds