Friday, March 12, 2010

Checking Exchange 2007 for Spam

I had a user say that they believed that our spam filter flushed an expected email down the spam chute. I had to find a way to search through a log to verify the mail wasn't rejected by spam or why was it rejected.

Get-AgentLog -startdate "3/9/2010 8:30:00 am" | where {$_.recipients -like "" }