Skip Menu |

This queue is for tickets about the MIME-Lite CPAN distribution.

Report information
The Basics
Id: 5713
Status: new
Priority: 0/
Queue: MIME-Lite

People
Owner: Nobody in particular
Requestors: rob [...] servicecentre.co.uk
Cc:
AdminCc:

Bug Information
Severity: Important
Broken in: 3.01
Fixed in: (no value)



Subject: Output for SMIME
In the as_string function an extra \n is appended to the output. This causes the message not to verify after I sign it using OpenSSL
2274a2275,2281 > my $self = shift; > my $ret = $self->as_string1; > chomp $ret; > return $ret; > } > > sub as_string1 {