Home
last modified time | relevance | path

Searched refs:QS_RETRY (Results 1 – 4 of 4) sorted by relevance

/illumos-gate/usr/src/cmd/sendmail/src/
H A Dsendmail.h287 #define QS_RETRY 4 /* retry delivery for next MX */ macro
312 #define QS_IS_RETRY(s) ((s) == QS_RETRY)
318 (s) == QS_RETRY || \
321 (s) == QS_RETRY)
324 (s) == QS_RETRY)
326 (s) == QS_RETRY || \
H A Ddeliver.c3368 to->q_state = QS_RETRY;
3402 to->q_state = QS_RETRY;
H A Dusersmtp.c2564 mci->mci_nextaddr->q_state = QS_RETRY;
H A Dparseaddr.c2486 case QS_RETRY: