On 04/11/2015 04:26 PM, Patrick Lion wrote:
sieve_extensions = +notify +imapflags
sieve_plugins = editheader
Editheader is not a plugin. It's an extension.
Ergo, if you put +editheader into sieve_extensions
sievec -x flag won't be necessary. Require line will be though.
--
Eugene Paskev
Hi Eugene and Stephan,
doveconf -a | grep sieve
managesieve(root): Fatal: Plugin 'editheader' not found from directory
/usr/lib64/dovecot/sieve
doveconf: Error: managesieve-login: dump-capability process returned 89
managesieve_client_workarounds =
managesieve_implementation_string = Dovecot Pige
I've also looked at the source code. But my attempt to output the UID
fails because of the error message:
doveadm-mail save.c: 62: 36: error: dereferencing pointer to incomplete type
in the line:
printf("uid =%s\n", dec2str(save_ctx->dest_mail->uid));
Am 11.04.2015 um 08:46 schrieb Gedalya:
Unf