When a file is uploaded we insert this file to the mediamoderation_scan table for later processing. However, if the file is already in the table and is a match this file never get reported in an email. While we may want to block the upload, we currently only process the file once it has been uploaded. As such, sending an email to report this match is a quick solution to ensuring re-uploads are not missed.
Acceptance criteria
- If a user uploads a file already listed as a match in the mediamoderation_scan table, then send an email indicating this new file is a match







