ref: master
./README.md
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 |
# antispam A curated list of common email domains, usernames and scripts to deal with it or to potentially identify one. ## Data There are two types of data here, `usernames` and `domains`, both available as a plain text file, each item on a new line. Usernames were initially sourced from the Big-Blacklist. Domains combine disposable emails and other hand-picked items I found as sysadmin of [cirandas.net][cirandas]. We also offer some simple awk scripts to process the raw data and spit into two flavours: `json` and `yaml`. Generate them using the `make(1)` rules: ```sh $ make # will invoke json and yaml $ make json $ make yaml ``` ## API We also offer a pretty barebones API available at [antispam-api][]. You can host an instance yourself if you want it, it's pretty simple. [cirandas]: https://git.eletrotupi.com/cirandas.net [antispam-api]: https://git.sr.ht/~porcellis/antispam-api ## Contribute Please do! You can add more items by sending a patch to the [mailing list][ml] or to me [personally][personal]. If you think your domain was included as a mistake, contact me too. [ml]: mailto:~porcellis/antispam@lists.sr.ht [personal]: mailto:porcellis@eletrotupi.com ## License MIT Licensed. Check [COPYING][copying] [copying]: ./COPYING |