Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

A cautionary tale #150

Open
soapergem opened this issue Sep 23, 2024 · 0 comments
Open

A cautionary tale #150

soapergem opened this issue Sep 23, 2024 · 0 comments

Comments

@soapergem
Copy link

I have been using this email forwarder Lambda for several years but just recently Amazon let me know it was a problem. I'm going to describe the situation but I will use fake email addresses that still illustrate the problem.

  • I have been volunteering doing all the tech for a small nonprofit
  • Originally they were set up with a Gmail address ([email protected]) for all of their email
  • Later I got a domain for them so I wanted to set up [email protected]
  • However they liked the ease of managing everything in Gmail
  • So I set up this forwarder to send anything that comes in to [email protected] to forward immediately to [email protected] (it would forward as [email protected])
  • Furthermore I configured Gmail to allow me to send as the [email protected] address

For several years this was working fine. But then just the other day, I got this message from AWS support:

Your current bounce rate is 10.87%. We measured this rate over the last 10,244 eligible emails* you sent. Our analysis covers the last 346.1 days.

We recommend that you maintain a bounce rate below 5%. If your bounce rate exceeds 10%, we might pause your ability to send additional email.

The bounce rate is based on the number of hard bounces that occur as a result of the emails you send. A hard bounce occurs when an email address doesn't exist.

Email providers interpret a high bounce rate as a sign that you're not actively managing your customer database, or that you're sending unsolicited email. Email providers might block your email if your bounce rate is too high. To protect your reputation as a sender, we monitor this metric closely and take action if the rate gets too high.

Long story short: AWS has now paused my ability to send any emails from SES completely. The reason is because every piece of mail coming to [email protected] is being dutifully forwarded by this app to the Gmail account. Every piece of mail: including lots of spam. From AWS' perspective, this means I am now sending lots of spam. They assumed this meant that one of my AWS access keys got compromised, when in fact this is just normal operation of the forwarder when you use an address that has existed for any reasonable amount of time.

Unfortunately, this means I have to stop using this application altogether and come up with a different set up.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant