Great. A patch it is.

 Askimet is refusing everything I enter into a new ticket, every single
paragraph from my post individually, and even the standard Lorem Ipsum
paragraph - something isn't right, so please accept my ticket here:
---
Title: Adding Message-ID header in core/mail.py
Body:
    At the moment django.core.mail does not set a Message-ID header in
the mails it sends.

    !SpamAssassin spots this and says INVALID_MSGID and /or
MSGID_NO_HOST. With clustered mail servers (Exchange at least) if both
members of the cluster receive a message without a message-id, they can
think it is the same message and one of the messages will be dropped. I
think the Message-ID is also used for message threading. Hence
Message-ID is a good thing.

        I suggest changing django.core.mail.send_mass_mail to include
the attached patch, which adds a Message-ID header according to the
format recommended here:

http://www.jwz.org/doc/mid.html

http://rfc.sunsite.dk/rfc/rfc822.html
---
 The patch is here:
http://www.darkcoding.net/django-mail-message-id.diff

 Thanks,
 Graham.


--~--~---------~--~----~------------~-------~--~----~
 You received this message because you are subscribed to the Google Groups 
"Django developers" group.
To post to this group, send email to django-developers@googlegroups.com
To unsubscribe from this group, send email to [EMAIL PROTECTED]
For more options, visit this group at 
http://groups.google.com/group/django-developers?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to