-
-/*
- * rcvdist.c -- asynchronously redistribute messages
+/* rcvdist.c -- asynchronously redistribute messages
*
* This code is Copyright (c) 2002, by the authors of nmh. See the
* COPYRIGHT file in the root directory of the nmh distribution for
continue;
}
}
- addrs = addrs ? add (cp, add (", ", addrs)) : getcpy (cp);
+ addrs = addrs ? add (cp, add (", ", addrs)) : mh_xstrdup(cp);
}
if (addrs == NULL)
sleep (5);
switch (child_id) {
case NOTOK:
- admonish (NULL, "unable to fork");/* fall */
+ inform("unable to fork, continuing...");
+ /* FALLTHRU */
case OK:
execvp (program, vec);
fprintf (stderr, "unable to exec ");