Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

simplifying language, minor edits #683

Draft
wants to merge 1 commit into
base: main
Choose a base branch
from
Draft
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
34 changes: 16 additions & 18 deletions content/docs/user-guide/using-suppression-lists.md
Original file line number Diff line number Diff line change
@@ -1,31 +1,31 @@
---
lastUpdated: "04/06/2021"
lastUpdated: "09/07/2022"
title: "Using Suppression Lists"
description: "Protecting your sender reputation is essential to maximizing your email deliverability Many inbox providers e g Yahoo Gmail Hotmail Outlook com or AOL opt to limit or refuse message traffic based on it Continuing to send messages to invalid email addresses or to recipients who no longer want to receive..."
---

Protecting your sender reputation is essential to maximizing your email deliverability. Many inbox providers, e.g. Yahoo, Gmail, Hotmail/Outlook.com, or AOL, opt to limit or refuse message traffic based on it. Continuing to send messages to invalid email addresses or to recipients who no longer want to receive your emails can negatively impact your sender reputation. By maintaining an up-to-date suppression list, you can avoid sending unwanted messages. A suppression list — or exclusion list, as it is sometimes called — is a list of recipient email addresses to which you do NOT want to send email.
A suppression list, also known as an exclusion list, is a list of email addresses you don't want to send email to. Sending unwanted messages, or sending to invalid email addresses, can hurt your reputation. Inbox providers (like Yahoo, Gmail, or Outlook) will limit or reject emails based on sender reputation. That's why it's important to keep your suppression list up-to-date.

