From aec077bb2cb17f0400b6c1d68c9a7b315b2df24b Mon Sep 17 00:00:00 2001 From: Marian Beermann Date: Thu, 29 Sep 2016 16:24:10 +0200 Subject: [PATCH] Update SMS CC backlist again MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit non export countries Ägypten Armenien Aserbaidschan Burundi Elfenbeinküste (Côte d ́Ivoire) Eritrea Guinea Guinea-Bissau Irak Iran Jemen/Yemen Kongo (DR) Korea (DVR) Libanon Liberia Libyen Myanmar (Birma) Russische Föderation Sierra Leone Simbabwe/Zimbabwe Somalia Sudan/Republic of the Sudan Südsudan/Republic of South Sudan Syrien Tunesien Ukraine Weißrussland (Belarus) Zentralafrikanische Republik --- qabel_index/settings.py | 73 +++++++++++++++++++++++++++++++++++++++++ 1 file changed, 73 insertions(+) diff --git a/qabel_index/settings.py b/qabel_index/settings.py index 86f8bc1..5afe45b 100644 --- a/qabel_index/settings.py +++ b/qabel_index/settings.py @@ -149,6 +149,7 @@ SENDSMS_DEFAULT_FROM_PHONE = '+15005550006' +# https://en.wikipedia.org/wiki/List_of_country_calling_codes SMS_BLACKLISTED_COUNTRIES = ( # Cuba 53, @@ -186,6 +187,78 @@ # New Caledonia, 687, + + # Egypt + 20, + + # Armenia + 374, + + # Azerbaijan + 994, + + # Burundi + 257, + + # Ivory coast + 225, + + # Eritrea + 291, + + # Guinea + 224, + + # Guinea-Bissau + 245, + + # Iraq + 964, + + # Yemen + 967, + + # Congo + 242, + + # Lebanon + 961, + + # Liberia + 231, + + # Libya + 218, + + # Myanmar + 95, + + # Russian Federation + 7, + + # Sierra Leone + 232, + + # Zimbabwe + 263, + + # Somalia + 252, + + # South Sudan + 211, + + # Tunisia + 216, + + # Ukraine + 380, + + # Belarus + 375, + + # Central African Republic + 236, ) # Enable shallow verification, i.e. do not confirm via verification mails or SMSes.