Using the Advanced Rules page, you can create custom rules. Custom rules can be combined with different criteria using “AND” operation. You can also choose to match or not match the criteria with the defined values.
For example:
Sender Email Address="bob@example.com" AND Sender Domain="example.com" AND Sender IP address="10.10.10.10"
OR
Sender Email Address='bob@example.com' AND IP address!="10.10.10.10" AND Subject="test email"
The User Interface supports the following values:
Key | Description |
|---|---|
| The email address of the sender |
| The domain of the sender |
| The IP address of the sender |
| The email address of the recipient |
| The name of the X-Header to be validated |
| Email subject |
| The name of the email attachment |
| Reply to address |
Supported Operators:
Operator | Description |
|---|---|
EQ | Equals (==) |
NOT_EQ | Does Not Equal (!=) |
MATCHES | Matches a regex (partial match for subject patterns) |
Supported Actions:
Action | Description |
|---|---|
allow | Rule for allowed list |
block | Rule for blocked list |