﻿id	summary	reporter	owner	description	type	status	component	version	severity	resolution	keywords	cc	stage	has_patch	needs_docs	needs_tests	needs_better_patch	easy	ui_ux
35365	Add RFC 3834 Auto-Submitted header to emails by default	Tobias Bengfort	cgracin	"RFC 3824 (https://www.rfc-editor.org/rfc/rfc3834) defines the `Auto-Submitted` header for emails to avoid mail loops. The vast majority of mails sent by Django should use `Auto-Submitted: auto-generated`. The only exceptions I can think of are:

- Django is used in a bigger system that also receives emails. In that case it may also be appropriate to use `Auto-Submitted: auto-replied` in some cases.
- Django is used to implement an email client. In that case `Auto-Submitted` should not be used.

Since these are rare exceptions, I think Django should use `Auto-Submitted: auto-generated` by default. Users who need more control should have to explicitly disable this behavior.

I did not do a larger survey, but just from the mails I currently have in my inbox I noticed that gitlab and unattended-upgrades both use `Auto-Submitted`."	New feature	closed	Core (Mail)	dev	Normal	wontfix		Florian Apolloner Russell Keith-Magee Mike Edmunds	Accepted	1	0	0	1	0	0
