https://bugs.contribs.org/show_bug.cgi?id=11023

--- Comment #19 from Brian Read <[email protected]> ---
No geoip entries in /var/log/qpsmtp/current over night.

This is the check for the geoip package in 

/usr/share/qpsmtpd/plugins/check_badcountries



eval 'use Geo::IP';
    if ($@) {
        warn "could not load Geo::IP";
        $self->log(LOGERROR, "could not load Geo::IP");
        return;
    }

Not seeing the warning either in the logs.

-- 
You are receiving this mail because:
You are the QA Contact for the bug.
You are the assignee for the bug.
_______________________________________________
Mail for each SME Contribs bug report
To unsubscribe, e-mail [email protected]
Searchable archive at https://lists.contribs.org/mailman/public/contribteam/

Reply via email to