Searched refs:QHASNOTIFY (Results 1 – 11 of 11) sorted by relevance
/titanic_41/usr/src/cmd/sendmail/src/ |
H A D | collect.c | 114 if (!bitset(QHASNOTIFY, q->q_flags)) 115 q->q_flags |= QHASNOTIFY|QPINGONSUCCESS;
|
H A D | savemail.c | 602 q->q_flags &= ~(QHASNOTIFY|Q_PINGFLAGS); 691 ee->e_from.q_flags &= ~(QHASNOTIFY|Q_PINGFLAGS); 1130 if (bitset(QHASNOTIFY, q->q_flags) &&
|
H A D | usersmtp.c | 2321 if (!bitset(QHASNOTIFY, to->q_flags)) 2322 to->q_flags |= QPINGONFAILURE|QPINGONDELAY|QHASNOTIFY; 2330 if (bitset(QHASNOTIFY, to->q_flags) &&
|
H A D | envelope.c | 376 !bitset(QHASNOTIFY,
|
H A D | deliver.c | 445 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 D | parseaddr.c | 2416 { "QHASNOTIFY", QHASNOTIFY }, 2804 Q_PINGFLAGS|QHASNOTIFY|\
|
H A D | recipient.c | 159 #define QINHERITEDBITS (QPINGONSUCCESS|QPINGONFAILURE|QPINGONDELAY|QHASNOTIFY)
|
H A D | sendmail.h | 268 #define QHASNOTIFY 0x00000200 /* propagate notify parameter */ macro
|
H A D | queue.c | 729 if (bitset(QHASNOTIFY, q->q_flags)) 4383 qflags |= QHASNOTIFY;
|
H A D | main.c | 908 DefaultNotify |= QHASNOTIFY;
|
H A D | srvrsmtp.c | 4479 a->q_flags |= QHASNOTIFY;
|