Searched refs:m_addrtype (Results 1 – 5 of 5) sorted by relevance
1555 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 == NULL2089 ? "<undefined>" : m->m_addrtype,
508 p = e->e_from.q_mailer->m_addrtype;519 q->q_mailer->m_addrtype,574 p = e->e_from.q_mailer->m_addrtype;
1259 q->q_mailer->m_addrtype != NULL)1260 p = q->q_mailer->m_addrtype;
5123 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) &&
488 char *m_addrtype; /* type for addresses */ member