Re: Using keyword-regex

2008-05-15 Thread seik
use POSIX regexp ^[[:digit:]]{7}$ -Original Message- From: Kevin Reed [EMAIL PROTECTED] Sent: 15 ??? 2008 ?. To: seik Subject:Using keyword-regex I am attempting to trap messages sent consisting of only 7 digit numbers. The number is not valid unless they are exactly 7 digits so I

Using keyword-regex

2008-05-14 Thread Kevin Reed
I am attempting to trap messages sent consisting of only 7 digit numbers. The number is not valid unless they are exactly 7 digits so I wrote an sms-service like: group = sms-service keyword = tr keyword-regex = ^(\d{7})$ name = TankReading aliases = store exec =