interface/web/mail/mail_domain_del.php
@@ -77,7 +77,11 @@ $app->db->datalogDelete('mail_user','mailuser_id',$rec['id']); } // Delete all spamfilters that belong to this domain $records = $app->db->queryAllRecords("SELECT id FROM spamfilter_users WHERE email = '@".$app->db->quote($domain)."'"); foreach($records as $rec) { $app->db->datalogDelete('spamfilter_users','id',$rec['id']); } } }