> For the complete documentation index, see [llms.txt](https://docs.enate.net/enate-help/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.enate.net/enate-help/builder/builder-2021.1/email-mailbox-configuration/incoming-emails-processing-logic/wildcard-email-routes-possible-scenarios.md).

# Wildcard Email Routes - Possible Scenarios

To help users understand how using wildcard routes will impact BCC emails the table below shows the possible scenarios that can occur:

| Scenario                                                                                                                                                                                  | Result                                                                                                                                                           |
| ----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | ---------------------------------------------------------------------------------------------------------------------------------------------------------------- |
| **No wildcard routes in connector - Sent an incoming email with BCC connector. No TO/CC.**                                                                                                | **Email will land in 'Unprocessed Emails'**                                                                                                                      |
| **No wildcard routes in connector - Sent an incoming email with BCC connector. With TO/CC that don't correspond with any current Routes.**                                                | **Email will land in 'Unprocessed Emails'**                                                                                                                      |
| **Wildcard routes in connector - Sent an incoming email with BCC connector. Without TO/CC.**                                                                                              | **Work Item should be created with BCC email address.**                                                                                                          |
| **Wildcard routes in connector - Sent an incoming email with BCC connector. With TO/CC that don't correspond with any current Routes.**                                                   | **Work Item should be created with BCC email address.**                                                                                                          |
| **Wildcard routes in connector - Sent an incoming email with multiple connector addresses in BCC connector. No TO/CC that don't correspond with any current Routes.**                     | **Work Item will be created only for one (first received email address) connector. Rest of the arriving emails will be marked duplicate and therefore ignored.** |
| **Wild card routes in connector - Sent an incoming email with multiple connector addresses in BCC connector. With TO/CC that don't correspond with any current Routes.**                  | **Work Item will be created only for one (first received email address) connector. Rest of the arriving emails will be marked duplicate and therefore ignored.** |
| **Wild card routes in connector - Sent an incoming email with multiple connector addresses in TO/CC and BCC connector.**                                                                  | **Work Item should be processed for TO/CC address. The BCC will not be processed.**                                                                              |
| **Wildcard routes in connector, which contain Multiple 'Sender List Contains' values. Send an incoming email from one of the sender list addresses, BCCing the connector address.**       | **Work Item should be created with BCC email address.**                                                                                                          |
| **Wildcard routes in connector. Disable the Wildcard route. Send an incoming email from one of the sender list adresses and BCC the connector address.**                                  | **Email will land in 'Unprocessed Emails'**                                                                                                                      |
| **Wildcard routes in connector. Configure the non Wildcard route with the same set of rules. Send an incoming email from one of the sender list adresses, BCCing the connector address.** | **Work item will be created for the wildcard route.**                                                                                                            |


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## 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.enate.net/enate-help/builder/builder-2021.1/email-mailbox-configuration/incoming-emails-processing-logic/wildcard-email-routes-possible-scenarios.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.
