我域名的所有外发邮件在 gmail/yahoo/hotmail 中均被视为垃圾邮件

我域名的所有外发邮件在 gmail/yahoo/hotmail 中均被视为垃圾邮件

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

我域的所有外发邮件都被当作垃圾邮件。我没有群发邮件或类似的东西。我对电子邮件的工作原理知之甚少,一直在寻找解决方案。我在下面放了一封电子邮件,我唯一更改的是邮件正文。如果您发现任何需要更改的内容,请告诉我。

这是示例电子邮件:

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....

谢谢。

答案1

这个问题无法回答。

服务提供商不喜欢公布他们如何将邮件归类为垃圾邮件的信息——原因显而易见。此外,解决这个问题的标准方法也非常少。对于他们应用的一些检查(特别是贝叶斯过滤),他们甚至可能不知道系统为什么将某些邮件归类为垃圾邮件。例如,Hotmail 拥有一支无偿志愿者队伍,无需向任何手动训练贝叶斯过滤器的人负责。

请获取 spamassassin 的副本并查看其使用的方法,看看这些方法如何应用于您的消息。

快速浏览您提供的内容后,我注意到:

1)电子邮件来自 hostgator - 垃圾邮件发送者青睐的提供商(例如123

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

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

4) 'X-PHP-Script'/'X-Mailer: PHP' 标头通常与 UBE 同义

高血压

答案2

根据我的经验,除了 spamassassin 使用的正常评分系统外,大型 ISP 还会使用一种评分系统,该系统基于有多少用户报告来自特定域、IP、块或 AS 的垃圾邮件。

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

祝你好运!

相关内容