MagiCall 2.0I have rules set up for filtering incoming text messages while I'm unavailable, but it causes problems when autoresponding to system messages (from the carrier, or text alerts from Yahoo) because they keep sending back their own autoresponse and it gets caught in an unending loop. I tried to use a PERL Expression in the SMS Filter box, but it doesn't seem to work.
Rule Type: SMS
Filter Type: All
SMS Filter: -<\d{1,6}>
I have also tried...
SMS Filter: -<\d{5}>
...since the system messages usually come from a 5 digit number, but that still didn't work. It only works if I actually put the minus (-) sign and the actual number itself, though, system messages do not always come from the same number. Also, sometimes the number is a 6 digit number, so that's why I wanted to use -<\d{1,6}> to block anything between 1 and 6 digits.
Otherwise, the filtering has worked fine, just doesn't seem to want to filter based on PERL Expressions.