cancel
Showing results for 
Search instead for 
Did you mean: 
cancel
1506
Views
0
Helpful
1
Replies

Bounced mail

I would like to apply a message filter to filter emails with no sender address.
No_sender_filter:
if(mail-from="^$")
{
quarantine("Policy");
}

After I applied the filters above, I found that there are many valid bounced mail in Policy quarantine. How can I exclude these bounced mails using message filters.

1 Reply 1

morrow_ironport
Level 1
Level 1

If you want to block Bounced E-Mails you should try to use BATV. As you found out the NULL Sender is used for valid bounced E-Mails and therefor should not be blocked by default.

BATV would block only NULL Senders for mails which did not originate from one of your IronPort Appliances.

Best regards,
Adrian