From: Brasseur Valéry (no email)
Date: Thu Apr 03 2003 - 08:59:11 EST
I am trying to use sieve notify but have no success.
here is my sieve script :
------------
require "notify";
if header :contains "from" "" {
notify :message "bonjour!";
redirect "";
}
------------
when receiving a mail the redirect is working but the notify is not done !
what's wrong ?
thanks
valery
|
|
|