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 "m...@mydomain.com" :subject "Out of Office" :from "m...@mydomain.com" "I am out of the office.";
}
# rule:[Spam]
if header :contains "subject" "{Spam}"
{
         fileinto "Spam";
}

Any ideas?

Thanks,

Reply via email to