Home
last modified time | relevance | path

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.c604 q->q_flags &= ~(QHASNOTIFY|Q_PINGFLAGS);
693 ee->e_from.q_flags &= ~(QHASNOTIFY|Q_PINGFLAGS);
1132 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 Denvelope.c378 !bitset(QHASNOTIFY,
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 Dparseaddr.c2414 { "QHASNOTIFY", QHASNOTIFY },
2802 Q_PINGFLAGS|QHASNOTIFY|\
H A Drecipient.c157 #define QINHERITEDBITS (QPINGONSUCCESS|QPINGONFAILURE|QPINGONDELAY|QHASNOTIFY)
H A Dsendmail.h268 #define QHASNOTIFY 0x00000200 /* propagate notify parameter */ macro
H A Dqueue.c729 if (bitset(QHASNOTIFY, q->q_flags))
4383 qflags |= QHASNOTIFY;
H A Dmain.c908 DefaultNotify |= QHASNOTIFY;
H A Dsrvrsmtp.c4479 a->q_flags |= QHASNOTIFY;