05-20-2016 10:53 AM
I want to direct emails from @xyz.com to spam quarantine. How can i do this?
My condition is: I need messages to be quarantine and further user can download these messages if it doesn't consider it as spam.
I tried creating add policy quarantine under Messages Quarantine > Policy, Virus and outbreaks quarantine. But there while creating i do not find any option for user for downloading of messages
Solved! Go to Solution.
05-20-2016 10:59 AM
Create a content filter that matches on @xyc.com, and have its action be to add a header called
"X-IronPort-Quarantine" with no value.
Those mails will be added to the spam quarantine.
Ken
05-23-2016 03:16 AM
By using a content filter ou can also change the destination to 'the.euq.queue'.
This works fine too.
So the filter would look like:
sent-xyz-to-euq: if (mail-from == "^@xyz.com") { alt-mailhost ("the.euq.queue"); }
regards
05-20-2016 10:59 AM
Create a content filter that matches on @xyc.com, and have its action be to add a header called
"X-IronPort-Quarantine" with no value.
Those mails will be added to the spam quarantine.
Ken
05-23-2016 03:03 AM
Hi Ken,
Thanks for your information.
But cannot see "X-IronPort-Quarantine" option there.
05-26-2016 08:33 PM
Hi Ken,
This solution worked for me.. Only the difference is that you need to specify value as "true" for new header under for "X-IronPort-Quarantine"
Thanks.
05-23-2016 03:16 AM
By using a content filter ou can also change the destination to 'the.euq.queue'.
This works fine too.
So the filter would look like:
sent-xyz-to-euq: if (mail-from == "^@xyz.com") { alt-mailhost ("the.euq.queue"); }
regards
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