Searched refs:q_status (Results 1 – 10 of 10) sorted by relevance
/freebsd/contrib/sendmail/src/ |
H A D | recipient.c | 629 new->q_status = "5.4.6"; 633 new->q_alias->q_status = "5.4.6"; 642 usrerrenh(new->q_status, 679 new->q_status = "5.7.1"; 680 usrerrenh(new->q_status, 686 new->q_status = "5.7.1"; 688 usrerrenh(new->q_status, 692 usrerrenh(new->q_status, 699 new->q_status = "5.7.1"; 701 usrerrenh(new->q_status, [all …]
|
H A D | deliver.c | 269 q->q_status = "5.4.6"; 2101 to->q_status = "5.2.3"; 2103 to->q_status = "5.3.4"; 2106 usrerrenh(to->q_status, 2110 giveresponse(EX_UNAVAILABLE, to->q_status, m, 2134 giveresponse(rcode, to->q_status, m, 2233 giveresponse(rcode, to->q_status, m, NULL, 2244 to->q_status = "2.1.5"; 4431 giveresponse(rc, to->q_status, m, mci, 4516 giveresponse(rcode, to->q_status, m, mci, [all …]
|
H A D | usersmtp.c | 2420 giveresponse(r, mci->mci_nextaddr->q_status, m, mci, 2581 to->q_status = ENHSCN_RPOOL(enhsc, smtptodsn(r), e->e_rpool); 2609 to->q_status = ENHSCN_RPOOL(enhsc, "5.1.1", e->e_rpool); 2614 to->q_status = ENHSCN_RPOOL(enhsc, "5.1.6", e->e_rpool); 2619 to->q_status = ENHSCN_RPOOL(enhsc, "5.1.3", e->e_rpool); 2704 giveresponse(r, mci->mci_nextaddr->q_status, m,
|
H A D | envelope.c | 349 q->q_status = "5.4.7"; 351 q->q_status = "4.4.7";
|
H A D | parseaddr.c | 244 a->q_status = "4.4.3"; 2106 a->q_status = sm_rpool_strdup_x(e->e_rpool, 2651 a->q_status == NULL ? "(none)" : a->q_status); 2928 a->q_status = "4.4.3";
|
H A D | srvrsmtp.c | 3393 a->q_status != NULL && 3398 a->q_status); 3479 else if (a != NULL && a->q_status != NULL) 3482 a->q_status); 4765 (a->q_status == NULL && e->e_enhsc[0] != '\0') 4770 (NULL == a->q_status) ? e->e_status : 4772 a->q_status,
|
H A D | savemail.c | 1352 if (q->q_status != NULL) 1353 p = q->q_status;
|
H A D | sendmail.h | 397 char *q_status; /* status code for DSNs */ member
|
H A D | conf.c | 1331 to->q_status = "5.7.1";
|
H A D | queue.c | 771 logdelivery(q->q_mailer, NULL, q->q_status,
|