`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/rfc38
Submitted a new patch, missed setting the header on `html` emails.
___
pve-devel mailing list
pve-devel@lists.proxmox.com
https://lists.proxmox.com/cgi-bin/mailman/listinfo/pve-devel
Am 18/09/2023 um 18:02 schrieb Dietmar Maurer:
>> One of our users ran into issues with running Ceph on older CPU
>> architectures [1]. This is apparently due to a bug in gcc-12 that
>> leads to SSE 4.1 instructions always being executed rather than
>> dynamically dispatching functions using those
Requested by a customer using setup with single vxlan devices.
---
debian/patches/series | 3 ++-
.../upstream/0001-vxlan-fix-vni-filter.patch | 27 +++
2 files changed, 29 insertions(+), 1 deletion(-)
create mode 100644 debian/patches/upstream/0001-vxlan