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

/illumos-gate/usr/src/cmd/sendmail/src/
H A Dcollect.c114 if (!bitset(QHASNOTIFY, q->q_flags))
115 q->q_flags |= QHASNOTIFY|QPINGONSUCCESS;
H A Dsavemail.c602 q->q_flags &= ~(QHASNOTIFY|Q_PINGFLAGS);
691 ee->e_from.q_flags &= ~(QHASNOTIFY|Q_PINGFLAGS);
1130 if (bitset(QHASNOTIFY, q->q_flags) &&
H A Dusersmtp.c2321 if (!bitset(QHASNOTIFY, to->q_flags))
2322 to->q_flags |= QPINGONFAILURE|QPINGONDELAY|QHASNOTIFY;
2330 if (bitset(QHASNOTIFY, to->q_flags) &&
H A Ddeliver.c445 q->q_flags &= ~(QHASNOTIFY|Q_PINGFLAGS);
1754 if (bitset(QHASNOTIFY, to->q_flags))
3534 (!bitset(QHASNOTIFY, to->q_flags) ||
3546 (!bitset(QHASNOTIFY, to->q_flags) ||
H A Denvelope.c376 !bitset(QHASNOTIFY,
H A Dparseaddr.c2416 { "QHASNOTIFY", QHASNOTIFY },
2804 Q_PINGFLAGS|QHASNOTIFY|\
H A Drecipient.c159 #define QINHERITEDBITS (QPINGONSUCCESS|QPINGONFAILURE|QPINGONDELAY|QHASNOTIFY)
H A Dsendmail.h268 #define QHASNOTIFY 0x00000200 /* propagate notify parameter */ macro
H A Dmain.c908 DefaultNotify |= QHASNOTIFY;
H A Dqueue.c729 if (bitset(QHASNOTIFY, q->q_flags))
4383 qflags |= QHASNOTIFY;
H A Dsrvrsmtp.c4479 a->q_flags |= QHASNOTIFY;

Completed in 160 milliseconds