Applies to: Exchange Server 2007 SP3, Exchange Server 2007 SP2, Exchange Server 2007 SP1, Exchange Server 2007
Topic Last Modified: 2006-09-18

This topic explains how to configure what action the Sender Filter agent takes on messages from senders and domains that are on the Blocked Senders list. We recommend that you configure the Sender Filter agent to reject these messages. For more information about how to specify blocked senders and domains, see How to Add Blocked Senders and Domains to Sender Filter.

You can configure the Sender Filter agent to take the following actions when a message is received from a sender or domain that is on the Blocked Senders list:

Before You Begin

To perform the following procedures on a computer that has the Edge Transport server role installed, you must log on by using an account that is a member of the local Administrators group on that computer.

Also, before you perform these procedures, confirm the following:

Procedure

To use the Exchange Management Console to configure sender filtering actions

  1. In the Exchange Management Console, click Edge Transport.

  2. In the work pane, click the Anti-spam tab, and then select Sender Filtering.

  3. In the action pane, click Properties, and then on the Sender Filtering Properties page, click the Action tab.

  4. On the Action tab, select the action to take when the message is generated from a sender or domain on the Blocked Senders list.

    Note:
    Reject message is the default setting.

To use the Exchange Management Shell to configure sender filtering actions

  • Run the following command:

    Copy Code
    Set-SenderFilterConfig -Action <StampStatus | Reject>
    

    For example, to set the sender filter action to reject messages from senders or domains on the Blocked Senders list, run the following command:

    Copy Code
    Set-SenderFilterConfig -Action Reject
    
    Note:
    Reject is the default value.

For detailed syntax and parameter information, see Set-SenderFilterConfig.

For More Information

For more information about sender filtering, see the following topics: