Subject: | Does Not compile on Win32: Fix shown inline |
Can't run leafmail/smtp.pm on activestate's perl. SMTP.pm fails compile.
On or about line 332:
my $resp = "<<%%
It errors out.
I changed the lines following to:
my $resp = "<<%%
NetServer::SMTP $NetServer::SMTP::VERSION
Known Commands:
HELO MAIL RCPT DATA RSET NOOP QUIT HELP DUMP TURN
%%";
I don't remember what it looked like before, but it works now.