Less log rubbish

git-svn-id: https://svn.perl.org/qpsmtpd/trunk@189 958fd67b-6ff1-0310-b445-bb7760255be9
This commit is contained in:
Matt Sergeant 2003-11-02 19:00:17 +00:00
parent ad5e1b6fff
commit ba12debf5f

View File

@ -219,7 +219,6 @@ sub data {
$self->respond(503, "MAIL first"), return 1 unless $self->transaction->sender;
$self->respond(503, "RCPT first"), return 1 unless $self->transaction->recipients;
$self->respond(354, "go ahead");
print "Setting indata for " . $self->client . "\n";
$indata{$self->client()} = 1;
$self->{__buffer} = '';
$self->{__size} = 0;