We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
the MAILFMT is hardcoded to source as AC_DEFINE(MAILFMT,"%s -FCronDaemon -i -odi -oem -oi -t -f %s",:
MAILFMT
AC_DEFINE(MAILFMT,"%s -FCronDaemon -i -odi -oem -oi -t -f %s",
and the -Fx = Set full-name of sender option is not recognized by busybox-v1.30.0:
-Fx = Set full-name of sender
/usr/lib/sendmail: invalid option -- 'F' BusyBox v1.30.0 (2019-01-24 15:23:24 CET) multi-call binary. ...
https://github.com/cronie-crond/cronie/blob/cronie-1.5.4/src/do_command.c#L430
The text was updated successfully, but these errors were encountered:
EDIT: looks like it is tunable via -m option, but the solution lacks %s templating for mailfrom:
-m
%s
mailfrom
Sorry, something went wrong.
No branches or pull requests
the
MAILFMT
is hardcoded to source asAC_DEFINE(MAILFMT,"%s -FCronDaemon -i -odi -oem -oi -t -f %s",
:and the
-Fx = Set full-name of sender
option is not recognized by busybox-v1.30.0:https://github.com/cronie-crond/cronie/blob/cronie-1.5.4/src/do_command.c#L430
The text was updated successfully, but these errors were encountered: