Home
last modified time | relevance | path

Searched refs:q_rstatus (Results 1 – 7 of 7) sorted by relevance

/freebsd/contrib/sendmail/src/
H A Dsavemail.c979 if (q->q_rstatus != NULL)
983 shortenstring(exitstat(q->q_rstatus),
1381 if (q->q_rstatus != NULL)
1388 p, q->q_rstatus);
H A Drecipient.c700 new->q_rstatus = "550 Unsafe for mailing to programs";
923 new->q_rstatus = "550 Unsafe for mailing to files";
1007 new->q_rstatus = "550 5.1.1 User unknown";
H A Ddeliver.c270 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 &&
[all …]
H A Dsrvrsmtp.c3394 a->q_rstatus != NULL)
3401 a->q_rstatus);
3488 else if (a != NULL && a->q_rstatus != NULL)
3491 a->q_rstatus);
H A Dparseaddr.c2657 a->q_rstatus == NULL ? "(none)" : a->q_rstatus);
H A Dsendmail.h398 char *q_rstatus; /* remote status message for DSNs */ member
H A Dusersmtp.c2579 &to->q_rstatus);