Roundcube Community Forum

 

Migrating form managesieve to sieverules in Roundcube 0.70

Started by darth_wells, January 03, 2012, 12:39:00 PM

Previous topic - Next topic

darth_wells

I want move from managesieve to sieverules in Roundcube 0.70

I added sieverules to array and removed managesieve from the main.inc.php in roundcube/config.    

It looks likes if any rules were created in managesieve are not in the sieverules.

How to get rules form managesieve to sieverules so end-users do not have re-create all rules?

JohnDoh

the two plugins should use a similar structure though it could be some of the rule formats arent exactly the same. if thats the problem then you'd have to make an import filter. one easy thing though, check $rcmail_config['managesieve_script_name'] and $rcmail_config['sieverules_ruleset_name'] in the 2 config files are set to the same thing, the value they had in your managesieve setup.
Roundcube Plugins: Contextmenu, SpamAssassin Prefs, and more...