21 May 17:02
[SOGo] sieve scripts
Christian Rößner <c <at> roessner-network-solutions.com>
2012-05-21 15:02:35 GMT
2012-05-21 15:02:35 GMT
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" "MAILER-DAEMON@...")
{
fileinto "mail_delivery_system";
stop;
}
# rule:[Postfix US]
elsif allof (header :contains "List-Post" "<mailto:postfix-users@...g>")
{
fileinto "postfix_org_us";
stop;
(Continue reading)
RSS Feed