Hi,
We have OX6 SE and dovecot with sieve / ManageSieve running here. In The OX6 GUI we can write filter rules but when we select subfolders the sieve script looks like this:
However, our dovecot IMAP server uses "." as the separator between folders and subfolders, so we need to edit the rules by hand to look like this:
My question: is there any way to configure the OX6 sieve bundle so that it uses "." instead of "/" as the folder separator when generating the sieve scripts? If not, I would like to request this as feature for forthcoming versions.
Thanks in advance.
--
Goad
We have OX6 SE and dovecot with sieve / ManageSieve running here. In The OX6 GUI we can write filter rules but when we select subfolders the sieve script looks like this:
Code:
if header :contains "From" "nagios@mydomain.de" { fileinto "EDV/nagios" ; stop; }
Code:
if header :contains "From" "nagios@mydomain.de" { fileinto "EDV.nagios" ; stop; }
Thanks in advance.
--
Goad
Comment