cancel
Showing results for 
Search instead for 
Did you mean: 
cancel
2534
Views
5
Helpful
4
Replies

Getting messages in Spam Quarantine

sidhesh.parab1
Level 1
Level 1

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 

2 Accepted Solutions

Accepted Solutions

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

View solution in original post

Philippe Boeij
Level 1
Level 1

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

View solution in original post

4 Replies 4

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

Hi Ken,

 

Thanks for your information.

 

But cannot see "X-IronPort-Quarantine" option there.

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.

Philippe Boeij
Level 1
Level 1

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