> For the complete documentation index, see [llms.txt](https://docs.cipp.app/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.cipp.app/user-documentation/email/spamfilter/list-quarantine-policies/add.md).

# Deploy Quarantine Policy

This page creates a custom quarantine policy in one or more tenants. The policy defines what end users are allowed to do with messages held for them in quarantine, and once deployed it becomes selectable from the tenant's anti-spam, anti-phishing, anti-malware, and Safe Attachments policies. It is reached from the **Deploy Custom Policy** button on [Quarantine Policies](/user-documentation/email/spamfilter/list-quarantine-policies.md).

| Field                                        | Description                                                                                                          |
| -------------------------------------------- | -------------------------------------------------------------------------------------------------------------------- |
| Select Tenants                               | The tenants to deploy to. More than one can be chosen, and the tenant you are currently on is preselected. Required. |
| Policy Name                                  | The name of the new quarantine policy. Required, and it cannot be changed afterwards.                                |
| Release Action Preference                    | Whether end users can release a quarantined message themselves, or only request its release. Required.               |
| Delete                                       | Lets end users delete quarantined messages.                                                                          |
| Preview                                      | Lets end users preview quarantined messages.                                                                         |
| Block Sender                                 | Lets end users add the sender to their blocked senders list.                                                         |
| Allow Sender                                 | Lets end users add the sender to their allowed senders list.                                                         |
| Quarantine Notification                      | Sends end users a quarantine notification message covering this policy.                                              |
| Include Messages From Blocked Sender Address | Includes messages from blocked senders. Disabled until **Quarantine Notification** is on.                            |

**Submit** creates the policy. The results panel reports the outcome for each tenant separately, so a failure against one tenant does not hide a success elsewhere.

{% hint style="info" %}
Releasing and requesting release are mutually exclusive in Exchange, which is why **Release Action Preference** is a single choice rather than two switches.
{% endhint %}

Once created, the policy appears on [Quarantine Policies](/user-documentation/email/spamfilter/list-quarantine-policies.md), where its permissions can be changed with the **Edit Policy** action. The global notification frequency, sender address, and branding are set separately from the **Edit Settings** button on that page.

***

## Feature Requests / Ideas

We value your feedback and ideas. Please raise any [feature requests](https://github.com/CyberDrain/CIPP/issues/new?template=feature.yml) on GitHub.


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## Querying This Documentation
If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter, and the optional `goal` query parameter:

```
GET https://docs.cipp.app/user-documentation/email/spamfilter/list-quarantine-policies/add.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
