首页
学习
活动
专区
圈层
工具
发布
社区首页 >问答首页 >深度分析:防止邮件被标记为垃圾邮件

深度分析:防止邮件被标记为垃圾邮件
EN

Server Fault用户
提问于 2011-10-26 12:58:12
回答 2查看 1.2K关注 0票数 0

我想开始深入讨论避免邮件被标记为垃圾邮件的所有方法。我已经做了大部分我知道的,以防止邮件被列为垃圾邮件。我试过以下几种方法

1)使用phpmailer设置适当的标头;2)使用SPF正确;3)正确实现DKIM;4)我的发件人得分为93 https://www.senderscore.org/lookup.php?lookup=50.57.111.177&ipLookup.x=55&ipLookup.y=9

我甚至要求hotmail等人将我添加到经过许可的发件人政策中。

所有这些都是徒劳的。下面是我从我的gmail帐户得到的标题。邮件仍然被标记为垃圾邮件。

代码语言:javascript
复制
Delivered-To: jorfergie03@gmail.com
Received: by 10.220.15.207 with SMTP id l15cs5000vca;
        Wed, 26 Oct 2011 05:33:28 -0700 (PDT)
Received: by 10.42.135.66 with SMTP id o2mr18662906ict.0.1319632407924;
        Wed, 26 Oct 2011 05:33:27 -0700 (PDT)
Return-Path: <apache@veepiz.com>
Received: from veepiz.com (veepiz.com. [50.57.111.177])
        by mx.google.com with ESMTP id x1si830537icv.118.2011.10.26.05.33.27;
        Wed, 26 Oct 2011 05:33:27 -0700 (PDT)
Received-SPF: pass (google.com: domain of apache@veepiz.com designates 50.57.111.177 as permitted sender) client-ip=50.57.111.177;
Authentication-Results: mx.google.com; spf=pass (google.com: domain of apache@veepiz.com designates 50.57.111.177 as permitted sender) smtp.mail=apache@veepiz.com; dkim=pass header.i=@veepiz.com
Received: from veepiz.com (localhost [127.0.0.1])
    by veepiz.com (Postfix) with ESMTP id 90FC6164356
    for <jorfergie03@gmail.com>; Wed, 26 Oct 2011 12:33:27 +0000 (UTC)
X-DKIM: OpenDKIM Filter v2.4.1 veepiz.com 90FC6164356
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=veepiz.com;
    s=default; t=1319632407;
    bh=Yx04NJ7TwKKjTvy0uhLTyTJZD9zjcioUaHvOP32UGOw=;
    h=To:Subject:Date:From:Reply-to:Message-ID:MIME-Version:
     Content-Type;
    b=dqOcgQInMj5B5JZv6sFIEVcrscrj+ayYAMf4OnOVQokEmcluMkUpRnEfyEo7NkL3t
     T84oTZIroG3yjdU9oqfUCNg9s/14zmbPbqE7j9cPLAsBOrfdMVfnl8b2YLBGS9nuh2
     0if4pjJBtFOjdduCp29DiWj9qg8BTZEiqFSOckoc=
Received: (from apache@localhost)
    by veepiz.com (8.13.8/8.13.8/Submit) id p9QCXRHt031452;
    Wed, 26 Oct 2011 12:33:27 GMT
To: Hassan Hussein <jorfergie03@gmail.com>
Subject: Hassan Hussein?, You've got unseen alerts pending
Date: Wed, 26 Oct 2011 12:33:27 +0000
From: Veepiz Alert <veepiz-notify-system@veepiz.com>
Reply-to: Veepiz Alert <veepiz-notify-system@veepiz.com>
Message-ID: <1b841dbd639524b970b9adcf77a08704@localhost.localdomain>
X-Priority: 3
X-Mailer: PHPMailer 5.1 (phpmailer.sourceforge.net)
MIME-Version: 1.0
Content-Type: multipart/alternative;
    boundary="b1_1b841dbd639524b970b9adcf77a08704"


--b1_1b841dbd639524b970b9adcf77a08704
Content-Type: text/plain; charset = "iso-8859-1"
Content-Transfer-Encoding: 8bit

Dear Hassan Hussein,
 You have a total of 6 alert(s) at veepiz.com.
These are listed below;

- 6 Unread Message(s).

Please visit http://www.veepiz.com and view these
unseen notifications.

Remember, to view your notifications, hover over
the yellow notifications icon on the menubar.

Thanks Management


--b1_1b841dbd639524b970b9adcf77a08704
Content-Type: text/html; charset = "iso-8859-1"
Content-Transfer-Encoding: 8bit

Dear Hassan Hussein,<br />
 You have a total of 6 alert(s) at <a href='http://www.veepiz.com'>veepiz.com</a>. These are listed below;<br />
<br />
- 6 Unread Message(s).<br />
<br />
Please visit <a href='http://www.veepiz.com'>http://www.veepiz.com</a> and view these unseen notifications.<br />
<br />
Remember, to view your notifications, hover over the yellow notifications icon on the menubar.<br />
<br />
Thanks Management

Forgotten your password? go to <a href='http://www.veepiz.com/forgot.php'>http://www.veepiz.com/forgot.php</a>



--b1_1b841dbd639524b970b9adcf77a08704--
EN

回答 2

Server Fault用户

发布于 2011-10-26 18:14:54

如果您正确设置了SPF和DKIM,并且有一个有效的PTR (反向DNS)记录,这就是您在服务器上所能做的一切。这在这里已经讨论过了..。

防止邮件被标记为垃圾邮件

为什么从我的应用程序发送的电子邮件被标记为垃圾邮件?

我认为这方面的其他问题中没有包括的一件事是,在客户端过滤方面可以做些什么--如果有的话。

不幸的是,您无法保证某些客户端--例如,您发布的示例中的Gmail --不会将消息归类为垃圾邮件。在我的Gmail垃圾邮件文件夹,我看到一些半合法的消息与标题,如您的表示SPF等是好的,但他们被过滤,因为我已经标记了类似的邮件垃圾邮件。

由于您无法控制电子邮件客户端收件人可能使用的内容以及这些客户端是如何配置的,您可以采取的唯一其他步骤可能是要求他们将您的发送地址包括在他们的通讯簿或其他白名单中。这不是保证,也不可能给出一般的指导他们如何做,但这可能会有所帮助。

票数 2
EN

Server Fault用户

发布于 2011-10-26 20:32:42

如果你看看你的IP在http://www.mcafee.com/threat-intelligence/ip/default.aspx?ip=50.57.111.177的声誉,你会注意到在10月初你收到了大量的邮件(可能是垃圾邮件)。这也可能会对谷歌(目前)的声誉产生重大影响。

Google可能不使用McAffee的数据库作为有效的资源,但是他们有自己的(秘密)信誉系统,可以捕获您的总体流量。如果他们注意到一个坏名声在过去,这将需要一段时间,直到他们重新验证他们的发现,并使你的知识产权“良好的声誉”。

这就是现在防止垃圾邮件的方法。它不是基于“此信息”或“该信息”,而是基于您的整体行为。如果十月份的疫情是由恶意软件感染造成的,那么这对你(即使是目前)是不好的,但将来可能会消失。

票数 1
EN
页面原文内容由Server Fault提供。腾讯云小微IT领域专用引擎提供翻译支持
原文链接:

https://serverfault.com/questions/324907

复制
相关文章

相似问题

领券
问题归档专栏文章快讯文章归档关键词归档开发者手册归档开发者手册 Section 归档