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.