Lines Matching refs:q_rstatus
270 q->q_rstatus = "554 5.4.6 Too many hops";
1488 && !SM_IS_EMPTY(rcpt->q_rstatus)
1492 "q_rstatus=%s, ", rcpt->q_rstatus);
4845 q->q_rstatus = rstatus;
4847 if (rcode != EX_OK && q->q_rstatus == NULL &&
4854 q->q_rstatus = sm_rpool_strdup_x(e->e_rpool, buf);
5505 if (to != NULL && !SM_IS_EMPTY(to->q_rstatus))
5509 shortenstring(to->q_rstatus, STATLEN));
5511 if (ISSMTPCODE(to->q_rstatus) &&
5512 (rtype = to->q_rstatus[0] - '0') > 0 &&
5516 WHERE2REPORT, rcode, to->q_rstatus);