> -----Original Message-----
> Sent: Tuesday, March 05, 2013 3:13 PM
> To: Scott Ostrander; Benny Pedersen; spamassassin
> Subject: Re: X-Relay-Countries on 3.3.2 vs 3.4
> > 
> >
> > Is there a way to upgrade GeoIP ?
> I think you have to grab files from http://dev.maxmind.com/geoip/geolite
> 
> Maxmind says they update them on the first Tuesday of each month.
> 
> The RPM on mageia 2 has a crontab entry in /etc/cron/monthly that runs on
> the first day of the month, meaning that the data will be 3-7 weeks old.
> It appears to grab GeoIP.dat, GeoIPv6.dat, and GeoLiteCity.dat
> 

Yes, the DB update to GeoIP worked. 
SA 3.4 with Geo::IP now gives the correct answer.

To check from the command line I used: (which failed before the DB update)
/usr/bin/geoiplookup   146.255.100.187
        GeoIP Country Edition: ES, Spain
 
To update the DB on CentOS I did the following:

cd  /usr/share/GeoIP
wget -N 
http://geolite.maxmind.com/download/geoip/database/GeoLiteCountry/GeoIP.dat.gz
gunzip  GeoIP.dat.gz

Thanks for the help,
Scott Ostrander

Reply via email to