Hi Guys,
first I want to thank those who're developing this great mailer and plugins!
I'm using the current Roundcube 0.4stable with the Sieverules Plugin v1.9
(and dovecot 2.0.2 + pigeonhole).
My Problem: global dovecotsieve-rule will not be "imported", when a User creates his first own rule, so my global SPAM Rule will not take affect.
JohnDoh mentioned in this Thread: http://www.roundcubeforum.net/7-third-party-contributions/46-api-based-plugins/4878-sieverules-plugin.html , that there'll be a setup screen where we can "use default filters" or "import" some.
I don't get this setup screen. And I can't see the "Examples"-section at the bottom left side.
I played around with deleting the users sieve-folder, the symlink (.dovecot.sieve -> .sieve/roundcube.sieve) reopen the Filter-Settings ... nothing ...
Changed values from default sieverules cfg:
$rcmail_config['sieverules_port'] = 4190;
$rcmail_config['sieverules_adveditor'] = 1;
$rcmail_config['sieverules_default_file'] = '/home/mail/.dovecot.sieve';
$rcmail_config['sieverules_auto_load_default'] = FALSE;
$rcmail_config['sieverules_example_file'] = '/home/mail/.dovecot.sieve';
I first set "auto_load" to TRUE, but after it didn't work I set it to FALSE, which doesn't, too ;-)
The example I just set to the globals because the default file doesn't exist on my system.
Thank you for any help :-)
Argh. I'm sorry. That was a dovecot config issue, not sieverules fault :D
the solution was to use "sieve_before" instead of "sieve_global_path".
Thanks anyway ;D