Configures the allow policy rule based on the domain of the sender.
The Email Security — Server appliance will not scan an email for malicious content if it contains the sender domain. Email entries are not case-sensitive.
Note
You can use a regular expression within the sender domain. Use a backslash (\) to escape special regular expression characters.
For details about how to configure an allowed list, refer to the "Rule Configuration on Allowed and Blocked Lists" chapter of the Email Security — Server User Guide.
Syntax
[no] email-analysis allowed-list sender-domain <domain_name>
Parameters
no
Deletes the allow policy rule based on the domain of the sender.
<domain_name>
Domain name of the sender.
Examples
The following example adds the domain of the sender to an allowed list:
hostname (config) # email-analysis allowed-list sender-domain somedomain\.net
The following example allows all matches of a sender domain:
hostname (config) # email-analysis allowed-list sender-domain ^.*\.somedomain\.net
The following example deletes the domain of the sender from an allowed list:
hostname (config) # no email-analysis allowed-list sender-domain somedomain\.net
User role
Admin or Operator
Command mode
Config
Supported appliances
This command is supported on the following appliances running the specified releases or later:
Email Security — Server: Release 7.6. Support for regular expression matching was added in Release 8.1.3.