26 Jul
2006
26 Jul
'06
8:55 p.m.
Hi,
On Wed, 26 Jul 2006, Luca Corti wrote:
Hello,
using the cmusieve plugin with the postfix + dovecot-lda. Filtering works, and dovecot logs, but for sieve filtering I see no message in the syslog about performed actions. How do I set this?
it seems that only explicit fileinto actions are logged and not the implicit keep action.
Use an explicit fileinto at the end of our sieve scripts.
if(...) {
...
...
...
} else {
fileinto "INBOX";
stop;
}
Of course it would be nice if the implicit keep action would also be logged.
Greetings Christian
-- Christian Kratzer ck@cksoft.de CK Software GmbH http://www.cksoft.de/ Phone: +49 7452 889 135 Fax: +49 7452 889 136