## What is the Spam Blocker?

The Spam Blocker is simple, it blocks spam!

We classify emails as spam if;

* The email's address, domain, or IP address is found in a public spam blocklist
* The email content is a close match to our spam classifier
* The email content is similar to emails that you have marked as spam previously in Leave Me Alone

Optionally you can also tell the Spam Blocker to block;

* Custom items you can add by email address, domain, or other filters.
* Emails that come from senders that you have unsubscribed from (in case they email you again)
* Cold emails (like those sent by AI trying to get you to buy something or scam you)

---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the search API with the q parameter:

```
GET https://help.leavemealone.com/api/search?q=<your_query>
```

The query should be search terms that you're trying to find to answer your question.
The response will contain relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
