Till Brehm
2016-06-29 56a9c765e6409900ed3b9225be839bf6200260ae
server/plugins-available/maildeliver_plugin.inc.php
@@ -132,7 +132,7 @@
         // Custom filters
         if($data["new"]["custom_mailfilter"] == 'NULL') $data["new"]["custom_mailfilter"] = '';
         $tpl->setVar('custom_mailfilter', $data["new"]["custom_mailfilter"]);
         $tpl->setVar('custom_mailfilter', str_replace("\r\n","\n",$data["new"]["custom_mailfilter"]));
         // Move junk
         $tpl->setVar('move_junk', $data["new"]["move_junk"]);