Skip Menu |

This queue is for tickets about the Net-SMTP-TLS-ButMaintained CPAN distribution.

Report information
The Basics
Id: 67608
Status: resolved
Priority: 0/
Queue: Net-SMTP-TLS-ButMaintained

People
Owner: Nobody in particular
Requestors: khaled.blah [...] marasystems.de
Cc:
AdminCc:

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



Subject: bug in "sub auth_PLAIN"
There is a line in "sub auth_PLAIN" that looks like this: sprintf( "AUTH PLAIN %S", encode_base64( "$user\0$user\0$pass", "" ) ) The "%S" here should be %s instead. To my knowledge there is no special meaning to the term %S in perl. I use perl v5.10.1 on Ubuntu Maverick.
Thanks for the patch, 0.16 is on the way CPAN. Thanks