Hi there,

Sieve scripts are locatedin the sogo database.

You'll have to import them in there. I don't know if there is some kind
of script existing for this purpose, but one thing is sure: it won't
work if you try to keep your scripts AND give your users the options to
use sieve filtering within SOGo's webmail.

Hope this helped.

Alexandre Boyer
ZEROSPAM
Soutien technique - Technical Support


On 12-05-21 11:02 AM, Christian Rößner wrote:
> 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
>

Attachment: signature.asc
Description: OpenPGP digital signature

Reply via email to