Skip to content
Merged
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
2 changes: 1 addition & 1 deletion content/docs/user-guide/using-suppression-lists.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ SparkPost supports two types of suppression lists: one (available via the [Suppr

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.

**Note: each subaccount has its own separate suppression list which is separate from the primary account suppression list.**
**Note:** Each subaccount has its own separate suppression list, which is separate from the primary account suppression list as explained in the [summary of subaccount features](/docs/user-guide/subaccounts#summary-of-subaccount-features). No inheritance behavior exists between the primary account and its subaccounts when sending with a subaccount key.

## 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")?

Expand Down
Loading