Hi Doug,

Weirdly, a reboot fixed it.

Paul


On 29/05/17 04:05, Doug Barton wrote:
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,


--

Paul Littlefield

Telephone: 07801 125705
Email: i...@paully.co.uk
Wiki: http://wiki.indie-it.com/wiki/Special:AllPages
LinkedIn: https://uk.linkedin.com/in/paullittlefield

Paul Littlefield is environmentally responsible. Please consider the 
environment before printing this email. This email and any attachment is 
intended for the named addressee only, or person authorised to receive it on 
their behalf. The content should be treated as confidential and the recipient 
may not disclose this message or any attachment to anyone else without 
authorisation. If this transmission is received in error please notify the 
sender immediately and delete this message from your email system. All 
electronic transmissions to and from me are recorded and may be monitored. 
Finally, the recipient should check this email and any attachments for viruses. 
Paul Littlefield accepts no liability for any damage caused by any virus 
transmitted by this email.

Ubuntu 16.04.2 LTS (x86_64)

Reply via email to