Searched refs:toSystem (Results 1 – 1 of 1) sorted by relevance
/titanic_41/usr/src/cmd/bnu/ |
H A D | uucleanup.c | 735 char *toUser, *toSystem; local 748 if (toWho(fullname, &toUser, &toSystem)) { 750 DEBUG(5, "toSystem %s ", toSystem); 751 ret = sendMail(toSystem, toUser, fullname, _Undeliverable); 755 fullname, toSystem, toUser, ret, fullname);
|