Skip to content

Instantly share code, notes, and snippets.

@9had
Created May 17, 2019 22:52
Show Gist options
  • Save 9had/e94f04daeda788f23fcdc3e9f98d13b4 to your computer and use it in GitHub Desktop.
Save 9had/e94f04daeda788f23fcdc3e9f98d13b4 to your computer and use it in GitHub Desktop.
RSPAMD Country Blacklist
# List of country codes (ISO) on the blacklist.
# Usually countries I do not expect email traffic form.
TH
CN
RU
COUNTRY_BL {
type = "country";
map = "${LOCAL_CONFDIR}/local.d/country_bl.map";
score = 12;
description = "List of countries with heavy spam usage";
}
# This will add to score, 12 points, to mails coming from countries on the list.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment