View Single Post
nicolai's Avatar
Posts: 1,637 | Thanked: 4,424 times | Joined on Apr 2009 @ Germany
#87
Originally Posted by colchaodemola View Post
Nicolai, would it be possible add support to partial match in the source number.For example:

I wanna block SMSs from +55 11 3232 3232, if i am on my local area, this number will come as 3232 3232 , if i am on national roamin this number will come as 011 3232 3232 , if i am on international roaming this number will come as + 55 11 3232 3232, i`d like to be able to add something like ".*32323232", so it will block anything that ends in 32323232.
Originally Posted by mndt View Post
This is also what I need except that I'd like to be able to block anything that begins with an area code: like 323*
Done. New version 0.3 fixes one bug, that crashed
hildon-status menu and add a wildcard pattern matching.

use '*' for any or empty string and '?' for one character.
For example:

*007 matches any number that ends with 007
?007 matches any number that has for digits and ends with 007

Please test and give feedback
 

The Following 4 Users Say Thank You to nicolai For This Useful Post: