Searched refs:QHASNOTIFY (Results 1 – 11 of 11) sorted by relevance
/freebsd/contrib/sendmail/src/ |
H A D | savemail.c | 609 q->q_flags &= ~(QHASNOTIFY|Q_PINGFLAGS); 699 ee->e_from.q_flags &= ~(QHASNOTIFY|Q_PINGFLAGS); 1208 if (bitset(QHASNOTIFY, q->q_flags) &&
|
H A D | collect.c | 116 if (!bitset(QHASNOTIFY, q->q_flags)) 117 q->q_flags |= QHASNOTIFY|QPINGONSUCCESS;
|
H A D | usersmtp.c | 2455 if (!bitset(QHASNOTIFY, to->q_flags)) 2456 to->q_flags |= QPINGONFAILURE|QPINGONDELAY|QHASNOTIFY; 2464 if (bitset(QHASNOTIFY, to->q_flags) &&
|
H A D | envelope.c | 391 !bitset(QHASNOTIFY,
|
H A D | deliver.c | 549 q->q_flags &= ~(QHASNOTIFY|Q_PINGFLAGS); 2273 if (bitset(QHASNOTIFY, to->q_flags)) 4570 (!bitset(QHASNOTIFY, to->q_flags) || 4582 (!bitset(QHASNOTIFY, to->q_flags) ||
|
H A D | parseaddr.c | 2483 { "QHASNOTIFY", QHASNOTIFY }, 2879 Q_PINGFLAGS|QHASNOTIFY|\
|
H A D | recipient.c | 164 #define QINHERITEDBITS (QPINGONSUCCESS|QPINGONFAILURE|QPINGONDELAY|QHASNOTIFY)
|
H A D | sendmail.h | 431 #define QHASNOTIFY 0x00000200 /* propagate notify parameter */ macro
|
H A D | queue.c | 739 if (bitset(QHASNOTIFY, q->q_flags)) 4489 qflags |= QHASNOTIFY;
|
H A D | main.c | 949 DefaultNotify |= QHASNOTIFY;
|
H A D | srvrsmtp.c | 5335 a->q_flags |= QHASNOTIFY;
|