Re: Proposal: Make the domain part of the Email Message-ID configurable

2020-12-07 Thread Tim Graham
You don't need to announce a patch on the mailing list. Instead check "According to the ticket's flags , the next step(s) to move this issue forward are" on the ticket and update it accordingly. Tha

Re: Proposal: Make the domain part of the Email Message-ID configurable

2020-12-07 Thread Jacob Rief
Here is a pull request to fix https://code.djangoproject.com/ticket/6989 https://github.com/django/django/pull/13728 -- You received this message because you are subscribed to the Google Groups "Django developers (Contributions to Django itself)" group. To unsubscribe from this group and stop

Re: Proposal: Make the domain part of the Email Message-ID configurable

2020-09-06 Thread Tim Graham
Hi, I think https://code.djangoproject.com/ticket/6989 has some discussion related to this. On Sunday, September 6, 2020 at 7:30:15 AM UTC-4 jacob...@gmail.com wrote: > When Django's mail subsystem generates an email, it creates a unique > Message-ID. This is a requirement specified in RFC2822.

Proposal: Make the domain part of the Email Message-ID configurable

2020-09-06 Thread Jacob Rief
When Django's mail subsystem generates an email, it creates a unique Message-ID. This is a requirement specified in RFC2822 https://tools.ietf.org/html/rfc2822#section-3.6.4>. The domain part of that Message-ID is generated by the Python network utilities. It defacto is the domain name determined