Searched refs:m_addrtype (Results 1 - 5 of 5) sorted by relevance

/freebsd-13-stable/contrib/sendmail/src/
H A Drecipient.c508 p = e->e_from.q_mailer->m_addrtype;
519 q->q_mailer->m_addrtype,
574 p = e->e_from.q_mailer->m_addrtype;
H A Dreadcf.c1555 m->m_addrtype = p;
1564 if (m->m_addrtype == NULL || *m->m_addrtype == '\0')
1565 m->m_addrtype = "rfc822";
1756 if (m->m_addrtype == NULL)
1757 m->m_addrtype = "rfc822";
2088 m->m_addrtype == NULL
2089 ? "<undefined>" : m->m_addrtype,
H A Dsavemail.c1259 q->q_mailer->m_addrtype != NULL)
1260 p = q->q_mailer->m_addrtype;
H A Dsrvrsmtp.c5123 a->q_mailer->m_addrtype == NULL ||
5124 sm_strcasecmp(a->q_mailer->m_addrtype, "rfc822") == 0) &&
5136 a->q_mailer->m_addrtype == NULL ||
5137 sm_strcasecmp(a->q_mailer->m_addrtype, "rfc822") == 0) &&
H A Dsendmail.h488 char *m_addrtype; /* type for addresses */ member in struct:mailer

Completed in 140 milliseconds