Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings
Open more actions menu

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
10 Commits
 
 
 
 
 
 

Repository files navigation

Cloudflare Email Register Filter

中文 | English

使用前提

买个域名,绑定至 Cloudflare 。

使用教程

  • 自己域名底下开启邮件转发,教程可以 看这里
  • 放个 all-spam-and-promote-go-here@yourdomain.com
    • 邮件转发至 Cloudflare email worker
  • worker.js 粘贴进去,然后 TARGET_EMAIL_ADDR 选择你要转发到的地址
    • 实测发现如果转发至另一个 Cloudflare 名下的域名,即使另一个收件规则是 FORWARD ,会无效(比如:all-spam-and-promote-go-here@yourdomain.com 不能转发至 hello@yourdomain.comalso_hosted_on_cloudflare@yourotherdomain.com)。不知道是否属于 Cloudflare 的 BUG。
    • 最好是你自己的 Gmail 或 Outlook
  • 如果真的是人工手动发送的重要邮件,那么应该会查看回复。你可以在 SECOND_EMAIL_ADDR 输入你希望他发送到的地址,在被邮件过滤器拦截后会自动回复一封邮件,显示 [Auto reply] No verification/signup/login keywords found. If this is not a spam, please send to SECOND_EMAIL_ADDR . If this is a spam: 你推销邮件在狗叫什么?"
  • 有三种模式,轻松模式、正常模式 和 强力模式。可以通过 EMAIL_FILTERING_STRENGTH 设置。
    • 轻松模式:仅检测黑名单字符(如:promotion、促销、优惠等),如果未发现就自动转发。(0)
    • 正常模式:检测白名单字符(如:verification、验证、注册等),如果发现了就自动转发。(1)
    • 强力模式:不仅先检测白名单字符,还会再过滤一遍黑名单字符。只有出现了白名单字符 并且 没有出现黑名单字符,才会转发。(默认,2)
    • 如果设置了其它数值,则不过滤。
  • 用另一个邮箱测试发邮件:邮件正文或标题内包含 login, signup 等字样,会转发,否则会屏蔽。目前支持中英双语关键词。
  • 下次注册小平台/无关紧要的平台的时候,使用 all-spam-and-promote-go-here@yourdomain.com
    • 警告:非常不建议使用这个注册重要的平台,如自己的 VPS,长期频繁使用的账号等。这里点名批评阿里云推销邮件,根本退订不了。
    • 提示:如果因为邮件过滤错过优惠码概不负责。

杂记

  • 使用了此脚本后 腿不酸了,腰不痛了 ,推销邮件好久都不见了,有点怀念捏。
  • 不得不说 Cloudflare 就是赛博菩萨!不接受任何反驳!

About

注册小平台账号要邮箱,又不想收件箱被狂轰滥炸?不如试试 Cloudflare mail 邮件过滤脚本,只转发注册/登录验证邮件。Registering for small platforms often requires an email address, but you don't want your inbox flooded with spam? Why not try a Cloudflare mail filtering script that only forwards registration/login verification emails?

Topics

Resources

Stars

Watchers

Forks

Releases

Packages

Contributors

Languages

Morty Proxy This is a proxified and sanitized view of the page, visit original site.