Amazon SNS sending notification for each verified SES domain

I originally had a single verified domain in Amazon SES with a Rule Set that contained an S3 action to save received emails to a S3 bucket along with a SNS topic to send notifications when an email is received. That topic is set up with two subscriptions. One subscription sends me an email notification to my Google mail, the other sends a post to an HTTPS endpoint I have setup. I built an email client to receive those notifications, pull the email from the bucket parse it and display it. Everything is working perfectly...until

I verified 3 additional domains in SES. Using the same Rule Set, for some reason, whenever an email comes in for any of those domains I still get the single email notification to my Google account but now I am getting four identical notifications posting to that endpoint. I assume, one for each domain. Any idea what is going on here?

链接地址: http://www.djcxy.com/p/32142.html

上一篇: 亚马逊SES消息到SNS和SQS优化

下一篇: Amazon SNS为每个经过验证的SES域发送通知