Skip to content

Handle bounce notifications from email providers #269

Description

@stephank

Some email providers can notify us when an email has bounced or otherwise been rejected. For example, AWS SES does this. We could act on these notifications to temporarily block addresses or even domains.

I feel like this may be best done in a separate process, with Redis as the communication channel. Then the broker just has to do a simple Redis call to check for these temporary entries. (Because we otherwise only check config / files.)

(Idea from #96)

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Fields

    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions