Marius Burkard
2016-07-12 28ad72e0d41a02009f7f40bb6352e03556bb8676
interface/web/mail/mail_domain_del.php
@@ -78,7 +78,7 @@
      }
      // Delete all spamfilters that belong to this domain
      $records = $app->db->queryAllRecords("SELECT id FROM spamfilter_users WHERE email = ?", '%@' . $domain);
      $records = $app->db->queryAllRecords("SELECT id FROM spamfilter_users WHERE email like ?", '%@' . $domain);
      foreach($records as $rec) {
         $app->db->datalogDelete('spamfilter_users', 'id', $rec['id']);
      }