diff options
Diffstat (limited to 'README')
-rw-r--r-- | README | 5 |
1 files changed, 2 insertions, 3 deletions
@@ -2,7 +2,7 @@ Usage: blasms sender-number send-date SMS content should be passed using stdin. -smsparse.conf is the configuration file and should be in the format: +blasms.conf is the configuration file and should be in the format: default SYSTEM COMMANDS CMD1 SYSTEM COMMANDS CMD2 SYSTEM COMMANDS @@ -19,7 +19,7 @@ are available, allowing for text replacement. The macros available are: %d - replaced with the send-date %s - replaced with the SMS content -An example smsparse.conf might be: +An example blasms.conf might be: default echo \"SMS from %N at %d: %s\" LS ls %s @@ -31,4 +31,3 @@ Sender names are looked up in phonebook.conf, which should be in the format: An example phonebook.conf might be: +447777123456 John +447713987654 Bill - |