How do you deal with Microsoft / anti-phish sandboxing clicking on your email links randomly?
Malware and Virus scanning tools, such as Microsoft ATP, will click on links in users emails automatically to test the links for malware, etc. This can cause false responses and views. To help combat this, we wrote logic that detects this based on all three links being clicked within 1-2 seconds. When this happens we assume it is not a real user.
Last updated