Gmail - 我们可以通过任何方式了解我们收到的电子邮件是否会被退回?

时间:2015-11-05 20:30:12

标签: gmail google-apps bounce email-bounces bouncedemail

Gmail. Any way to retrieve emails sent to my Gmail Apps domain email that bounced?类似。

我们有一个谷歌应用程序的工作gmail没有收到Zapier的电子邮件(通过另外两台服务器路由,其中​​一个是mailgun,有605错误)

这一个与另一个之间的区别在于我们已经检查了我们的MX记录(他们指向谷歌服务器),谷歌技术人员帮助我们检查了这一点,但无法提供答案。跟进了三支球队后,我来筹码求助。

附上的是代码。

    {
  "severity": "permanent",
  "tags": [],
  "delivery-status": {
    "message": null,
    "code": 605,
    "description": "Not delivering to previously bounced address",
    "session-seconds": 0
  },
  "envelope": {
    "targets": "radub@nwwpros.com",
    "transport": "smtp",
    "sender": "contact@zapier.com"
  },
  "recipient-domain": "nwwpros.com",
  "id": "Y0wp1sUWRs2aBtLZYJlvOg",
  "campaigns": [],
  "reason": "suppress-bounce",
  "user-variables": {},
  "flags": {
    "is-routed": null,
    "is-authenticated": true,
    "is-system-test": false,
    "is-test-mode": false
  },
  "log-level": "error",
  "timestamp": 1444147226.022885,
  "message": {
    "headers": {
      "to": "radub@nwwpros.com",
      "message-id": "20151006160014.2675.4025@zapier.com",
      "from": "Zapier <contact@zapier.com>",
      "subject": "[ALERT] Possible error on your \"Ask them how we did\" Zap!"
    },
    "attachments": [],
    "recipients": [
      "radub@nwwpros.com"
    ],
    "size": 42617
  },
  "recipient": "radub@nwwpros.com",
  "event": "failed"
}

1 个答案:

答案 0 :(得分:2)

我非常肯定Mailgun的605错误代码意味着Mailgun在他们的结尾处阻止了这条消息,甚至没有尝试将其发送给Google。

因此,您无法在Google Apps中查看以查找或解决问题。

Mailgun的解释(来自您的错误)是“未送达之前退回的地址”。这意味着根据过去的反弹,您的“收件人”地址位于Mailgun的Zapier Mailgun帐户永久阻止列表中。如果您的地址现在可以再次发送,Zapier可能会将您从“抑制”下的Mailgun信息中心的Mailgun抑制列表中删除,或使用Mailgun的bounce suppression API删除。