sieve plugin editheader not found
Stephan Bosch
stephan at rename-it.nl
Fri Apr 10 19:52:51 UTC 2015
On 4/8/2015 4:53 PM, Patrick Lion wrote:
> Hey folks,
>
> ive already made a bug report in the gentoo bugtracker last year. In the
> meantime after some releases the error persists with the current dovecot
> and pigeonhole versions.
>
> Please see my bug report at gentoo mailinglist:
>
> https://bugs.gentoo.org/show_bug.cgi?id=522148
>
> Okay, here are some informations:
>
> Steps to Reproduce:
>
> add "editheader" to sieve options or "sievec" a file that need the extension
What exactly do you mean by 'sieve options' ? What is your sievec
command line?
> if header :matches "Something" "*" {
> addheader "Anything" "${1}";
> deleteheader "Something";
> }
>
> sievec mod_header.sieve
> sievec(root): Fatal: Plugin 'editheader' not found from directory
> /usr/lib64/dovecot/sieve
This indicates that sievec is looking for a plugin called 'editheader'
(there is no such thing). That is strange unless you've configured
sieve_plugins (I don't see that in your config) or you provide a -P
option to sievec.
Regards,
Stephan.
More information about the dovecot
mailing list