In Exchange Server 2010 if I have Anti-spam IP Block List providers populated like zen.spamhaus.org, if I whitelist a domain with the following commands, does the whitelist take presitent over the IP Block List?
$list = (Get-ContentFilterConfig).BypassedSenderDomains
$list.add("domain.com")
Set-ContentFilterConfig -BypassedSenderDomains:$list
$list = (Get-ContentFilterConfig).BypassedSenderDomains
$list.add("domain.com")
Set-ContentFilterConfig -BypassedSenderDomains:$list