Balamurugan-R / wub

Automatically exported from code.google.com/p/wub
0 stars 0 forks source link

SMTP Generates wierd extra message-id instead of missing content-type #36

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
What steps will reproduce the problem?

In Utilities/SMTP.tcl, in [sendmessage] method of the SMTP class. At line 472 
the code checks for missing message-id header, and if it's missing it generates 
and inserts it. At line 477, the code checks for missing content-type header, 
and if it's missing the code inserts a message-id header with value of 
"text/plain".

Original issue reported on code.google.com by Caspian7...@gmail.com on 2 Aug 2012 at 12:12

GoogleCodeExporter commented 8 years ago
Thanks for finding this - it was a copy-paste error, as you surmised.

Original comment by mcc...@gmail.com on 3 Aug 2012 at 6:03