You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@spamassassin.apache.org by bu...@bugzilla.spamassassin.org on 2018/08/05 13:45:16 UTC

[Bug 7529] GeoLite Legacy databases will be discontinued in 04/01/2018

https://bz.apache.org/SpamAssassin/show_bug.cgi?id=7529

Giovanni Bechis <gi...@paclan.it> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
         Resolution|---                         |FIXED
             Status|NEW                         |RESOLVED

--- Comment #36 from Giovanni Bechis <gi...@paclan.it> ---
Added support for RelayCountry and URILocalBL for new GeoIP2 databases with
commit #1837465 and #1837466 for both trunk and 3.4.

To install optional packages you can use cpan[m] if your preferred distribution
doesn't offer packages.
By default legacy databases are still used and there is no intended behaviour
change, check man pages to enable GeoIP2 or DB_File support.
GeoIP2 is x64 bit only (there is a pure-perl implementation but is very slow),
IP:Country::DB_File has few dependency and runs on !intel platforms as well.

To install dependencies:
# cpan -i Math::Int64
# cpan -i GeoIP2

# cpan -i IP::Country::DB_File

-- 
You are receiving this mail because:
You are the assignee for the bug.