我所有的域名的外发邮件在gmail / yahoo / hotmail收到垃圾邮件

可能重复:
我的域名的所有外发邮件在gmail / yahoo / hotmail中都是作为垃圾邮件接收的

我所有域名的外发邮件都是垃圾邮件。 我不是批量邮件或类似的东西。 我对电子邮件实际上是如何工作并且一直在寻找解决scheme知之甚less。 我在下面写了一封电子邮件,唯一改变的是邮件正文。 如果你看到应该改变的anthing,请让我知道。

这是示例电子邮件:

Delivered-To: [email protected] Received: by 10.220.188.200 with SMTP id db8cs92992vcb; Sun, 12 Sep 2010 14:07:21 -0700 (PDT) Received: by 10.150.212.8 with SMTP id k8mr788303ybg.68.1284325641381; Sun, 12 Sep 2010 14:07:21 -0700 (PDT) Return-Path: <[email protected]> Received: from gateway09.websitewelcome.com (gateway09.websitewelcome.com [67.18.44.5]) by mx.google.com with SMTP id v14si3740795ybe.22.2010.09.12.14.07.21; Sun, 12 Sep 2010 14:07:21 -0700 (PDT) Received-SPF: pass (google.com: domain of [email protected] designates 67.18.44.5 as permitted sender) client-ip=67.18.44.5; Authentication-Results: mx.google.com; spf=pass (google.com: domain of [email protected] designates 67.18.44.5 as permitted sender) [email protected] Received: (qmail 7388 invoked from network); 12 Sep 2010 21:07:20 -0000 Received: from 62.b1.354a.static.theplanet.com (HELO gator1205.hostgator.com) (74.53.177.98) by gateway09.websitewelcome.com with SMTP; 12 Sep 2010 21:07:20 -0000 Received: from delbalso by gator1205.hostgator.com with local (Exim 4.69) (envelope-from <[email protected]>) id 1Outlc-0006Sd-O4 for [email protected]; Sun, 12 Sep 2010 16:07:16 -0500 To: [email protected] Subject: KeepItWith.Me Send/Receive Bookmarklets X-PHP-Script: www.keepitwith.me/send_email.php for 142.151.130.28 From: KeepItWith.Me <[email protected]> Reply-To: [email protected] MIME-Version: 1.0 X-Mailer: PHP/5.2.14 Content-Type: text/html; charset=ISO-8859-1 Message-Id: <[email protected]> Date: Sun, 12 Sep 2010 16:07:16 -0500 X-AntiAbuse: This header was added to track abuse, please include it with any abuse report X-AntiAbuse: Primary Hostname - gator1205.hostgator.com X-AntiAbuse: Original Domain - gmail.com X-AntiAbuse: Originator/Caller UID/GID - [959 957] / [47 12] X-AntiAbuse: Sender Address Domain - gator1205.hostgator.com Message body.... 

谢谢。

这个问题是不可能回答的。

服务提供商不喜欢发布有关他们如何将邮件分类为垃圾邮件的信息,原因很明显。 这个问题的标准方法也很less。 对于他们应用的一些检查(特别是贝叶斯过滤),他们可能甚至不知道为什么系统将一些消息分类为垃圾邮件。 例如,Hotmail有一个无偿的志愿者军队,对没有人手动训练他们的贝叶斯filter负责。

做一个spamassassin的副本,看看它使用的方法,看看这些如何适用于你的消息。

快速查看您提供的内容后,我注意到:

1)电子邮件来自于hostgator – 一个垃圾邮件发送者青睐的提供者(例如1,2,3 )

2)“发件人”地址与电子邮件的来源不符

3)它看起来好像是一个内联HTML文档,而不是内联处置和替代表示的附件

4)“X-PHP-Script”/“X-Mailer:PHP”头文件通常与UBE同义

HTH

根据我的经验,大型互联网服务提供商使用一个评分系统,除了spamassassin使用的正常评分系统之外,还有多less用户报告来自特定域,IP,块或AS的垃圾邮件。

所以,这个问题可能与您的电子邮件或电子邮件的内容无关,而与您的域名或您的主机无关。

祝你好运!