Home
last modified time | relevance | path

Searched refs:QPINGONFAILURE (Results 1 – 10 of 10) sorted by relevance

/illumos-gate/usr/src/cmd/sendmail/src/
H A Dsavemail.c605 q->q_flags |= QPINGONFAILURE;
694 ee->e_from.q_flags |= QPINGONFAILURE;
896 !bitset(QPINGONFAILURE, q->q_flags))
1133 !bitset(QPINGONFAILURE, q->q_flags))
H A Denvelope.c258 if (bitset(QPINGONFAILURE, q->q_flags) &&
447 bitset(QPINGONFAILURE, q->q_flags))
H A Dusersmtp.c2322 to->q_flags |= QPINGONFAILURE|QPINGONDELAY|QHASNOTIFY;
2324 bitset(QPINGONFAILURE, to->q_flags) ||
2342 if (bitset(QPINGONFAILURE, to->q_flags))
H A Dmain.c921 DefaultNotify |= QPINGONFAILURE;
1462 DefaultNotify = QPINGONFAILURE|QPINGONDELAY;
2045 DefaultNotify = QPINGONFAILURE|QPINGONDELAY;
H A Dsendmail.h266 #define QPINGONFAILURE 0x00000080 /* give return on failure */ macro
280 #define Q_PINGFLAGS (QPINGONSUCCESS|QPINGONFAILURE|QPINGONDELAY)
H A Drecipient.c157 #define QINHERITEDBITS (QPINGONSUCCESS|QPINGONFAILURE|QPINGONDELAY|QHASNOTIFY)
H A Ddeliver.c1762 if (bitset(QPINGONFAILURE, to->q_flags))
3536 bitset(QPINGONFAILURE, to->q_flags) ||
3548 bitset(QPINGONFAILURE, to->q_flags) ||
H A Dsrvrsmtp.c4478 a->q_flags &= ~(QPINGONSUCCESS|QPINGONFAILURE|QPINGONDELAY);
4494 a->q_flags |= QPINGONFAILURE;
H A Dparseaddr.c2412 { "QPINGONFAILURE", QPINGONFAILURE },
H A Dqueue.c733 if (bitset(QPINGONFAILURE, q->q_flags))
4391 qflags |= QPINGONFAILURE;