Re: solved: sieve notifyd method for sending sms doesn't work

2003-01-05 Thread mt
As it seems that cyrus doesn't support the notify example scripts in the contrib directory anymore I have come up with a workaround: All Mail to *@sms-gateway.internal is piped to an external shell script which sends the mail as sms (the user part is used as the number). Just define a new mailtr

Re: sieve notifyd method for sending sms doesn't work

2003-01-01 Thread Ken Murchison
mt wrote: > > I want to get the contrib notify_unix stuff to work. My goal is to send sms > messages in case of important messages. This is my sieve file: > > require ["fileinto","notify"]; > if anyof (header :contains "subject" "test") { > fileinto "INBOX.test > #tried notify :me

sieve notifyd method for sending sms doesn't work

2003-01-01 Thread mt
I want to get the contrib notify_unix stuff to work. My goal is to send sms messages in case of important messages. This is my sieve file: require ["fileinto","notify"]; if anyof (header :contains "subject" "test") { fileinto "INBOX.test #tried notify :method "zephyr" :message "Imp