﻿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
23063	send email 1.6.5 OK, 1.7c1 malformed packet in wireshark	contact@…	nobody	"Hello,

I'm working on a 1.7c1 application with Django, and my emails are not sent.

My settings are:
EMAIL_BACKEND = 'django.core.mail.backends.smtp.EmailBackend'
EMAIL_HOST = 'ns0.ovh.net'
EMAIL_PORT = 587
EMAIL_HOST_USER = #USER#
EMAIL_HOST_PASSWORD = #PASSWORD#
EMAIL_USE_SSL = False

I tested my account with telnet, and smtplib, and everything goes smooth.

The code I run:
> mail.send_mail('susu', 'body body', from_email, [to_email])

Under 1.6.5, the email is sent. Under wireshark, the data package is good.
Under 1.7c1, the email is not sent. I open my wireshark, and look at the data packet. It shows that the packet is malformed.

If I dump via filebased backend, there's no difference except the timestamp and message-id between the two versions.

I copy you my packet dump from wireshark:
http://wikisend.com/download/667092/wireshark_smtp_packet_1-6-5_good.txt
http://wikisend.com/download/569376/wireshark_smtp_packet_1-7-1_bad.txt
"	Bug	closed	Core (Mail)	1.7	Normal	fixed	send_mail, smtp, malformed, packet	Florian Apolloner ainslie.dejour@…	Ready for checkin	0	0	0	0	0	0
