Re: Django mail.py Message-ID header

2006-11-07 Thread graham_king
After reading Jacob's mail yesterday about adding your name and e-mail to the Trac 'settings' page, I managed to submit a ticket: http://code.djangoproject.com/ticket/2991 --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google

Re: Django mail.py Message-ID header

2006-11-06 Thread graham_king
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: A

Re: Django mail.py Message-ID header

2006-11-04 Thread Adrian Holovaty
On 11/1/06, Graham King <[EMAIL PROTECTED]> wrote: > 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. I think the Message-ID is also used for message > threading, and matters when you

Re: Django mail.py Message-ID header

2006-11-04 Thread Gary Wilson
Graham King wrote: > Does this sound sane ? If so I will submit a proper patch. I don't think anyone would turn down the submitting of a patch. I would suggest at least opening a ticket. --~--~-~--~~~---~--~~ You received this message because you are subscrib

Django mail.py Message-ID header

2006-11-01 Thread Graham King
Dear django-developers, 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. I think the Message-ID is also used for message threading, and matters when you have clustered mail ser