# How to Define Forwarding Rules in Gmail and Outlook

***

## Introduction

Email forwarding rules help control which emails get forwarded to a designated email address. By setting up specific filters, you can prevent certain emails from being forwarded while still receiving them in your inbox. This is useful in cases where sensitive, internal, or unnecessary emails should not be shared with external systems or teams.

***

### Setting Up Forwarding Rules in Gmail

#### &#x20;Create A filter to prevent forwarding

{% stepper %}
{% step %}
Open **Gmail** and click on the **gear icon** → *See all settings*
{% endstep %}

{% step %}
Navigate to the **Filters and Blocked Addresses** tab
{% endstep %}

{% step %}
Click on **Create a new filter**
{% endstep %}

{% step %}
Define filter criteria

* **From:** Enter the email address (e.g., <payments@example.com>).
* **Subject:** Enter keywords to block (e.g., "Payment Confirmation").
* **Has the words:** Add specific words in the body that should trigger the rule.
  {% endstep %}

{% step %}
Click **Create filter**
{% endstep %}

{% step %}
Select **Delete it** or **Skip the Inbox (Archive it)** to prevent forwarding
{% endstep %}

{% step %}
Click **Create filter**
{% endstep %}
{% endstepper %}

***

### Setting up Forwarding Rules in Outlook (Office 365)

#### Create a rule to stop forwarding

{% stepper %}
{% step %}
Open **Outlook** and go to *Settings* → *View all Outlook settings*
{% endstep %}

{% step %}
Navigate to **Mail** → **Rules**
{% endstep %}

{% step %}
Click **Add a new rule**
{% endstep %}

{% step %}
Define rule conditions

* **From:** Select specific senders (e.g., <billing@example.com>).
* **Subject includes:** Enter keywords (e.g., "Invoice", "Subscription").
* **Body includes:** Define words that should block forwarding.
  {% endstep %}

{% step %}
Under **Actions**, select **Do not forward** or **Move to Junk/Deleted Items**
{% endstep %}

{% step %}
Click **Save** to apply the rule
{% endstep %}
{% endstepper %}

***

### Use Cases Where Forwarding Rules are Useful

**1. Prevent Payment Partner Emails from Reaching CRM**

* **Scenario:** You receive invoices or payment confirmation emails from a third-party payment processor.
* **Action:** Prevent forwarding emails with subjects like "Payment Processed" or "Invoice Attached" to your CRM system.

**2. Stop Internal Communications from Forwarding to External Recipients**

* **Scenario:** Internal company emails discussing strategy should not be shared with external vendors.
* **Action:** Block forwarding of emails from *@company.com* containing "Confidential" in the subject line.

**3. Avoid Auto-Forwarding System Notifications**

* **Scenario:** Your software system generates automated reports that are meant only for internal review.
* **Action:** Set a rule to filter emails with "System Report" in the subject line and prevent forwarding.

**4. Prevent Forwarding of Customer Support Conversations**

* **Scenario:** Customer complaints or queries should not be forwarded to marketing teams.
* **Action:** Filter emails containing words like "Complaint" or "Urgent Support Request" and ensure they are only visible to support agents.

**5. Block Forwarding of Password Reset or Security Alerts**

* **Scenario:** Security emails such as password reset requests or login alerts should remain private.
* **Action:** Prevent forwarding of emails containing "Password Reset" or "Unusual Login Attempt" in the subject line.

***

## FAQ'S

<details>

<summary>Can I apply multiple filters to prevent forwarding in Gmail or Outlook?</summary>

Yes, both Gmail and Outlook allow you to create multiple rules with different conditions to prevent forwarding based on sender, subject, or keywords in the email body.

</details>

<details>

<summary>Will these filters prevent emails from arriving in my inbox?</summary>

No, setting up a filter to prevent forwarding does not delete emails unless you explicitly choose the "Delete it" action. They will still be available in your inbox unless you archive them.

</details>

<details>

<summary>Can I override forwarding rules for specific email addresses?</summary>

Yes, you can create exceptions by adding conditions in the filter settings, such as allowing forwarding for certain trusted senders while blocking others.

</details>

<details>

<summary>Does blocking forwarding also prevent manual forwarding by users?</summary>

No, these rules only affect automated email forwarding. Users can still manually forward emails unless additional security measures, like Data Loss Prevention (DLP) policies, are applied.

</details>

<details>

<summary>Do forwarding prevention rules work on mobile apps?</summary>

Yes, once set up, these rules apply across all devices, including mobile apps, as they are enforced at the server level.

</details>

<details>

<summary>How do I check if my forwarding prevention rules are working?</summary>

In Gmail, you can review existing filters under **Settings > Filters and Blocked Addresses**. In Outlook, navigate to **Settings > Mail > Rules** to verify applied rules.

</details>


---

# 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://limechatai.gitbook.io/limechat-product-guide/helpdesk/inboxes/email-inboxes/gmail-inbox-setup-guide/how-to-define-forwarding-rules-in-gmail-and-outlook.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.
