TE
科技回声
首页24小时热榜最新最佳问答展示工作
GitHubTwitter
首页

科技回声

基于 Next.js 构建的科技新闻平台,提供全球科技新闻和讨论内容。

GitHubTwitter

首页

首页最新最佳问答展示工作

资源链接

HackerNews API原版 HackerNewsNext.js

© 2025 科技回声. 版权所有。

Ask HN: Is there a list of definite spam words/phrases?

2 点作者 throwaway000021将近 8 年前
It appears to me that spam systems work out the probability that some item of mail is spam based on some sort of algorithms.<p>However, recently I have been processing hundreds of thousands of emails including hundreds of thousands of items of spam.<p>I can see in the spam emails that there are many words and phrases used in the subject lines that will simply never appear in any valid email that I care about receiving. For example:<p>H00kup<p>F*ckbuddy<p>Xenical<p>Viagra<p>BangBuddy<p>In addition to the single words, there are various phrases in the subject lines that would never appear in a legit email, such as:<p>Affordable lux Copy watches<p>accessories for cheap<p>Designer timepieces for all tastes<p>Time to look rich<p>So it strikes me that maybe there is a list of words and phrases that, if found in an email subject line, definitely identify that email as spam.<p>Does anyone know if such a list exists? A list of words&#x2F;phrases that would only ever be found on a spam email?

1 comment

introvertmac将近 8 年前
I came across this &#x27;STOP words&#x27; <a href="https:&#x2F;&#x2F;en.wikipedia.org&#x2F;wiki&#x2F;Stop_words" rel="nofollow">https:&#x2F;&#x2F;en.wikipedia.org&#x2F;wiki&#x2F;Stop_words</a> yesterday. Wiki says these word list can vary from services to services. There is hardly any chance you&#x27;ll find a complete list, maybe common words are available.