https://bz.apache.org/SpamAssassin/show_bug.cgi?id=7529
Giovanni Bechis <[email protected]> changed: What |Removed |Added ---------------------------------------------------------------------------- Resolution|--- |FIXED Status|NEW |RESOLVED --- Comment #36 from Giovanni Bechis <[email protected]> --- 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.
