Hello All,
When I try to get a report of spam blocked for each of my domains, I use:
pmgsh get /statistics/receiver -month $1 -year $2 > $1-$2.json
I then have some code that splits it up by domain, but the problem is if someone does a dictionary attack on a domain, it then shows like I have 100 users instead of 10.
Is there a way to only get those that accepted email so we know those are legit users vs just bad email addresses?
Thanks!
When I try to get a report of spam blocked for each of my domains, I use:
pmgsh get /statistics/receiver -month $1 -year $2 > $1-$2.json
I then have some code that splits it up by domain, but the problem is if someone does a dictionary attack on a domain, it then shows like I have 100 users instead of 10.
Is there a way to only get those that accepted email so we know those are legit users vs just bad email addresses?
Thanks!