如何过滤返回地址无效的电子邮件。

编程入门 行业动态 更新时间:2024-10-24 15:12:54
本文介绍了如何过滤返回地址无效的电子邮件。的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧! 问题描述

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

Outlook 2010 x32 running on local machine

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

I have noticed an uptick in phishing with a false return address that includes my domain. For example if my domain is mydomain I will see return addresses such as Larry@mydomain 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?

www.saberman

推荐答案

嗨saberman,

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

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

最好的问候,

爱德华

更多推荐

如何过滤返回地址无效的电子邮件。

本文发布于:2023-08-07 10:29:07,感谢您对本站的认可!
本文链接:https://www.elefans.com/category/jswz/34/1318626.html
版权声明:本站内容均来自互联网,仅供演示用,请勿用于商业和其他非法用途。如果侵犯了您的权益请与我们联系,我们将在24小时内删除。
本文标签:电子邮件   地址

发布评论

评论列表 (有 0 条评论)
草根站长

>www.elefans.com

编程频道|电子爱好者 - 技术资讯及电子产品介绍!