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

/sendmail/rmail/
H A Drmail.c100 char *from_path, *from_sys, *from_user; local
132 from_path = from_sys = from_user = NULL;
212 /* If the first system, copy to the from_sys string. */
213 if (from_sys == NULL)
215 from_sys = newstr(p);
219 "from_sys: %s\n",
220 from_sys);
283 if (from_sys == NULL)
285 else if (strchr(from_sys, '.') == NULL)
287 domain, from_sys, domai
[all...]

Completed in 139 milliseconds