Hi, I have a big collection of sieve rules made with Roundcubs->sieverules. Now that I use SOGo, I do not want to use two webmail interfaces, so I wish to drop Roundcube. I copied over the file default.sieve to sogo.sieve in the hope of seeing my rules listed in the dialogbox, but it is empty.
Is there some trick how to get my list into SOGo?
Here is some sample of it:
## Generated by Roundcube Webmail SieveRules Plugin ##
require ["fileinto","envelope","regex"];
# rule:[Abuse]
if allof (address :contains "To" "abuse@")
{
fileinto "abuse";
stop;
}
# rule:[Mail Delivery System]
elsif allof (address :is "From" "[email protected]")
{
fileinto "mail_delivery_system";
stop;
}
# rule:[Postfix US]
elsif allof (header :contains "List-Post" "<mailto:[email protected]>")
{
fileinto "postfix_org_us";
stop;
}
...
wc -l sogo.sieve
484 sogo.sieve
I do not like to do this once again ;-)
-Christian Rößner
---
Roessner-Network-Solutions
Bachelor of Science Informatik
Nahrungsberg 81, 35390 Gießen
F: +49 641 5879091, M: +49 176 93118939
USt-IdNr.: DE225643613
http://www.roessner-network-solutions.com
smime.p7s
Description: S/MIME cryptographic signature
