[Dovecot] Sieve notify error?
Hi, I am playing with Sieve, everything is working nice except notify method. Source script looks like this (generated with avelsieve):
require ["fileinto","envelope","reject","vacation","imapflags","relational","compara tor-i;ascii-numeric","notify"]; if #hashed-avelsieve-source true { keep; notify :method "mailto" :options "xxx@xxx.xx" :low :message "Nova zpráva.";
}
but with no success. Message is delivered fine, but notification is not sent. Deliver logs only this:
deliver(xxx@xxx.xx): Apr 28 20:05:23 Info: sieve runtime error: Notify: Generic Error
Thanks for any ideas how to get this working.
Láďa
Ok, I will answer to myself :-) Just take a look here: http://article.gmane.org/gmane.mail.imap.dovecot/20813/match=
and thanks for the patch, it works now :-)
Láďa
-----Original Message----- From: dovecot-bounces@dovecot.org [mailto:dovecot-bounces@dovecot.org] On Behalf Of Láďa Sent: Saturday, April 28, 2007 8:08 PM To: dovecot@dovecot.org Subject: [Dovecot] Sieve notify error?
Hi, I am playing with Sieve, everything is working nice except notify method. Source script looks like this (generated with avelsieve):
require ["fileinto","envelope","reject","vacation","imapflags","relational","compa ra tor-i;ascii-numeric","notify"]; if #hashed-avelsieve-source true { keep; notify :method "mailto" :options "xxx@xxx.xx" :low :message "Nova zpráva.";
}
but with no success. Message is delivered fine, but notification is not sent. Deliver logs only this:
deliver(xxx@xxx.xx): Apr 28 20:05:23 Info: sieve runtime error: Notify: Generic Error
Thanks for any ideas how to get this working.
Láďa
Láďa wrote:
Ok, I will answer to myself :-) Just take a look here: http://article.gmane.org/gmane.mail.imap.dovecot/20813/match=
and thanks for the patch, it works now :-)
Actually it would be nice to include this patch in dovecot sieve CVS version, as originally it contains just "unimplemented" notify method.
btw: nice to see reports saying it's working as expected:)
Uldis
participants (2)
-
Láďa
-
Uldis Pakuls