Open arax opened 6 years ago
It looks like stderr from sendmail is not properly captured (in mail?) and leaks to berta's stderr. This is problematic for cron-driven execution. Warnings from sendmail trigger e-mails to system administrators.
stderr
sendmail
mail
berta
It's not a high-priority issue.
Sample error message:
Non US-ASCII detected and no charset defined. Defaulting to UTF-8, set your own if this is incorrect.
It looks like
stderr
fromsendmail
is not properly captured (inmail
?) and leaks toberta
'sstderr
. This is problematic for cron-driven execution. Warnings fromsendmail
trigger e-mails to system administrators.