iredmail / iRedMail

Full-featured, open source mail server solution for mainstream Linux/BSD distributions.

Home Page:https://www.iredmail.org/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Roundcube - managesieve: filter rules missing "Subject, From, To"

bronkoo opened this issue · comments

Ok, these code in iRedMail script:

perl -pi -e 's#(.*managesieve_default.*=).*#${1} "";#' config.inc.php

will set non default from dist file to /opt/www/roundcubemail/plugins/managesieve/config.inc.php:

$config['managesieve_default'] = "";

but these too:

$config['managesieve_default_headers'] = "";

We should keep:

$config['managesieve_default_headers'] = ['Subject', 'From', 'To'];

(roundcube added some code to avoid such values break the selector)

Dear @bronkoo

Thanks for the feedback. This issue has been fixed moment ago.
I retagged 1.6.6 with this fix.