我有一个被电子邮件轰炸的帐户。我需要创建一个过滤器来过滤掉这些此类电子邮件。问题是,我不太了解标题信息,无法创建过滤器。所有消息都来自独特的电子邮件——gmail、hotmail、yahoo、AOL 等,因此没有使用电子邮件地址过滤。我试图寻找所有这些消息头的共同点,以便我可以创建一个过滤器。这是我在过去 3 天内收到的 3000 封垃圾邮件中的 3 封的标题信息。任何人都可以发现我可以用来构建过滤器的东西吗?
--------------------------------------------------------
Delivered-To: ********@gmail.com
Received: by 10.76.90.69 with SMTP id bu5csp178474oab;
Fri, 6 Mar 2015 17:02:41 -0800 (PST)
X-Received: by 10.107.36.9 with SMTP id k9mr32440746iok.2.1425690160928;
Fri, 06 Mar 2015 17:02:40 -0800 (PST)
Return-Path: <rezendeconner@bellsouth.net>
Received: from nm39-vm5.bullet.mail.ne1.yahoo.com (nm39-vm5.bullet.mail.ne1.yahoo.com. [98.138.229.165])
by mx.google.com with ESMTPS id o9si3100428iga.7.2015.03.06.17.02.40
for <********@gmail.com>
(version=TLSv1 cipher=ECDHE-RSA-RC4-SHA bits=128/128);
Fri, 06 Mar 2015 17:02:40 -0800 (PST)
Received-SPF: none (google.com: rezendeconner@bellsouth.net does not designate permitted sender hosts) client-ip=98.138.229.165;
Authentication-Results: mx.google.com;
spf=none (google.com: rezendeconner@bellsouth.net …
Run Code Online (Sandbox Code Playgroud)