https://issues.apache.org/SpamAssassin/show_bug.cgi?id=7060
Philip Prindeville <[email protected]> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |[email protected] | |om --- Comment #4 from Philip Prindeville <[email protected]> --- (In reply to AXB from comment #2) > By the fact that it cannot be widely tested, the licensing of GeoIP data and > the limited scalability, imo, this should not be part of SA code but treated > as a third party plugin. Sorry, this detail might have gotten lost along the way somewhere: the GeoLiteCountry.dat file is distributed with the perl packaging (at least for Fedora/RHEL/CentOS) and this is a dumbed-down fremium version of the GeoIP country database. Without paying a dime, or piaster, or whatever you can use this plugin and have the CIDR and Country functionality, even if the Country database is of reduced accuracy. # rpmls -l GeoIP -rw-r--r-- root root /etc/GeoIP.conf -rw-r--r-- root root /etc/GeoIP.conf.default -rwxr-xr-x root root /usr/bin/geoiplookup -rwxr-xr-x root root /usr/bin/geoiplookup6 -rwxr-xr-x root root /usr/bin/geoipupdate lrwxrwxrwx root root /usr/lib64/libGeoIP.so.1 -rwxr-xr-x root root /usr/lib64/libGeoIP.so.1.5.1 lrwxrwxrwx root root /usr/lib64/libGeoIPUpdate.so.0 -rwxr-xr-x root root /usr/lib64/libGeoIPUpdate.so.0.0.0 drwxr-xr-x root root /usr/share/GeoIP lrwxrwxrwx root root /usr/share/GeoIP/GeoIP.dat lrwxrwxrwx root root /usr/share/GeoIP/GeoIPASNum.dat -rw-r--r-- root root /usr/share/GeoIP/GeoIPASNumv6.dat -rw-r--r-- root root /usr/share/GeoIP/GeoIPv6.dat -rw-r--r-- root root /usr/share/GeoIP/GeoLiteASNum.dat lrwxrwxrwx root root /usr/share/GeoIP/GeoLiteASNumv6.dat -rw-r--r-- root root /usr/share/GeoIP/GeoLiteCity.dat -rw-r--r-- root root /usr/share/GeoIP/GeoLiteCityv6.dat -rw-r--r-- root root /usr/share/GeoIP/GeoLiteCountry.dat drwxr-xr-x root root /usr/share/doc/GeoIP -rw-r--r-- root root /usr/share/doc/GeoIP/AUTHORS -rw-r--r-- root root /usr/share/doc/GeoIP/COPYING -rw-r--r-- root root /usr/share/doc/GeoIP/ChangeLog -rw-r--r-- root root /usr/share/doc/GeoIP/README -rw-r--r-- root root /usr/share/doc/GeoIP/TODO -rw-r--r-- root root /usr/share/doc/GeoIP/fetch-geoipdata-city.pl -rw-r--r-- root root /usr/share/doc/GeoIP/fetch-geoipdata.pl -rw-r--r-- root root /usr/share/man/man1/geoiplookup.1.gz -rw-r--r-- root root /usr/share/man/man1/geoiplookup6.1.gz -rw-r--r-- root root /usr/share/man/man1/geoipupdate.1.gz # By default, the symlinks point to the "Lite" or fremium files, like "GeoIP.dat" points to "GeoLiteCountry.dat" for instance, and "GeoIPASNum.dat" points to "GeoLiteASNum.dat", etc. It's only the GeoIPISP.dat file which would need to be licensed which would provide the ISP-based lookups. -- You are receiving this mail because: You are the assignee for the bug.
