_WARN: \t(in cleanup) Undefined subroutine &Amavis::LDAP::Connection::do_log_safe called at (eval 101) line 76 during global destruction.

This seems to come from this portion of the Amavis::LDAP::Connection object:

sub DESTROY {
 my $self = shift; local($@,$!,$_);
 do_log_safe(5,"Amavis::LDAP::Connection DESTROY called");
 # ignore failure, make perlcritic happy
 eval { $self->disconnect_from_ldap } or 1;
}


--Quanah

--

Quanah Gibson-Mount
Architect - Server
Zimbra, Inc.
--------------------
Zimbra ::  the leader in open source messaging and collaboration

Reply via email to