server/plugins-available/maildeliver_plugin.inc.php
@@ -60,6 +60,7 @@ Register for the events */ $app->plugins->registerEvent('mail_user_insert','maildeliver_plugin','update'); $app->plugins->registerEvent('mail_user_update','maildeliver_plugin','update'); $app->plugins->registerEvent('mail_user_delete','maildeliver_plugin','delete'); @@ -102,6 +103,9 @@ $tpl = new tpl(); $tpl->newTemplate("sieve_filter.master"); // cc Field $tpl->setVar('cc',$data["new"]["cc"]); // Custom filters $tpl->setVar('custom_mailfilter',$data["new"]["custom_mailfilter"]);