SparkPost supports two types of suppression lists: one (available via the [Suppression List API](https://developers.sparkpost.com/api/suppression-list/) and [app](https://app.sparkpost.com/lists/suppressions) ([EU](https://app.eu.sparkpost.com/lists/suppressions))) is specifically for your account, and a global suppression list. SparkPost maintains a global suppression list across all customers. **NOTE: The Global Suppression List data is not accessible via the Suppression List API**.
SparkPost has two types of suppression lists: one is specifically for your account and is available using the [Suppression List API](https://developers.sparkpost.com/api/suppression-list/) and [app](https://app.sparkpost.com/lists/suppressions) ([EU](https://app.eu.sparkpost.com/lists/suppressions))). The other is a global suppression list. SparkPost maintains this global suppression list for all customers. **The Global Suppression List data is not accessible using the Suppression List API**.

When a message is injected either using SMTP or HTTP, SparkPost will check the email address against the account-specific and global suppression lists. If an email address for a recipient matches an address on the list, that message will be rejected for delivery by SparkPost automatically.
When a message is injected using SMTP or HTTP, SparkPost will check the email address against the account-specific suppression list and the global suppression list. If a recipient's email address matches an address on one of those lists, that message will not be sent.

**Note: each subaccount has its own separate suppression list which is separate from the primary account suppression list.**
**Each subaccount has its own suppression list which is separate from the primary account's suppression list.**

## How are [recipients](https://www.sparkpost.com/api#/reference/recipient-lists "Recipient List API") added to [suppression lists](https://www.sparkpost.com/api#/reference/suppression-list "Suppression List API")?

* **Spam Complaints / FeedBack Loops (FBLs):** When a recipient clicks the “this is spam” button provided by the ISP, the ISP sends a Spam Complaint or FBL message to SparkPost. SparkPost will automatically add the recipient's email address to your suppression list.
* **Hard Bounces:** When messages bounce, the ISP will include a message that lets the sender know whether it was a “Soft Bounce” or a “Hard Bounce”. A “Soft Bounce” is a temporary error or delay indicating that the message was set to a valid recipient address, while a “Hard Bounce” indicates that the message was sent to an invalid email address that should not be retried. SparkPost will automatically add any email address associated with a “Hard Bounce” to your suppression list.
* **Unsubscribe Requests:** Recipients can request to be unsubscribed by clicking the SparkPost-provided unsubscribe link in the message or by using the List-Unsubscribe header. SparkPost will automatically add the recipient's email address to the suppression list.The unsubscribe header is not added automatically for transactional messages (using the option transactional=true)
* **Compliance Team:** Recipients can contact SparkPost and request that they no longer receive messages from a particular sender. Protecting our customers’ brands and maintaining high deliverability across all SparkPost's accounts is of the utmost importance. SparkPost's Compliance Team ensures that we’re acting as a good sender within the email community across all our customers and takes requests of recipients very seriously. If a request is received, the Compliance Team will add the recipient's email address to that sender’s suppression list.
* **Suppression List API:** Using the REST API, you can insert/update a single entry or multiple entries in your suppression list, check the suppression status for a specific recipient, or remove a recipient from your suppression list. For more information, see the [SparkPost Suppression List API](https://www.sparkpost.com/api#/reference/suppression-list "SparkPost Suppression List API").
* **Spam Complaints / FeedBack Loops (FBLs):** When a recipient clicks the “this is spam” button in their inbox, the inbox provider sends a Spam Complaint or FBL message to SparkPost. SparkPost will automatically add the recipient's email address to your suppression list.
* **Hard Bounces:** When messages bounce, the inbox provider includes a message that lets the sender know if it was a “Soft Bounce” or a “Hard Bounce”. A “Soft Bounce” is a temporary error or delay indicating that the message was sent to a valid recipient address. A “Hard Bounce” means that the message was sent to an invalid email address and should not be retried. SparkPost will automatically add any email address associated with a “Hard Bounce” to your suppression list.
* **Unsubscribe Requests:** Recipients can request to be unsubscribed by clicking the SparkPost-provided unsubscribe link in the message or by using the List-Unsubscribe header. SparkPost will automatically add the recipient's email address to the suppression list. The unsubscribe header is not added automatically for transactional messages (using the option transactional=true).
* **Compliance Team:** Recipients can contact SparkPost and ask that they stop getting messages from a particular sender. Protecting our customers’ brands and maintaining high deliverability across all SparkPost's accounts is of the utmost importance. SparkPost's Compliance Team ensures that we’re acting as a good sender within the email community across all our customers and takes recipients' requests very seriously. If a request is received, the Compliance Team adds that recipient's email address to the sender’s suppression list.
* **Suppression List API:** Using the REST API, you can insert or update a single entry or multiple entries in your suppression list, check the suppression status for a specific recipient, or remove a recipient from your suppression list. For more information, see the [SparkPost Suppression List API](https://www.sparkpost.com/api#/reference/suppression-list "SparkPost Suppression List API").
* **Suppression list UI:** Using the User Interface (UI), select Recipients and then Suppressions.

**If you want to learn how your application can be notified of list pruning events, read our [using unsubscribe events](https://www.sparkpost.com/docs/user-guide/using-unsubscribe-reports/) guide.**

## Managing Suppression Lists with the SparkPost API

Now that you have unsubscribe events being broadcasted to your webhook consumer, you can begin to watch for those events and prevent sending reputation damage by populating your SparkPost Suppression Lists.
Now that you have unsubscribe events being broadcasted to your webhook consumer, you can watch for those events and prevent sending reputation damage by populating your SparkPost Suppression Lists.

To Insert or Update a recipient on a Suppression List:

Expand All @@ -43,7 +43,7 @@ Authorization: YOUR KEY HERE
}
```

**NOTE:** If a message is designated as “Transactional”, the recipient will be suppressed from “Transactional messages. If the message is designated as “non-transactional”, the recipient will be suppressed from non-transactional messages.
**Note:** If a message is marked as “transactional”, the recipient will be suppressed from transactional messages. If the message is marked as “non-transactional”, the recipient will be suppressed from non-transactional messages.

To inspect the status of a recipient on a Suppression List:

Expand All @@ -65,22 +65,20 @@ Accept: application/json

To add a recipient to your Suppression List, you can [Add Suppressions](https://app.sparkpost.com/lists/suppressions/create) ([EU](https://app.eu.sparkpost.com/lists/suppressions/create))

Note: CSV upload with subaccounts will need individual files for upload.
**Note:** A CSV upload with subaccounts will need individual files for upload.

![suppression list manual entry screenshot](media/using-suppression-lists/add-suppression.png)

To inspect the status of a recipient on your Suppression List, you can [Find by Email](https://app.sparkpost.com/lists/suppressions) ([EU](https://app.eu.sparkpost.com/lists/suppressions)) and then select View Details

![suppression list view details screenshot](media/using-suppression-lists/find-by-email-view-details.png)

To then remove a recipient from a Suppression List, select Delete
To remove a recipient from a Suppression List, select Delete

![suppression list delete entry screenshot](media/using-suppression-lists/find-by-email-delete.png)

## Suppression List Events and Error Messages

If any address present on the given exclusion list for the type of message you are attempting to send (i.e. "transactional" or "non-transactional") is attempted, the message **will automatically fail**. The event data associated with a **customer-specific exclusion list event** will always begin with the same error message - **554 5.7.1 recipient address was suppressed due to customer policy** - and will follow with the specific reason for it (e.g. "Bounce Rule" [hard bounce], "Spam Complaint", "List Unsubscribe", or "Link Unsubscribe").
If you're sending an email to a recipient whose email address is on a suppression list, the message will not send to that address. You will see a response that begins with **554 5.7.1 recipient address was suppressed due to customer policy** - followed by a specific reason. Reasons include "Bounce Rule" a hard bounce, "Spam Complaint", "List Unsubscribe", or "Link Unsubscribe".

The event data associated with our **global proprietary suppression list event** will always begin with the same error message - **554 5.7.1 recipient address was suppressed due to system policy** - and will follow with the specific reason for it (e.g. "Bounce Rule" [hard bounce], "Spam Complaint", "List Unsubscribe", or "Link Unsubscribe").

**Note**: For single recipient transmissions, if a given email address is suppressed, the API response for the rejection will appear inline. However, if you are using multiple recipient transmissions, the API response will initially accept addresses which will be suppressed later in the message generation process. For multiple recipient transmissions which contain a suppressed address, you will notice that an injection event is recorded before the ultimate suppression, but an injection event is not recorded for a single recipient, inline suppression.
**Note**: For single recipient transmissions: if an email address is suppressed the API response for the rejection will appear inline. However, if you are using multiple recipient transmissions, the API response will initially accept addresses which will be suppressed later in the message generation process. For multiple recipient transmissions which contain a suppressed address, you will notice that an injection event is recorded before the ultimate suppression, but an injection event is not recorded for a single recipient, inline suppression.