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 "[email protected]" :subject "Out of Office" :from
"[email protected]" "I am out of the office.";
}
# rule:[Spam]
if header :contains "subject" "{Spam}"
{
fileinto "Spam";
}
Any ideas?
Thanks,
--
Paul Littlefield