tbrehm
2011-07-22 c9873b6ece29ef27b1f5d0c0cf0fab460e5f0e8a
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"]);