View Categories

Blacklist/Whitelist Guide

2 min read

Mailborder blacklist and whitelist policies are used to allow or deny email based on specific parameters. When an email triggers a rule in one of these policies, spam checks are bypassed. However, virus checks are still performed. Whitelisting has no effect on checks performed for file extensions, MIME types, Geographical location, or any other checks outside of spam checks. 

Default Policies #

 A policy specified as the Default with the default check mark applies globally to all email processing where another policy is not matched. If you are hosting multiple domains and do not want the same rule to apply to all of them, you must create a new policy, add your rules, and then assign that policy to the domain or domains in which you wish the rules to apply. 

 

Directional Flow #

“Flow” is the direction the email is traveling respective to the email itself or the Mailborder server.

FROMwill match sender email addresses, sender domains, and sending servers (IP or hostname).
TOwill match recipient email addresses, recipient domains, and destination servers (IP or hostname).
FROM OR TOmatches email addressees, domains, and servers (IP or hostname) in both directions.


Priority
#

Priority impacts the order in which policies and rules are built. Objects are built starting with the lowest priority. e.g. 10 first, then 20, then 30, etc. 

 

Matching Logic #

Rule matching is compounded. When a rule is matched, the rule checking continues to check for additional matches. Policy priority will determine the final match.

 

Email Address and Domain Matching #

Below are some examples of valid formats. Wildcard matching is supported. Rules can match the sender or recipient portion of the email.

RuleResult


us**@do****.com











 
Exact email address match 
*@domain.comDomain match
*@*.domain.comSubdomain wildcard match
bounce-*@domain.comPartial email user match


IP Address Matching
#

The scanning engine does support CIDR matching. For example: 192.168.1.0/24

 

Hostname Matching #

Hostname matches the servers involved in the email flow. The typical directional flow match used would be FROM. 

RuleResult
server.domain.comMatches server.domain.com
*.domain.comMatches all servers in domain.com
*.[de|dk]Matches all .de and .dk TLDs