diff --git a/Changes b/Changes index 7d1cb96..1a5bc55 100644 --- a/Changes +++ b/Changes @@ -1,10 +1,12 @@ 0.12-dev - - Use /usr/bin/perl instead of the non-standard /home/perl/bin/perl + + Fix NOOP command with perl 5.6. Better installation instructions and error message when no plugin allowed or denied relaying (thanks to Lars Rander ). + + Use /usr/bin/perl instead of the non-standard /home/perl/bin/perl 0.11 - 2002/10/09 diff --git a/lib/Qpsmtpd/SMTP.pm b/lib/Qpsmtpd/SMTP.pm index df27a73..da3eeb8 100644 --- a/lib/Qpsmtpd/SMTP.pm +++ b/lib/Qpsmtpd/SMTP.pm @@ -231,9 +231,7 @@ sub help { sub noop { my $self = shift; - warn Data::Dumper->Dump([\$self], [qw(self)]); $self->respond(250, "OK"); - } sub vrfy {