Mandrill - 由于 [警告:邮件包含重定向 URL 内容],邮件已移至垃圾邮件

Mandrill - messages moved to spam because of [Caution: Message contains Redirect URL content]

我的 Laravel Web 应用程序定期通过 Mandrill 发送有关系统更改的通知。

不幸的是,所有由 Mandrill 发送的邮件都被移到了我的垃圾邮件箱中:

[Caution: Message contains Redirect URL content]

问题 1:

这条消息是关于什么的?我认为这是因为我的服务器将发件人地址设置为 "noreply@domain.com"

问题 2:

有没有办法避免这种情况?也许只需要一些额外的配置。


附加信息:

Redirect URLs include free hosting sites, URL shortening services, and URL redirecting services which can potentially be abused to deliver spam or malware payloads. Symantec Messaging Gateway can filter against email messages that contain one or more redirect URLs.

这里也是我要发送的邮件的html模板:

   <body bgcolor="#f7f7f7">
    <table align="center" cellpadding="0" cellspacing="0" class="container-for-gmail-android" width="100%">
      <tr>
        <td align="left" valign="top" width="100%" style="background:repeat-x url(##obfuscated##) #ffffff;">
          <center>
          <img src="##obfuscated##" class="force-width-gmail">
            <table cellspacing="0" cellpadding="0" width="100%" bgcolor="#ffffff" background="##obfuscated##" style="background-color:transparent">
              <tr>
                <td width="100%" height="80" valign="top" style="text-align: center; vertical-align:middle;">

                  <center>
                    <table cellpadding="0" cellspacing="0" width="600" class="w320">
                      <tr>
                        <td class="pull-left mobile-header-padding-left" style="vertical-align: middle;">
                        <a href=""><img width="167" height="35" src="##obfuscated##" alt="logo"></a>
                        </td>

                      </tr>
                    </table>
                  </center>

                </td>
              </tr>
            </table>
          </center>
        </td>
      </tr>
      <tr>
        <td align="center" valign="top" width="100%" style="background-color: #f7f7f7;" class="content-padding">
          <center>
            <table cellspacing="0" cellpadding="0" width="600" class="w320">
              <tr>
                <td class="header-lg">
                  Hallo {{$name}}!
                </td>
              </tr>
              <tr>
                <td class="free-text">
                  Just a text
                </td>
              </tr>

            </table>
          </center>
        </td>
      </tr>
      <tr>
        <td align="center" valign="top" width="100%" style="background-color: #ffffff;  border-top: 1px solid #e5e5e5; border-bottom: 1px solid #e5e5e5;">
          <center>
            <table cellpadding="0" cellspacing="0" width="600" class="w320">
              <tr>
                <td class="content-padding">
                  <table cellpadding="0" cellspacing="0" width="100%">
                    <tr>
                      <td class="header-md">
                        Just a text
                        <!-- something like:
                        <tr><td style="padding: 10px 10px 10px 0px;text-align: left;">'.$offline_posting->link.'</td><td style="padding: 10px 30px 10px 0px;">'.$offline_posting->job_id.'</td><td style="padding: 10px 0px 10px 0px;color: red;">offline</td></tr> -->
                      </td>
                    </tr>
                  </table>
                </td>
              </tr>
              <tr>
                <td style="padding-bottom: 75px;">
                  <table>
                    {{$postingslist}}
                  </table>


                </td>
              </tr>
                        <tr>
                <td class="button">
                  <div><!--[if mso]>
                    <v:rect xmlns:v="urn:schemas-microsoft-com:vml" xmlns:w="urn:schemas-microsoft-com:office:word" href="http://188.166.43.201/" style="height:45px;v-text-anchor:middle;width:155px;" strokecolor="#ffffff" fillcolor="#73479c">
                      <w:anchorlock/>
                      <center style="color:#ffffff;font-family:Helvetica, Arial, sans-serif;font-size:14px;font-weight:regular;">check changes</center>
                    </v:rect>
                  <![endif]--><a class="button-mobile" href="http://188.166.43.201/"
                  style="background-color:#73479c;color:#ffffff;display:inline-block;font-family:'Cabin', Helvetica, Arial, sans-serif;font-size:14px;font-weight:regular;line-height:45px;text-align:center;text-decoration:none;width:155px;-webkit-text-size-adjust:none;mso-hide:all;">check changes</a></div>
                </td>
              </tr>
            </table>
          </center>
        </td>
      </tr>

      <tr>
        <td align="center" valign="top" width="100%" style="background-color: #f7f7f7; height: 100px;">
          <center>
            <table cellspacing="0" cellpadding="0" width="600" class="w320">
              <tr>
                <td style="padding: 25px 0 25px">
                  <strong>Heading</strong><br />
                  Coding by <a href="mailto:#myemail#">Me</a><br />
                  &copy; 2015 some company<br /><br />
                </td>
              </tr>
            </table>
          </center>
        </td>
      </tr>
    </table>

这将取决于您的接收邮件服务器为什么要附加该邮件或注明 - 因为该邮件说了一些关于重定向 URL 内容的内容,所以您需要查看 URLs 在邮件中 - 但这只是一个猜测 - 我们需要知道您使用的是什么垃圾邮件过滤器或邮件程序,因为它们的工作方式会有所不同。

一些垃圾邮件过滤器会标记包含跟踪 URL 的电子邮件,但不是全部。当电子邮件中的文本看起来像是指向站点 A 时,其他人会标记内容,但 HTML 实际上将 link 指向站点 B(即,旨在让您认为您真的要去的东西) Paypal 但这会将您指向网络钓鱼站点)。

举个例子。如果您将类似的东西发送给 Mandrill 进行处理:

<a href="http://example.com">example.com</a>

应用 Mandrill 的跟踪 link 后,它将出现在如下所示的电子邮件中,它看起来像钓鱼邮件,因为它 看起来 就像您被定向到example.com 但实际上要先 Mandrill/tracked link:

<a href="http://mandrill.com/track....">example.com</a>

要解决此问题,请确保显示的文本不是 URL。所以发送这样的东西:

<a href="http://example.com">Click here to go to my site</a>

以上主要是根据您的邮件程序中显示的消息进行的有根据的猜测 - 同样,它会有所不同,因此了解更多信息会有所帮助。is/would。

终于找到适合自己的解决方案:

一方面,确实是按钮 "check changes",它声明邮件为钓鱼邮件,但没有帮助前缀 [注意:邮件包含重定向 URL内容]

这是因为我发送的是整个 HTML 文档,其中包括

    <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">

    <html xmlns="http://www.w3.org/1999/xhtml">

删除相应的行解决了问题。

感谢大家!