对于黑名单域有好的 API 吗?

发布于 2024-08-30 04:59:21 字数 1536 浏览 3 评论 0原文

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(2

猫九 2024-09-06 04:59:21

垃圾邮件发送者通常会伪造他们的电子邮件地址(有时使用像您这样的合法用户的电子邮件地址)。他们不需要知道您的密码,他们只是假装代表您发送密码。同样的事情也适用于域。使用任何一种方法来检测垃圾邮件都可能不准确。

电子邮件标头(您的电子邮件软件应该提供某种方式来查看它)实际上应该提供有关电子邮件来源的 IP 信息。 IP 地址是检查垃圾邮件的少数方法之一。首先,您可以使用 MX Toolbox 之类的工具检查多个黑名单(包括 spamhaus

)识别垃圾邮件的方法包括DKIM和SPF。通常,您的电子邮件提供商应自动检查这些邮件,并在 SKIM 或 SPF 失败时对垃圾邮件进行评级。

Spammers usually forge their email address (sometimes using the email addresses of legitimate users like yourself). They don't need to know your password, they just pretend like they're sending it on your behalf. The same thing applies to domains. Using either one for detecing spam is likely to be inaccurate.

The email headers (your email software should provide some way to see it) should actually provide IP information about where the email originated from. The IP address is one of the few ways to check for spam. First you can check it using something like MX Toolbox to check several blacklists, (including spamhaus)

Other methods for identifying spam include DKIM and SPF. Usually your email provider should automatically check these and rate the spam if they fail either SKIM or SPF.

满地尘埃落定 2024-09-06 04:59:21

正如查克所说,这不是防止垃圾邮件的有用方法。还有一些其他技术可以查看内容并区分电子邮件是否是垃圾邮件或不使用分词器方法。我建议你看一下 SpamBayes

As Chuck said it will not be a useful method to prevent e-mail spams. There are some other techniques looking the content and discretes if an e-mail is a spam or not using tokenizer methods. i suggest you to glance at SpamBayes

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文