> ## Documentation Index
> Fetch the complete documentation index at: https://help.noxity.io/llms.txt
> Use this file to discover all available pages before exploring further.

# Email Filters

> Filter rules that apply to a single mailbox. Sort, redirect, or discard mail per address.

Email Filters are like Global Email Filters but scoped to one mailbox. The owner of the mailbox can set their own rules without affecting other addresses on the account.

Open it from cPanel home → **Email** → **Email Filters**.

<Frame caption="Email Filters: pick a mailbox to manage rules for">
  <img src="https://mintlify.s3.us-west-1.amazonaws.com/noxity/images/cpanel/email-management/email-filters/page-light.png" alt="Email Filters landing page listing every mailbox with Manage Filters" className="block dark:hidden" />

  <img src="https://mintlify.s3.us-west-1.amazonaws.com/noxity/images/cpanel/email-management/email-filters/page-dark.png" alt="Email Filters landing page listing every mailbox with Manage Filters" className="hidden dark:block" />
</Frame>

## How it differs from Global filters

[Global Email Filters](/web-hosting/cpanel/email-management/global-email-filters) apply across every mailbox on the cPanel account. Email Filters apply to one specific mailbox. Both use the same rule-building UI; the only difference is scope.

A practical split:

* **Global filter:** discard mail from `notifications@old-vendor.com` across the whole account
* **Per-mailbox filter:** sort mail with the subject "Invoice" into the `Invoices` folder of `accounting@yourdomain.com`

## Create a rule

<Steps>
  <Step title="Pick the mailbox">
    On the Email Filters landing page, click **Manage Filters** next to the address you want to filter.
  </Step>

  <Step title="Click Create a New Filter">
    Top of the per-mailbox page.
  </Step>

  <Step title="Build conditions and action">
    Same UI as Global Filters. Pick header, comparison, value, then an action (Deliver to folder, Redirect, Discard, Fail with message, etc.).
  </Step>

  <Step title="Save">
    Filters apply to mail received from this point on. Mail already in the mailbox is unaffected.
  </Step>
</Steps>

## Common patterns

* **Auto-sort by sender.** If `from` contains `@invoicing-saas.com`, deliver to folder `INBOX.Invoices`.
* **Vacation auto-deliver.** During vacation, redirect all mail to a colleague's mailbox.
* **Mute a noisy alert.** Discard messages with subject matching the regex `^\[NOISY-MONITOR\]`.

## Tips

* **The mailbox owner can also set filters from webmail.** Roundcube has a Filters section in Settings. Both edit the same underlying rules.
* **Folder filters require IMAP.** Pop3 clients don't see the folders. If users complain that "the filter ran but the message isn't there", they're using POP3 on a flat inbox.
* **Test with the Filter Test box.** Same as Global Filters — paste an example message and verify the rule matches before relying on it.

## Need a hand?

<CardGroup cols={2}>
  <Card title="Open a ticket" icon="life-ring" href="https://members.noxity.io/submitticket.php">
    Best for anything that needs an account check or a config change on our end.
  </Card>

  <Card title="Live chat" icon="messages" href="https://noxity.io/contact">
    Faster for quick questions during business hours.
  </Card>
</CardGroup>
