Searched defs:QS_RETRY (Results 1 - 1 of 1) 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 || \

Completed in 90 milliseconds