scanner / as_email_service

A Django app and smtp relay service for working with 3rd party email services and asimap
BSD 3-Clause "New" or "Revised" License
0 stars 0 forks source link

When we get inbound email for an email address that does not exist, notify admin if unsubscribe url exists #134

Open scanner opened 7 months ago

scanner commented 7 months ago

when we get email for an unknown address we currently just ignore it.

However a number of these emails, as spammy as they may seem, may have valid unsubscribe info on them. If these emails have something actionable some action should be taken that gives an admin the chance to do something about them.

Perhaps we make a new huey task that takes these failures (that were also stored in the spool directory) and collects their actionable items in to a report for the admin (like a list of unsubcribe links for them.)