]> git.proxmox.com Git - pve-common.git/commit
fix #4162: added `Auto-Submitted` header to email body
authorGabriel Goller <g.goller@proxmox.com>
Tue, 19 Sep 2023 07:35:25 +0000 (09:35 +0200)
committerThomas Lamprecht <t.lamprecht@proxmox.com>
Mon, 6 Nov 2023 17:39:48 +0000 (18:39 +0100)
commita992ba134c8ef83cc7e405bf616f3010c1718f73
tree96aee6029650e118a76dff0089c1d3f62db8f6f7
parentb4b17fd95be0236630e4f7d81cd48b31b43e2300
fix #4162: added `Auto-Submitted` header to email body

`Auto-Submitted` is defined in the rfc 5436 [1] and describes how
an automatic response (f.e. ooo replies, etc.) should behave on the
emails. When using `Auto-Submitted: auto-generated` (or any value
other than `none`) automatic replies won't be triggered.

[1]: https://www.rfc-editor.org/rfc/rfc3834.html

Signed-off-by: Gabriel Goller <g.goller@proxmox.com>
src/PVE/Tools.pm