xucpclient - Sonera Short Message Service (SMS) client
xucpclient [options] <message>
xucpclient is a Short Message Service (SMS) client that sends messages via a Sonera XUCP server.
To operate xucpclient, you will need an authentication file to be present as either /etc/xucpclientrc or ~/.xucpclientrc. This file should have the form:
$login = ``xxxxx'';
$passwd = ``yyyyy'';
where the details between the quotes are available only to authorised Sonera personnel.
The days, months and years may be separated by either '/' or '-', the date and time may be separated by a '^', and the hours and minutes may be separated by a ':'. All of these separators are optional and are provided purely to improve human legibililty.
More flexible is the +mins format, which will expire the message a given number of minutes from the current time.
A telephone number should be supplied in its full international form, e.g. +31651123456, although you may use 00 instead of the prefix '+'.
A telephone book is one or both of /etc/xucpphonebook and ~/.xucpphonebook. These files should contain entries of the form user=number. White space on either side of the '=' is allowed.
* ^From.*company.com
| formail -X ``From:'' -X ``Subject:'' | \ xucpclient -r +31651123456
This will alert you whenever you receive an e-mail from somebody at company.com.
Ian Macdonald <ian@caliban.org>
Probably. Send me your diffs.
/etc/xucpclientrc, ~/.xucpclientrc, /etc/xucpphonebook, ~/./xucpphonebook