Marius Burkard
2016-07-10 e1ceb050e19c7574bca146a8da7047ee4ff456b5
server/plugins-available/maildrop_plugin.inc.php
@@ -211,7 +211,7 @@
                  $mailfilter_content .= file_get_contents($conf["rootpath"].'/conf/mailfilter_move_junk.master')."\n";
               }
            }
            $mailfilter_content .= $data["new"]["custom_mailfilter"];
            $mailfilter_content .= str_replace("\r\n","\n",$data["new"]["custom_mailfilter"]);
            // Replace windows linebreaks in mailfilter file
            $mailfilter_content = str_replace("\r\n", "\n", $mailfilter_content);