You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to django...@googlegroups.com
Hi,
I'm using django 1.6 with python3.2. I'm getting errors sending emails. Mail servers reject the emails due to lone CR or LF violating rfc2822. I searched with a hex editor where that is, and i found it has a single \r at the end of the message. When I tried to debug outputting the message to a file before its sent and it had much more \r. Had anyone else have such issue? Is it django or python libsmtp?