Lines Matching refs:rcpt
1445 newmodmailer(rcpt, fl) in newmodmailer() argument
1446 ADDRESS *rcpt; in newmodmailer()
1454 SM_REQUIRE(rcpt != NULL);
1455 if (rcpt->q_mailer == NULL)
1458 sm_dprintf("newmodmailer: rcpt=%s\n", rcpt->q_paddr);
1459 SM_REQUIRE(rcpt->q_mailer->m_name != NULL);
1460 SM_REQUIRE(rcpt->q_mailer->m_name[0] != '\0');
1461 sm_strlcpy(mname, rcpt->q_mailer->m_name, sizeof(mname));
1474 idx = rcpt->q_mailer->m_mno;
1486 STRUCTCOPY(*rcpt->q_mailer, *m);
1491 rcpt->q_mailer = m;