Skip Menu |

This queue is for tickets about the libnet CPAN distribution.

Report information
The Basics
Id: 132831
Status: new
Priority: 0/
Queue: libnet

People
Owner: Nobody in particular
Requestors: felix.ostmann [...] gmail.com
Cc:
AdminCc:

Bug Information
Severity: (no value)
Broken in: 3.11
Fixed in: (no value)



Subject: MIME::Lite and only "\n" in Data will throw error
We are using MIME::Lite and only "\n" in our Text for the Data-Part. If i analyze everything correctly, MIME::Lite directly send the Data via $smtp->print and finalize with $smtp->dataend. So the "\n" are NOT replaced with "\r\n" and the final "\r\n.\r\n" is NOT send correctly, because in dataend the check is not correct. I have currently not a working example, perhaps the failure is obvious?
Net::CMD (Net::SMTP) DATAEND command failed. Last server message was:4.4.2 Timeout waiting for data from client. This probably represents a problem with newline encoding