Home
last modified time | relevance | path

Searched refs:q_host (Results 1 – 7 of 7) sorted by relevance

/freebsd/contrib/sendmail/src/
H A Dparseaddr.c457 if (a->q_host == NULL)
458 a->q_host = "";
465 a->q_host = sm_rpool_strdup_x(e->e_rpool, a->q_host);
2103 a->q_host = sm_rpool_strdup_x(e->e_rpool, hbuf);
2124 a->q_host = NULL;
2181 a->q_host = NULL;
2184 a->q_host = sm_rpool_strdup_x(e->e_rpool, hbuf);
2218 p = quote_internal_chars(a->q_host, NULL, &len, NULL);
2220 p = a->q_host;
2242 if (a->q_host != NULL && !bitnset(M_HST_UPPER, m->m_flags))
[all …]
H A Drecipient.c51 return sm_strrevcasecmp(xx->q_host, yy->q_host);
53 return sm_strcasecmp(xx->q_host, yy->q_host);
89 return sm_strrevcasecmp(xx->q_host, yy->q_host);
91 return sm_strcasecmp(xx->q_host, yy->q_host);
120 xx->q_signature = hostsignature(xx->q_mailer, xx->q_host,
123 yy->q_signature = hostsignature(yy->q_mailer, yy->q_host,
H A Dalias.c96 if (aliaslookup(obuf, &status, a->q_host) != NULL)
107 p = aliaslookup(a->q_user, &status, a->q_host);
130 a->q_paddr, a->q_host, a->q_user, p);
174 owner = aliaslookup(obuf, &status, a->q_host);
1002 pp = user->q_host;
H A Ddeliver.c428 q->q_host = p;
996 if (q->q_host != NULL && q->q_host[0] != '\0')
999 q->q_host,
1770 host = to->q_host;
1954 firstto->q_host,
1984 to->q_host,
4390 if (addr.q_host != NULL &&
4391 isenhsc(addr.q_host, ' ') > 0)
4392 dsn = addr.q_host;
7834 q = hostsignature(a->q_mailer, a->q_host, true, &a->q_flags);
H A Dsrvrsmtp.c2971 if (e->e_from.q_host != NULL)
2974 e->e_from.q_host);
3304 if (a->q_host != NULL)
3306 macid("{rcpt_host}"), a->q_host);
3405 if (addr_st.q_host != NULL)
3409 addr_st.q_host);
3475 if (addr_st.q_host != NULL)
3478 addr_st.q_host);
H A Dmain.c4683 else if (a.q_host != NULL && a.q_host[0] != '\0')
4694 a.q_host,
H A Dsendmail.h378 char *q_host; /* host name [x] */ member