Can only enable Sieve scripts not edit them (Roundcube)
Doug Barton
dougb at dougbarton.us
Mon May 29 06:05:53 EEST 2017
If it's feasible for you, try the 1.3-RC. Many improvements in the Sieve
plugin (and other areas).
hope this helps,
Doug
On 5/5/2017 7:25 AM, Paul Littlefield wrote:
> Hello,
>
> (my first post so be gentle)
>
> I will be posting this to the Roundcube mailing list too, but thought it
> worth asking here as well.
>
> I have a Roundcube installation running Apache with Dovecot and Sieve.
>
> When logged in to Roundcube, a user can see the Sieve scripts and enable
> or disable them but NOT edit them or create new scripts.
>
> In other words, Dovecot will happily EDIT the script to mark it as
> 'false' but will not edit the actual rules or create a new rule...
>
> e.g.
>
> require ["fileinto","vacation"];
> # rule:[Out of Office]
> if false # true
> {
> vacation :days 1 :addresses "me at mydomain.com" :subject "Out of
> Office" :from "me at mydomain.com" "I am out of the office.";
> }
> # rule:[Spam]
> if header :contains "subject" "{Spam}"
> {
> fileinto "Spam";
> }
>
> Any ideas?
>
> Thanks,
>
More information about the dovecot
mailing list