[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: Needed: new cellcom SMS script
On Sun, 21 May 2000, Nadav Har'El wrote:
> Ok. Exactly 12 hours after Cellcom switched sites, I'm attaching the new
> sendsms script which can send short messages to cellcom phones (using the
looks great! although my hack dumps all the communication headache at
wget, since it was always meant to be a quick throwaway, but yours is a
masterpiece :-)
I'll incorporate Lingua::En::Squeeze into it, with your permission, and
wrap it into a Qmail alias (so it does email-to-SMS), and send it back.
only one bugfix:
242c242
< } elsif($phonenum =~ m/^05[45][0-9][0-9][0-9][0-9][0-9][0-9]/){
---
> } elsif($phonenum =~ m/^054[0-9][0-9][0-9][0-9][0-9][0-9]/){
:-)
=================================================================
To unsubscribe, send mail to linux-il-request@linux.org.il with
the word "unsubscribe" in the message body, e.g., run the command
echo unsubscribe | mail linux-il-request@linux.org.il