Created
May 17, 2019 22:52
-
-
Save 9had/e94f04daeda788f23fcdc3e9f98d13b4 to your computer and use it in GitHub Desktop.
RSPAMD Country Blacklist
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# List of country codes (ISO) on the blacklist. | |
# Usually countries I do not expect email traffic form. | |
TH | |
CN | |
RU |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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