Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Gateway issue: handle carrier bounce messages gracefully #201

Closed
ghost opened this issue Jun 17, 2013 · 2 comments
Closed

Gateway issue: handle carrier bounce messages gracefully #201

ghost opened this issue Jun 17, 2013 · 2 comments

Comments

@ghost
Copy link

ghost commented Jun 17, 2013

Gateway issue: If a carrier uses auto-replies to "bounce" a message bearing an invalid destination phone number, Kujua Lite will try to reply to the bounce message, which results in another bounce message and an infinite loop.

@ghost ghost self-assigned this Jun 17, 2013
@abbyad
Copy link
Contributor

abbyad commented Dec 23, 2013

Can we define a list (incl range) of phone numbers to ignore, as in not respond to? For instance, for my carrier that would be something like: 1000, 2500-2599, 5000, 8888

@ghost
Copy link
Author

ghost commented Dec 23, 2013

On Dec 23, 2013, at 10:20 AM, Marc Abbyad [email protected] wrote:

Can we define a list (incl range) of phone numbers to ignore, as in not respond to? For instance, for my carrier that would be something like: 1000, 2500-2599, 5000, 8888

We can, but I've seen telecoms where they send bounce messages for SMSs sent to non-existent phone numbers, and the sender phone number varies. Probably a regex-based content blacklist combined with a range-or-regex sender blacklist would cover most everything; I'm most worried about discovering what these should be in new countries, with new telcos, or in the DIY case.

Dave

This issue was closed.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant