I am testing geo-location in a message filter and cannot seem to get this to work. Here is my filter:
geo_test: if (geolocation-rule (['United States']))
{
log-entry('us');
}
When I test this with trace using a google ip in the US, 209.85.221.46, it shows the geo-location rule as false in the trace. I have also tried 'us' as the country with no success. Is there something that I am missing?