cancel
Showing results for 
Search instead for 
Did you mean: 
cancel
902
Views
10
Helpful
1
Replies

Geo-location in message filter

Phil Bradley
Level 4
Level 4

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?

1 Reply 1

Phil Bradley
Level 4
Level 4

After some additional testing, it appears that the trace tool is not pulling the information in on the country so the filter is always false. I actually put it in place and I did see in message tracking the log entry that I had setup for the action.