Guest User

Untitled

a guest
Dec 29th, 2017
461
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.94 KB | None | 0 0
  1. {
  2. "notificationType": "Bounce",
  3. "bounce": {
  4. "bounceType": "Permanent",
  5. "bounceSubType": "Suppressed",
  6. "bouncedRecipients": [
  7. {
  8. "emailAddress": "abc.xyz.aws@gmail.com",
  9. "action": "failed",
  10. "status": "5.1.1",
  11. "diagnosticCode": "Amazon SES has suppressed sending to this ..."
  12. }
  13. ],
  14. "timestamp": "2017-12-28T07:06:37.106Z",
  15. "feedbackId": "010101609bef62ff-0f30cac8-ec3c-41f3-9eee-5f7d90ef3c46-000000",
  16. "reportingMTA": "dns; amazonses.com"
  17. },
  18. "mail": {
  19. "timestamp": "2017-12-28T07:03:44.000Z",
  20. "source": "abcXYZ@gmail.com",
  21. "sourceArn": "arn:aws:ses:com-xyz-9:9696845301:identity/abcXYZ@gmail.com",
  22. "sourceIp": "10.eee.ppq.lmn",
  23. "sendingAccountId": "12365498512",
  24. "messageId": "010101609bf1b35c-889e815e-b84c-4b08-a283-ee5f3e9740f2-000000",
  25. "destination": ["abc.xyz.aws@gmail.com"]
  26. }
  27. }
  28.  
  29. Another one and all others:
  30.  
  31. {
  32. "notificationType": "Bounce",
  33. "bounce": {
  34. "bounceType": "Permanent",
  35. "bounceSubType": "Suppressed",
  36. "bouncedRecipients": [
  37. {
  38. "emailAddress": "abc.xyz.aws@gmail.com",
  39. "action": "failed",
  40. "status": "5.1.1",
  41. "diagnosticCode": "Amazon SES has suppressed sending to this ..."
  42. }
  43. ],
  44. "timestamp": "2017-12-28T07:06:37.106Z",
  45. "feedbackId": "010101609befa8f5-a41662a5-b84e-4048-bc3a-d1f1469c8f1a-000000",
  46. "reportingMTA": "dns; amazonses.com"
  47. },
  48. "mail": {
  49. "timestamp": "2017-12-28T07:04:05.192Z",
  50. "source": "abcXYZ@gmail.com",
  51. "sourceArn": "arn:aws:ses:com-xyz-9:9696845301:identity/abcXYZ@gmail.com",
  52. "sourceIp": "10.eee.ppq.lmn",
  53. "sendingAccountId": "12365498512",
  54. "messageId": "010101609bef61bb-310b4f29-0b01-4ecd-b763-b295e26d0732-000000",
  55. "destination": ["abc.xyz.aws@gmail.com"]
  56. }
  57. }
Add Comment
Please, Sign In to add comment