10-03-2017 11:23 PM - edited 03-08-2019 07:25 PM
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.
Solved! Go to Solution.
10-04-2017 05:53 PM
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
10-04-2017 05:53 PM
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
Discover and save your favorite ideas. Come back to expert answers, step-by-step guides, recent topics, and more.
New here? Get started with these tips. How to use Community New member guide