Searched refs:QHASNOTIFY (Results 1 - 11 of 11) sorted by relevance

/freebsd-13-stable/contrib/sendmail/src/
H A Dcollect.c114 if (!bitset(QHASNOTIFY, q->q_flags))
115 q->q_flags |= QHASNOTIFY|QPINGONSUCCESS;
H A Dsavemail.c607 q->q_flags &= ~(QHASNOTIFY|Q_PINGFLAGS);
696 ee->e_from.q_flags &= ~(QHASNOTIFY|Q_PINGFLAGS);
1199 if (bitset(QHASNOTIFY, q->q_flags) &&
H A Dusersmtp.c2365 if (!bitset(QHASNOTIFY, to->q_flags))
2366 to->q_flags |= QPINGONFAILURE|QPINGONDELAY|QHASNOTIFY;
2374 if (bitset(QHASNOTIFY, to->q_flags) &&
H A Denvelope.c390 !bitset(QHASNOTIFY,
H A Dparseaddr.c2444 { "QHASNOTIFY", QHASNOTIFY },
2842 Q_PINGFLAGS|QHASNOTIFY|\
H A Ddeliver.c455 q->q_flags &= ~(QHASNOTIFY|Q_PINGFLAGS);
1806 if (bitset(QHASNOTIFY, to->q_flags))
3725 (!bitset(QHASNOTIFY, to->q_flags) ||
3737 (!bitset(QHASNOTIFY, to->q_flags) ||
H A Drecipient.c157 #define QINHERITEDBITS (QPINGONSUCCESS|QPINGONFAILURE|QPINGONDELAY|QHASNOTIFY)
H A Dmain.c921 DefaultNotify |= QHASNOTIFY;
H A Dsendmail.h348 #define QHASNOTIFY 0x00000200 /* propagate notify parameter */ macro
H A Dqueue.c734 if (bitset(QHASNOTIFY, q->q_flags))
4431 qflags |= QHASNOTIFY;
H A Dsrvrsmtp.c5020 a->q_flags |= QHASNOTIFY;

Completed in 247 milliseconds