Skip Menu |

Preferred bug tracker

Please visit the preferred bug tracker to report your issue.

This queue is for tickets about the Mail-Sender CPAN distribution.

Report information
The Basics
Id: 7729
Status: resolved
Priority: 0/
Queue: Mail-Sender

People
Owner: JENDA [...] cpan.org
Requestors: jhe [...] mosaic-ag.com
Cc:
AdminCc:

Bug Information
Severity: Critical
Broken in: 0.8.10
Fixed in: (no value)



Subject: one line body (without) <CR><LF> causes attachment to be broken
Under WinXP Professional using the actual active state perl distribution the following error occured: If you use the Attach method for attaching a body and an attachment, the attachment will be broken, if the body contains only one line without <CR><LF>. (Used E-Mail-Client on receiver side: Thunderbird 0.7 and OE 6) The following work around fixes the bug: body => '$body\x0D\x0A' where $body is the variable containing the body w/o <CR><LF> I think it has to with the Outlook-Express workaround. Changing $LM = '' to $LM = '\x0D\x0A' in Sender.pm fixes the bug also. Best regards Jörg
Fixed. Most likely in 0.8.13, but for sure in the upcomming 0.8.16.