You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Toll-free number and text includes "STOP" (case sensitive)
(I'm okay manually defining toll-free numbers. A regex like ^18([0-9])\1[0-9]{7}$ would do it for the US. If it's not a regex, that'll end up being ten entries, so not the end of the world.)
The text was updated successfully, but these errors were encountered:
I would like to add my support for this. At the very least, a blanket option to allow a separate notification for contacts and non-contacts would be great. Allowing users to further segment groups like unknown, private, toll-free, etc would be handy.
Another related idea (just created: #160) is to be able to filter messages based on their contents. Perhaps there is some crossover for being able to set up separate notifications based on the message content? For example, if the message contains a OTP code, that gets a separate notification. If the message contains words that indicate that you want to ignore the message, that also gets a separate notification. Not sure if that's possible.
it's not exactly what you asked for, but pr #234 allows you to silence (no audio distraction) new message notifications where sender and recipients are not in your contacts
I would like to be able to filter notifications by content or sender. (This is a superset of #60.)
Specifically, I'd like to be able to key on things like these:
(I'm okay manually defining toll-free numbers. A regex like
^18([0-9])\1[0-9]{7}$
would do it for the US. If it's not a regex, that'll end up being ten entries, so not the end of the world.)The text was updated successfully, but these errors were encountered: