]> git.proxmox.com Git - proxmox.git/commit
fix #4162: sys: added `auto-submitted` header to email body
authorGabriel Goller <g.goller@proxmox.com>
Fri, 8 Sep 2023 13:06:57 +0000 (15:06 +0200)
committerThomas Lamprecht <t.lamprecht@proxmox.com>
Mon, 18 Sep 2023 14:41:06 +0000 (16:41 +0200)
commitbcdcb181ee1cd5e90c889eb09192e1fae8b5e6b0
tree0467c6edf91cb8702c7b2aaeda1371408e2626a3
parent359da67e9b994f0d5eafa718beab0150f8b6a4d1
fix #4162: sys: 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>
proxmox-sys/src/email.rs