Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/skyzyx/gmailctl-recruiter-filter
A gmailctl filter to auto-delete technical recruiter spam I've received over the years.
https://github.com/skyzyx/gmailctl-recruiter-filter
filter filtering filters gmail gmailctl jsonnet recruiter recruiters recruiting spam spam-filtering
Last synced: about 2 months ago
JSON representation
A gmailctl filter to auto-delete technical recruiter spam I've received over the years.
- Host: GitHub
- URL: https://github.com/skyzyx/gmailctl-recruiter-filter
- Owner: skyzyx
- License: unlicense
- Created: 2021-11-29T19:54:22.000Z (about 3 years ago)
- Default Branch: main
- Last Pushed: 2021-11-29T20:24:57.000Z (about 3 years ago)
- Last Synced: 2024-12-07T01:46:37.428Z (about 2 months ago)
- Topics: filter, filtering, filters, gmail, gmailctl, jsonnet, recruiter, recruiters, recruiting, spam, spam-filtering
- Language: Jsonnet
- Homepage:
- Size: 33.2 KB
- Stars: 3
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# gmailctl-recruiter-filter
A [gmailctl](https://github.com/mbrt/gmailctl) filter to auto-delete technical recruiter spam I've received over the years.
1. Despite the U.S. Goverment’s defintion of “spam” (e.g., [CAN-SPAM Act (2003)](https://www.ftc.gov/tips-advice/business-center/guidance/can-spam-act-compliance-guide-business)), my definition of spam includes _unsolicited_ email.
1. Most recruiting agencies employ a method for finding people that I refer to as a “cattle call”. They’re not reaching out to _you_; they simply found your email address associated with a keyword somewhere. And they probably confused “Java” with “JavaScript”. No thank you.
1. Just because someone sends you an email, it does not mean that you **owe** them your time or attention. You may _choose_ to give it, but you don’t _owe_ them anything. Save your brain-space for the things that matter, and turn down the noise in your inbox.
1. This definition is only a _fragment_ of a valid `gmailctl` configuration. You will need to add it to your existing configurations by-hand, with automation, or whatever level of effort you feel like applying.
## Contributing
1. PRs are welcome.
1. All variations of emails related specifically related to recruiting should be provided, if possible.
1. Don't _over_ block. For example, do not block all of `@amazon.com` or `@microsoft.com` just to block a couple of recruiters. Use their direct email addresses instead.
1. Lint your Markdown changes with [DavidAnson/markdownlint](https://github.com/DavidAnson/markdownlint).
1. Follow the [EditorConfig](https://editorconfig.org) definition for formatting files.
1. If you use [VS Code](https://code.visualstudio.com), install the recommended extensions to do the linting/formatting automatically.