mirror of
https://github.com/knadh/listmonk.git
synced 2026-01-17 14:29:09 +08:00
The code attempts to do this by handling the `SpamComplaint` `Type` however this is sent with a `RecordType` of `SpamComplaint` rather than `Bounce` so is ignored. Accepting this additional `RecordType` solves the issue. This behaviour is described in Postmark's documentation. > Note that that spam complaints, unsubscribes/subscribes, or manual deactivations have their own webhooks and are not trigged via the Bounce webhook. > > https://postmarkapp.com/developer/webhooks/bounce-webhook https://postmarkapp.com/developer/webhooks/spam-complaint-webhook#spam-complaint-webhook-data |
||
|---|---|---|
| .. | ||
| forwardemail.go | ||
| postmark.go | ||
| sendgrid.go | ||
| ses.go | ||