# What do the different 'status' values mean in the message logs?

**Sent**: The initial status value, meaning the message was sent to the email service.

**Dropped**: The email was not sent to the recipient for delivery.

**Deferred**: The email cannot immediately be delivered, but has not been completely rejected. The service will continue to try for 72 hours to deliver the deferred message. After 72 hours the defferal turns into a block.

**Bounce**: The server cannot or will not deliver the message. This is often caused by outdated or an invalid email address.&#x20;

**Delivered**: The email has been accepted by the receiving server. This does not mean that the email made it to the recipient's inbox.&#x20;

**Blocked**: The email was denied temporarily by the server. This is unrelated to the validity of the address.&#x20;


---

# 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.openreview.net/getting-started/frequently-asked-questions/what-do-the-different-status-values-mean-in-the-message-logs.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.
