diff --git a/lib/Qpsmtpd/Command.pm b/lib/Qpsmtpd/Command.pm index b06e5ad..a6c02c8 100644 --- a/lib/Qpsmtpd/Command.pm +++ b/lib/Qpsmtpd/Command.pm @@ -99,7 +99,6 @@ sub parse_rcpt { sub parse_mail { my ($self,$cmd,$line) = @_; return (DENY, "Syntax error in command") unless $line =~ s/^from:\s*//i; - print "parse_mail: $line\n"; return &_get_mail_params($cmd, $line); } ### RFC 1869: