Searched refs:QPINGONFAILURE (Results 1 - 10 of 10) sorted by relevance

/freebsd-13-stable/contrib/sendmail/src/
H A Dsavemail.c608 q->q_flags |= QPINGONFAILURE;
697 ee->e_from.q_flags |= QPINGONFAILURE;
955 !bitset(QPINGONFAILURE, q->q_flags))
1200 !bitset(QPINGONFAILURE, q->q_flags))
H A Denvelope.c270 if (bitset(QPINGONFAILURE, q->q_flags) &&
450 ** mark all OK/VERIFIED addresses as bad (if QPINGONFAILURE).
459 && bitset(QPINGONFAILURE, q->q_flags)
H A Dmain.c934 DefaultNotify |= QPINGONFAILURE;
1475 DefaultNotify = QPINGONFAILURE|QPINGONDELAY;
2059 DefaultNotify = QPINGONFAILURE|QPINGONDELAY;
H A Dusersmtp.c2366 to->q_flags |= QPINGONFAILURE|QPINGONDELAY|QHASNOTIFY;
2368 bitset(QPINGONFAILURE, to->q_flags) ||
2386 if (bitset(QPINGONFAILURE, to->q_flags))
H A Dsendmail.h346 #define QPINGONFAILURE 0x00000080 /* give return on failure */ macro
366 #define Q_PINGFLAGS (QPINGONSUCCESS|QPINGONFAILURE|QPINGONDELAY)
H A Drecipient.c157 #define QINHERITEDBITS (QPINGONSUCCESS|QPINGONFAILURE|QPINGONDELAY|QHASNOTIFY)
H A Dsrvrsmtp.c4151 a->q_flags &= ~(QPINGONFAILURE|QPINGONSUCCESS|
5019 a->q_flags &= ~(QPINGONSUCCESS|QPINGONFAILURE|QPINGONDELAY);
5035 a->q_flags |= QPINGONFAILURE;
H A Ddeliver.c1814 if (bitset(QPINGONFAILURE, to->q_flags))
3727 bitset(QPINGONFAILURE, to->q_flags) ||
3739 bitset(QPINGONFAILURE, to->q_flags) ||
H A Dparseaddr.c2442 { "QPINGONFAILURE", QPINGONFAILURE },
H A Dqueue.c738 if (bitset(QPINGONFAILURE, q->q_flags))
4439 qflags |= QPINGONFAILURE;

Completed in 222 milliseconds