如何过滤返回地址无效的电子邮件。 [英] How To Filter Emails Whose Return Address Is Invalid.

查看:104
本文介绍了如何过滤返回地址无效的电子邮件。的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

在本地计算机上运行的Outlook 2010 x32

Outlook 2010 x32 running on local machine

我注意到网上钓鱼的上升以及包含我的域名的虚假退货地址。 例如,如果我的域名是mydomain.com,我会看到返回地址,例如
Larry@mydomain.com ,我的帖子中不存在办公室。

I have noticed an uptick in phishing with a false return address that includes my domain.  For example if my domain is mydomain.com I will see return addresses such as Larry@mydomain.com which does not exist in my post office.

有没有办法设置一个过滤器或VBA代码,用于检查收到的电子邮件,并将垃圾邮件文件夹中包含无效返回地址的电子邮件路由? 是否存在验证电子邮件地址存在的API调用?

Is there a way to setup a filter or VBA code that will check incoming emails and route ones with invalid return addresses to the junk e-mail folder?  Any API call to validate that an email address exists?

http://www.saberman.com

推荐答案

嗨saberman,

>>有没有办法设置过滤器或VBA代码来检查传入的电子邮件并将无效返回地址的邮件路由到垃圾邮件文件夹?

在我的选项中,没有内置API来检查电子邮件地址。您的地址是否是Microsoft Exchange帐户,如果是,我认为您可以查看电子邮件地址是否是地址簿中的列表。或者,我认为您可以创建一个名为
的域名为mydomain.com的地址列表,然后检查收到的电子邮件地址是否是

Application.NewMail事件(Outlook)
。并且,如果它不在列表中,则将其移至垃圾文件夹。

In my option, there is no built-in API to check the email address. Is your address is a Microsoft Exchange account, if so, I think you could check the email address whether it is list in Address Book. Or, I think you could create a list of address whose domain is mydomain.com, and then check the incoming email address whether it is list in this address in Application.NewMail Event (Outlook). And, if it is not in the list, move it to junk folder.

最好的问候,

爱德华


这篇关于如何过滤返回地址无效的电子邮件。的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

查看全文
登录 关闭
扫码关注1秒登录
发送“验证码”获取 | 15天全站免登陆