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

/sendmail/contrib/
H A Dbitdomain.c141 char *otherdomain, *p, *err; local
144 otherdomain = lookup(node);
146 if (otherdomain && strchr(otherdomain, '.')) {
157 if (!p || !strchr(p, '.')) remember(domain, otherdomain);
163 if (otherdomain) {
166 * "otherdomain". If "otherdomain" doesn't already
169 p = lookup(otherdomain);
170 if (!p || !strchr(p, '.')) remember(otherdomain, domai
[all...]

Completed in 19 milliseconds