tbrehm
2009-10-28 c2f53e76fde1ab534e67a9227d4f0adcde05dfa4
Fix in maildrop plugin.
1 files modified
2 ■■■ changed files
server/plugins-available/maildrop_plugin.inc.php 2 ●●● patch | view | raw | blame | history
server/plugins-available/maildrop_plugin.inc.php
@@ -158,7 +158,7 @@
            if($data["old"]["custom_mailfilter"] != $data["new"]["custom_mailfilter"] or
               $data["old"]["move_junk"] != $data["new"]["move_junk"]) {
                $app->log("Mailfilter config has been changed",LOGLEVEL_DEBUG);
                if(trim($data["new"]["custom_mailfilter"]) != '') {
                if(trim($data["new"]["custom_mailfilter"]) != '' or $data["new"]["move_junk"] != 'n') {
                    // Delete the old filter recipe
                    $email_parts = explode("@",$data["old"]["email"]);
                    $file = $this->mailfilter_config_dir.'/'.$email_parts[1].'/'.$email_parts[0].'/.mailfilter';