JamesMarcogliese / SMS-Info-System

SMS Information System (SIS)
2 stars 2 forks source link

Text plan only supports Canada-wide. #8

Closed JamesMarcogliese closed 7 years ago

JamesMarcogliese commented 7 years ago

Check country code and return explanation on failure.

JamesMarcogliese commented 7 years ago

Would be better to catch country right at read so we don't waste a query and processing time. Would require a catch on message vaidator.

def check_country (message):

JamesMarcogliese commented 7 years ago

Would also be good to catch short codes and remove them so the system does not automatically respond to automated or premium messages.

-Created new issue

JamesMarcogliese commented 7 years ago

Added catch in validator. If does not start with +1, then message is dropped.