tbrehm
2011-04-20 2aaf93e5ad80a1b2f9605c1d14c6d702f23d355c
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"]);