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

/freebsd-13-stable/contrib/sendmail/src/
H A Dsavemail.c970 if (q->q_rstatus != NULL)
974 shortenstring(exitstat(q->q_rstatus),
1372 if (q->q_rstatus != NULL)
1379 p, q->q_rstatus);
H A Drecipient.c686 new->q_rstatus = "550 Unsafe for mailing to programs";
909 new->q_rstatus = "550 Unsafe for mailing to files";
993 new->q_rstatus = "550 5.1.1 User unknown";
H A Ddeliver.c176 q->q_rstatus = "554 5.4.6 Too many hops";
1638 /* set to->q_rstatus = NULL; or to the following? */
3976 q->q_rstatus = rstatus;
3978 if (rcode != EX_OK && q->q_rstatus == NULL &&
3985 q->q_rstatus = sm_rpool_strdup_x(e->e_rpool, buf);
4561 ** per-rcpt status: to->q_rstatus
4578 if (rcode != EX_OK && to != NULL && to->q_rstatus != NULL &&
4579 *to->q_rstatus != '\0')
4583 shortenstring(to->q_rstatus, STATLEN));
H A Dsrvrsmtp.c3177 a->q_rstatus != NULL)
3184 a->q_rstatus);
3271 else if (a != NULL && a->q_rstatus != NULL)
3274 a->q_rstatus);
H A Dparseaddr.c2618 a->q_rstatus == NULL ? "(none)" : a->q_rstatus);
H A Dsendmail.h327 char *q_rstatus; /* remote status message for DSNs */ member in struct:address
329 char *q_statmta; /* MTA generating q_rstatus */
H A Dusersmtp.c2476 to->q_rstatus = sm_rpool_strdup_x(e->e_rpool, SmtpReplyBuffer);

Completed in 192 milliseconds