/*
* Under sendmail, users should add the line
*
- * "| /usr/local/nmh/lib/slocal"
+ * "| /usr/local/nmh/lib/slocal"
*
* to their $HOME/.forward file.
*
}
if (addr == NULL)
- addr = getusername ();
+ addr = getusername (1);
if (user == NULL) {
- user = getusername ();
+ user = getusername (1);
}
if ((pw = getpwnam (user)) == NULL)
die("no such local user as %s", user);
* If previous condition failed, don't
* do this - else fall through
*/
- if (!next)
+ if (!next)
continue;
/* FALLTHRU */