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

# Block, unsubscribe, or bulk unsubscribe

> Three ways to stop unwanted email and when to use each.

There are three ways to stop unwanted email in Slashy. They look similar, but they do very different things. Pick the right one for the situation.

## Comparison

| Action           | What happens                                     | Sender notified?  | Future emails                               | Best for                                                              |
| ---------------- | ------------------------------------------------ | ----------------- | ------------------------------------------- | --------------------------------------------------------------------- |
| Block sender     | Move existing and future messages to spam        | No                | Sent to spam                                | Spam, harassment, or any sender with no real list to unsubscribe from |
| Unsubscribe      | Send an unsubscribe request to the sender's list | Yes               | Should stop arriving once they process it   | Legitimate newsletters you signed up for                              |
| Bulk unsubscribe | Run unsubscribe across many newsletters at once  | Yes, for each one | Bulk effect across the senders you selected | Cleaning out an inbox quickly                                         |

## Block a sender

Use this when there is nothing to politely unsubscribe from. Block moves the current message and every future message from that address to spam without notifying the sender.

<Steps>
  <Step title="Open the thread">
    From the inbox, hit `Enter` to open the message.
  </Step>

  <Step title="Block">
    Press `Cmd+U`. Past and future mail from this address goes to spam.
  </Step>

  <Step title="Undo if needed">
    Press `z` or `Cmd+Z` on the confirmation toast to reverse the block.
  </Step>
</Steps>

<Note>Blocking is per-address. If a sender uses multiple addresses, block each one.</Note>

## Unsubscribe from a mailing list

Use this for newsletters and product updates you actually signed up for. Slashy reads the list's unsubscribe headers and sends the right request on your behalf.

<Steps>
  <Step title="Open the newsletter">
    Open the most recent message from the list.
  </Step>

  <Step title="Unsubscribe">
    Press `Cmd+Shift+U`. Slashy detects the list's unsubscribe method and runs it.
  </Step>

  <Step title="Confirm">
    A toast shows the request was sent. Reputable senders will stop within a few days.
  </Step>
</Steps>

If the message has no unsubscribe header at all, Slashy offers to block the sender instead, since there is no list to leave.

## Bulk unsubscribe

When you want to clean house, run bulk unsubscribe from Settings → Inbox → Unsubscribe. Slashy ranks senders by volume and shows the detected unsubscribe method for each one.

<Steps>
  <Step title="Open the page">
    Go to Settings → Inbox → Unsubscribe.
  </Step>

  <Step title="Pick the senders">
    Scroll the list and check the senders you want gone.
  </Step>

  <Step title="Run">
    Click Unsubscribe. Slashy processes each sender in the background.
  </Step>
</Steps>

<Frame>
  <img src="https://mintcdn.com/karvixinc/nIbKm90McpTENceL/images/screenshots/unsubscribe-bulk-unsubscribe-modal.png?fit=max&auto=format&n=nIbKm90McpTENceL&q=85&s=8cc32556059385157ce3bec8c1f94a0f" alt="Bulk unsubscribe modal listing high-volume senders with checkboxes and a Run button" width="2230" height="1496" data-path="images/screenshots/unsubscribe-bulk-unsubscribe-modal.png" />
</Frame>

## Choosing the right action

* If you are angry at the message: block.
* If you actually subscribed at some point: unsubscribe.
* If your inbox is full of years of newsletters: bulk unsubscribe.

A block is appropriate even for technically legitimate senders, for example a vendor that keeps re-adding you to lists after you leave them. The sender does not know you blocked them, and the mail stops landing in your inbox.

## Managing blocked senders

Your full blocked list lives in Settings → Inbox → Blocked senders. Each row shows the address, the date blocked, and an Unblock button. Unblocking restores normal delivery, it does not re-subscribe you to any list.

<Frame>
  <img src="https://mintcdn.com/karvixinc/gDK5VJBXPbfbfC8N/images/screenshots/unsubscribe-blocked-senders-settings.png?fit=max&auto=format&n=gDK5VJBXPbfbfC8N&q=85&s=ab0be5f5fab12849c8374bedc844c2d0" alt="Unsubscribe settings with Available and Blocked tabs, a sender list, and a bulk Unsubscribe action" width="1815" height="860" data-path="images/screenshots/unsubscribe-blocked-senders-settings.png" />
</Frame>

<CardGroup cols={2}>
  <Card title="Importance labels" icon="tags" href="/getting-started/importance-labels">
    Sort what is left into the right tabs.
  </Card>

  <Card title="Inbox views" icon="inbox" href="/features/email/inbox-views">
    Filtered views once your inbox is quieter.
  </Card>

  <Card title="FAQ" icon="circle-question" href="/troubleshooting/faq">
    Quick answers about how Slashy handles your mail.
  </Card>

  <Card title="The Slashy Method" icon="compass" href="/how-to-guides/slashy-method">
    The end-to-end approach to inbox zero.
  </Card>

  <Card title="Batch processing" icon="layer-group" href="/how-to-guides/batch-processing">
    Handle large groups of threads at once.
  </Card>
</CardGroup>
