Am running an ASP.NET 1.1 app under Apache 1.3 on Fed Core 5 with Mono 1.2.4. All fine, except when trying to send mail - error shown below occurs, which according to the link mentioned, means LFs are being sent when they should be CRLFs. Would this be a Mono bug? Any ideas for workarounds if so? Am assuming it's not something fixed in 1.2.5, doesn't seem to crop up in the release notes ...
Thanks in advance for any info. Kevin. Server reponse: '451 See http://pobox.com/~djb/docs/smtplf.html. ';Status code: '451';Expected status code: '250';Last command: ' .' Description: Error processing request. Error Message: HTTP 500. System.Web.Mail.SmtpException: Server reponse: '451 See http://pobox.com/~djb/docs/smtplf.html. ';Status code: '451';Expected status code: '250';Last command: ' .' Stack Trace: System.Web.Mail.SmtpException: Server reponse: '451 See http://pobox.com/~djb/docs/smtplf.html. ';Status code: '451';Expected status code: '250';Last command: '.' at System.Web.Mail.SmtpStream.CheckForStatusCode (Int32 statusCode) [0x00000] at System.Web.Mail.SmtpStream.WriteDataEndTag () [0x00000] at System.Web.Mail.SmtpClient.Send (System.Web.Mail.MailMessageWrapper msg) [0x00000] at System.Web.Mail.SmtpMail.Send (System.Web.Mail.MailMessage message) [0x00000] _______________________________________________ Mono-list maillist - [email protected] http://lists.ximian.com/mailman/listinfo/mono-list
