Check the SES notification for SPAM/virus. The status of the SPAM/virus checks are available in the `spamVerdict` and `virusVerdict` fields: - [spamVerdict](https://docs.aws.amazon.com/ses/latest/dg/receiving-email-notifications-contents.html#receiving-email-notifications-contents-spamverdict-object) - [virusVerdict](https://docs.aws.amazon.com/ses/latest/dg/receiving-email-notifications-contents.html#receiving-email-notifications-contents-virusverdict-object) This relates to https://github.com/arithmetric/aws-lambda-ses-forwarder/issues/99 ## Status - [x] Implementation - [ ] Unit tests
Check the SES notification for SPAM/virus. The status of the SPAM/virus checks are available in the
spamVerdictandvirusVerdictfields:This relates to arithmetric/aws-lambda-ses-forwarder#99
Status