"-T", to,
"-a", (char *)NULL);
}
+ log_error(LOG_ARGS, "Could not execlp %s",
+ mlmmjsend);
+ /* This is the child. Exit on failure. */
+ exit(EXIT_FAILURE);
}
}
"-s", subnewname,
"-a",
"-D", (char *)NULL);
+ log_error(LOG_ARGS, "Could not execlp %s",
+ mlmmjsend);
+ /* This is the child. Exit on failure. */
+ exit(EXIT_FAILURE);
}
}
"-p", (char *)NULL);
log_error(LOG_ARGS, "Could not execlp %s",
mlmmjbounce);
- return 1;
+ /* This is the child. Exit on failure. */
+ exit(EXIT_FAILURE);
}
}
closedir(bouncedir);
"-b", "-a", address, (char *)NULL);
log_error(LOG_ARGS, "Could not execlp %s",
mlmmjunsub);
- return 1;
+ /* This is the child. Exit on failure. */
+ exit(EXIT_FAILURE);
}
}
closedir(bouncedir);