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

Add an option to block incoming email that is considered spam #111

Open scanner opened 9 months ago

scanner commented 9 months ago

Sometimes we want some accounts do not get spam email delivered to them at all.

This is especially relevant for email accounts that have forwarding set and the mail service being forwarded to is sending back spam denial messages. This could cause our mail provider to black list some addresses, and in those cases it is best to not forward the message at all.

This is already happening with at least one account we forward email to so we need this filtering in place before we start forwarding email for that account for real.

scanner commented 9 months ago

Duplicate of GH-43