diff --git a/lib/Qpsmtpd/PollServer.pm b/lib/Qpsmtpd/PollServer.pm index a22b5ed..cad8fab 100644 --- a/lib/Qpsmtpd/PollServer.pm +++ b/lib/Qpsmtpd/PollServer.pm @@ -15,6 +15,7 @@ use fields qw( hooks start_time cmd_timeout + conn _auth _auth_mechanism _auth_state diff --git a/plugins/check_earlytalker b/plugins/check_earlytalker index b35aa71..ce5789d 100644 --- a/plugins/check_earlytalker +++ b/plugins/check_earlytalker @@ -66,7 +66,7 @@ sub register { 'defer-reject' => 0, @args, }; - if (exists $qp->{conn} && $qp->{conn}->isa('Apache2::Connection')) { + if ( $qp->{conn} && $qp->{conn}->isa('Apache2::Connection')) { require APR::Const; APR::Const->import(qw(POLLIN SUCCESS)); $self->register_hook('connect', 'apr_connect_handler');