#3713: use Python's make_msgid() for generating Message-ID email header ------------------------------------------------+--------------------------- Reporter: Gary Wilson <[EMAIL PROTECTED]> | Owner: adrian Status: new | Component: django.core.mail Version: SVN | Keywords: Stage: Unreviewed | Has_patch: 0 ------------------------------------------------+--------------------------- Message-ID was asked for in #2991, commited in [4051], and had some tweaks in [4058], [4065], and [4536]. Python's `email.Utils` (or `email.utils` in python2.5) provides a function, `make_msgid()`, that accomplishes the same thing. Note, however that `make_msgid()` does not cache the hostname like our current code does.
-- Ticket URL: <http://code.djangoproject.com/ticket/3713> Django Code <http://code.djangoproject.com/> The web framework for perfectionists with deadlines --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Django updates" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [EMAIL PROTECTED] For more options, visit this group at http://groups.google.com/group/django-updates?hl=en -~----------~----~----~----~------~----~------~--~---
