https://bugzilla.novell.com/show_bug.cgi?id=392875
User [EMAIL PROTECTED] added comment https://bugzilla.novell.com/show_bug.cgi?id=392875#c2 --- Comment #2 from Ted Unangst <[EMAIL PROTECTED]> 2008-06-02 10:07:44 MDT --- Oh, I realized I attached a bad version of the patch. It's missing these few lines. string line; bool escapeDots = deliveryMethod == SmtpDeliveryMethod.Network; + if (data == String.Empty) { + writer.Write("\r\n"); + writer.Flush(); + return; + } while ((line = sr.ReadLine()) != null) { CheckCancellation (); -- Configure bugmail: https://bugzilla.novell.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are the QA contact for the bug. You are the assignee for the bug. _______________________________________________ mono-bugs maillist - [email protected] http://lists.ximian.com/mailman/listinfo/mono-bugs
