Home
last modified time | relevance | path

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

/freebsd/contrib/sendmail/src/
H A Denvelope.c259 e->e_flags &= ~EF_QUEUERUN;
785 if (OpMode == MD_DAEMON && bitset(EF_QUEUERUN, e->e_flags) &&
1005 if (bitset(EF_QUEUERUN, e->e_flags) || OpMode == MD_SMTP ||
1267 { "QUEUERUN", EF_QUEUERUN },
H A Dheaders.c402 !bitset(EF_QUEUERUN, e->e_flags) && SM_STRCASEEQ(fname, p))
H A Dsendmail.h1194 #define EF_QUEUERUN 0x00000800L /* this envelope is from queue */ macro
H A Dqueue.c3741 e->e_flags |= EF_QUEUERUN|EF_GLOBALERRS;
3957 e.e_flags |= EF_QUEUERUN|EF_GLOBALERRS;