details: https://code.tryton.org/tryton/commit/cb1f16833ac4
branch: default
user: Cédric Krier <[email protected]>
date: Tue Apr 07 09:31:56 2026 +0200
description:
Remove Auto-Submitted header from chat emails
diffstat:
trytond/trytond/ir/chat.py | 1 -
1 files changed, 0 insertions(+), 1 deletions(-)
diffs (11 lines):
diff -r f1bdafb36719 -r cb1f16833ac4 trytond/trytond/ir/chat.py
--- a/trytond/trytond/ir/chat.py Tue Apr 07 16:58:15 2026 +0200
+++ b/trytond/trytond/ir/chat.py Tue Apr 07 09:31:56 2026 +0200
@@ -366,7 +366,6 @@
if (reply_to := cls._email_reply_to(message)):
msg['Reply-To'] = reply_to
msg['Bcc'] = to_email
- msg['Auto-Submitted'] = 'auto-generated'
msg['Message-ID'] = message.reference = make_msgid(domain=host())
msg['Subject'] = subject % {
'author': message.author,