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

How to specify sender exception for content filter

rab ngl
Level 1
Level 1

Hello,

 

I've created a incoming content filter to quarantine email if the SPF verification fail:

 

SPF_Verification_Fail: if (spf-status == "fail") { quarantine("SPF_Verification_Fail"); } 

However, there are some trusted emails which are fail the SPF verification, and the emails are quarantined.

 

How to specify sender exception for the content filter, so the trusted emails will always bypass this filter?

 

Thanks.

1 Accepted Solution

Accepted Solutions

Libin Varghese
Cisco Employee
Cisco Employee

Hi,

 

You can do this a couple of ways.

 

You could create a separate incoming mail policy for the trusted senders as its members and just disable this particular content filter for that mail policy.

 

Alternatively, you could create an additional content filter above the existing one with conditions to check the envelope sender and set the action to skip remaining content filters. Do note that the skip remaining content filters action would skip all active content filters below it.

 

Regards,

Libin Varghese

 

 

View solution in original post

1 Reply 1

Libin Varghese
Cisco Employee
Cisco Employee

Hi,

 

You can do this a couple of ways.

 

You could create a separate incoming mail policy for the trusted senders as its members and just disable this particular content filter for that mail policy.

 

Alternatively, you could create an additional content filter above the existing one with conditions to check the envelope sender and set the action to skip remaining content filters. Do note that the skip remaining content filters action would skip all active content filters below it.

 

Regards,

Libin Varghese