diff --git a/plugins/count_unrecognized_commands b/plugins/count_unrecognized_commands index 3060e61..5cb6d69 100644 --- a/plugins/count_unrecognized_commands +++ b/plugins/count_unrecognized_commands @@ -22,7 +22,7 @@ use warnings; use Qpsmtpd::Constants; sub register { - my ($self, $qp ) = shift, shift; + my ($self, $qp ) = (shift, shift); $self->{_unrec_cmd_max} = shift || 4;