1. Email
  2. Feedback Action Filters

Email

Feedback Action Filters

Filter incoming emails to prevent them from triggering actions on Stubber.

General Information

Feedback action filters allow you to completely drop incoming emails before they trigger any actions on Stubber. Filtered emails are not stored in any database and no actions are run — they are silently discarded.

This is useful when you want to ignore emails from certain senders, or emails where you are only CC'd or BCC'd.

Filters can be configured on an Email Profile or a Stubber Email Mailbox.

Global feedback action filters are coming soon.

Configuring Filters

Navigate to your email profile or mailbox in Manage and open the Feedback Action Filters panel.

Filter Options

From Addressing

Controls which sender addresses are allowed through. Select either Whitelist or Blacklist as the method, then provide a list of email addresses.

  • Whitelist — only emails from addresses in the list will be processed. All others are dropped.
  • Blacklist — emails from addresses in the list will be dropped. All others are processed.
method
required
string

Either "whitelist" or "blacklist".


whitelist
required if method is whitelist
array of strings

List of email addresses to allow. Only used when method is "whitelist".


blacklist
required if method is blacklist
array of strings

List of email addresses to block. Only used when method is "blacklist".


Address Type

Controls whether emails where you are only CC'd or BCC'd should be dropped.

remove_cc
optional
boolean

If true, emails where your address appears only in the CC field will be dropped.


remove_bcc
optional
boolean

If true, emails where your address appears only in the BCC field will be dropped.


Example Configuration

loading...

Previous <- IMAP