]> git.proxmox.com Git - proxmox.git/commit
notify: smtp: add `Auto-Submitted` header to email body
authorLukas Wagner <l.wagner@proxmox.com>
Wed, 10 Jan 2024 09:52:52 +0000 (10:52 +0100)
committerWolfgang Bumiller <w.bumiller@proxmox.com>
Wed, 10 Jan 2024 11:20:41 +0000 (12:20 +0100)
commitefa607f1b5b4cfed71c20abaeabe62ad70085b52
treed0b68cc007ce60639d17b3acf023ad4ad8229dc0
parentb03c39403931e950853b587ef7ab02f486598077
notify: smtp: add `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: Lukas Wagner <l.wagner@proxmox.com>
proxmox-notify/src/endpoints/smtp.rs