Fri Apr 03 13:00:20 2015esittmann [...] t-online.de - Ticket created
Subject:
net::smtp::server::client
Date:
Fri, 03 Apr 2015 19:00:02 +0200
To:
bug-SMTP-Server [...] rt.cpan.org
From:
Erik Sittmann <esittmann [...] t-online.de>
1) defined(@array) is deprecated at
/usr/local/share/perl/5.18.2/Net/SMTP/Server/Client.pm line 129.
(Maybe you should just omit the defined()?)
2) with 5.18.2 smtp:server version 1.1 there is a protocoll error using
thunderbird. Please replace
$self->_put("200 MacGyver SMTP Ready.");
by
$self->_put("220 MacGyver SMTP Ready.");
regards E