如何检查电子邮件主题的垃圾邮件分数

发布于 2024-11-02 03:53:11 字数 169 浏览 1 评论 0原文

我正在寻找一个 PHP API/类/方法来计算电子邮件主题的垃圾邮件分数,以便在营销网站上使用(例如,垃圾邮件分数是在构建电子邮件时计算的,而不是在收到电子邮件)。我见过像 SpamAssassin 这样的类似产品,但想知道是否有更基本的东西,因为只需要主题分数。

谢谢。

I'm looking for a PHP API/class/method to calculate the spam score of an email's subject for use on a marketing website (as in, the spam score is calculated while building an email, not on receiving an email). I've seen similar products like SpamAssassin but wondered if there's anything more basic seeing as only the subject score is needed.

Thanks.

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

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

发布评论

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

评论(2

怀里藏娇 2024-11-09 03:53:11

一封电子邮件的垃圾邮件分数不仅由主题计算,而且是数百个分类器的总和。检查您的垃圾邮件主题不会让邮件通过。

如果您确实想在以编程方式发送之前检查邮件,请生成一封带有主题的虚拟邮件,并通过命令行通过本地 spamassassin 安装运行它。

spam score of an email is not only calculated by the subject, but is the sum of hundreds of classifiers. checking your spam emails subjectg wont get the mail through.

if you really want to check your mail before sending programatically, generate a dummy mail with your subject and run it through a local spamassassin installation via command line.

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