Skip to content

Instantly share code, notes, and snippets.

@GuilhermeBarile
Created December 18, 2017 14:18
Show Gist options
  • Save GuilhermeBarile/0bef5e6c3ab638cf413ae8d8ede37ae1 to your computer and use it in GitHub Desktop.
Save GuilhermeBarile/0bef5e6c3ab638cf413ae8d8ede37ae1 to your computer and use it in GitHub Desktop.
DOMAIN_WHITELIST {
map = "redis://whitelist_domains";
type = "from";
action = "accept";
filter = "email:domain";
}
USER_WHITELIST {
map = "redis://whitelist_senders";
type = "from";
action = "accept";
}
TLD_BLACKLIST {
map = "redis://blacklist_tld";
type = "from";
action = "reject";
filter = "email:domain:tld";
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment