mirror_zfs/cmd/zed
IIIPr0t0typ3III 189dc26296
Fixed zfs_notify_email for programs like sendmail
zfs_notify_email will now include an empty line separating the header
from the body of the email in case the subject is not provided via a
command line argument. This is necessary for programs like sendmail to
function correctly (everything up to the first empty line is interpreted
as header, which previously resulted in either missing message parts or
unsent emails)

Reviewed-by: Alexander Motin <mav@FreeBSD.org>
Signed-off-by: Felix Schmidt <felixschmidt20@aol.com>
Closed #17238
2025-04-12 11:58:19 -04:00
..
agents zed: Ensure spare activation after kernel-initiated device removal 2025-03-28 15:48:38 -04:00
zed.d Fixed zfs_notify_email for programs like sendmail 2025-04-12 11:58:19 -04:00
.gitignore Initial implementation of zed (ZFS Event Daemon) 2014-04-02 13:10:03 -07:00
Makefile.am Replace EXTRA_DIST with dist_noinst_DATA 2022-05-26 09:24:50 -07:00
zed_conf.c SPDX: license tags: CDDL-1.0 2025-03-13 17:56:27 -07:00
zed_conf.h SPDX: license tags: CDDL-1.0 2025-03-13 17:56:27 -07:00
zed_disk_event.c SPDX: license tags: CDDL-1.0 2025-03-13 17:56:27 -07:00
zed_disk_event.h SPDX: license tags: CDDL-1.0 2025-03-13 17:56:27 -07:00
zed_event.c SPDX: license tags: CDDL-1.0 2025-03-13 17:56:27 -07:00
zed_event.h SPDX: license tags: CDDL-1.0 2025-03-13 17:56:27 -07:00
zed_exec.c SPDX: license tags: CDDL-1.0 2025-03-13 17:56:27 -07:00
zed_exec.h SPDX: license tags: CDDL-1.0 2025-03-13 17:56:27 -07:00
zed_file.c SPDX: license tags: CDDL-1.0 2025-03-13 17:56:27 -07:00
zed_file.h SPDX: license tags: CDDL-1.0 2025-03-13 17:56:27 -07:00
zed_log.c SPDX: license tags: CDDL-1.0 2025-03-13 17:56:27 -07:00
zed_log.h SPDX: license tags: CDDL-1.0 2025-03-13 17:56:27 -07:00
zed_strings.c SPDX: license tags: CDDL-1.0 2025-03-13 17:56:27 -07:00
zed_strings.h SPDX: license tags: CDDL-1.0 2025-03-13 17:56:27 -07:00
zed.c SPDX: license tags: CDDL-1.0 2025-03-13 17:56:27 -07:00
zed.h SPDX: license tags: CDDL-1.0 2025-03-13 17:56:27 -07:00