# Bounce rules

## What's a bounce e-mail?

When you send a message to a non-existing e-mail address, you will get an automatic reply saying that this e-mail address does not exist.\
This is what we call a **bounce e-mail** and this message will be automatically sent to the e-mail address you specified as “**bounce address**” in the AcyMailing configuration page.\
Depending on your server, this message may not be returned immediately and sometimes it can be sent up to one week after you sent your e-mail.

<figure><img src="/files/-MJSSoKawHOXDSV2bD6G" alt=""><figcaption></figcaption></figure>

**AcyMailing Enterprise** is able to handle such messages.

AcyMailing will connect to your mailbox, "read" your messages, determine which e-mail address bounced and automatically execute actions on this wrong receiver such as:

* Delete the user
* Block the user
* Remove the subscription of the user
* Unsubscribe the user
* Subscribe the user to another list

Then AcyMailing can delete the message from your mailbox, save it on the AcyMailing user profile and/or forward it to another e-mail address so that it won't be processed twice.

That way, you will always keep a clean list of subscribers and the non-existing e-mail addresses will be removed from the system.

{% hint style="warning" %}
We highly recommend you to handle your bounce messages on a dedicated mailbox.\
That way, you won’t receive the replies from your subscribers on this same mailbox and you will safely let AcyMailing delete messages from your bounce mailbox.\
If you don't use a dedicated mailbox, please make sure you don't specify any action on the message for the final action.
{% endhint %}


---

# 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 current page URL with the `ask` query parameter:

```
GET https://docs.acymailing.com/main-pages/bounces/bounce-rules.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and 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.
