{ "info": { "author": "Ayke van Laethem", "author_email": "aykevanlaethem@gmail.com", "bugtrack_url": null, "classifiers": [ "License :: OSI Approved :: BSD License", "Operating System :: OS Independent", "Programming Language :: Python", "Topic :: Communications :: Email" ], "description": "Check common mailbox and user names\n===================================\n\nWhen you let users of a webapp create their own usernames, and this name is used\nin an email address or Unix user, it is important to check against some common\nusernames, like 'root', 'postmaster', and 'postfix'. This library is an attempt\nfor that.\n\nYou should check the following:\n\n* The address in your WHOIS, wich may be used for things like registering a\n TLS certificate. It should really be something like hostmaster@ anyway, so\n this *should not* be an issue.\n* If you make Unix accounts with these names, check which names occur in\n ``/etc/passwd`` (and possibly ``/etc/group``).\n\nLicense: BSD 2-clause\n\nResources:\n\n* RFC2142_\n* `Security StackExchange: What email addresses are treated as trusted`_\n* `Postbit reserved username list`_\n* ``/etc/passwd`` and ``/etc/group`` on my laptop (Debian testing/stretch).\n* `shouldbee's list`_\n* `kwappa's list`_\n\n.. image:: https://imgs.xkcd.com/comics/exploits_of_a_mom.png\n\nImage via xkcd.com_\n\n.. _RFC2142: https://www.ietf.org/rfc/rfc2142.txt\n.. _`Security StackExchange: What email addresses are treated as trusted`: http://security.stackexchange.com/questions/84127/what-email-addresses-are-treated-as-trusted\n.. _`Postbit reserved username list`: http://blog.postbit.com/reserved-username-list.html\n.. _`shouldbee's list`: https://github.com/shouldbee/reserved-usernames\n.. _`kwappa's list`: https://github.com/kwappa/username_not_reserved_validator/blob/master/lib/username_not_reserved_validator/reserved_names.rb\n.. _xkcd.com: https://xkcd.com/327/\n", "description_content_type": null, "docs_url": null, "download_url": "https://github.com/aykevl/reserved/tarball/0.1", "downloads": { "last_day": -1, "last_month": -1, "last_week": -1 }, "home_page": "https://github.com/aykevl/reserved", "keywords": "username,unix,email,authentication,signup", "license": "BSD", "maintainer": null, "maintainer_email": null, "name": "reserved", "package_url": "https://pypi.org/project/reserved/", "platform": "UNKNOWN", "project_url": "https://pypi.org/project/reserved/", "project_urls": { "Download": "https://github.com/aykevl/reserved/tarball/0.1", "Homepage": "https://github.com/aykevl/reserved" }, "release_url": "https://pypi.org/project/reserved/0.1.1/", "requires_dist": null, "requires_python": null, "summary": "Check usernames for reserved email addresses, subdomains, or Unix usernames.", "version": "0.1.1" }, "last_serial": 2099694, "releases": { "0.1": [ { "comment_text": "", "digests": { "md5": "148357378ce55a6b6597756a49a8d7d9", "sha256": "570d4d6aba5b00152f62267a0c04eba354d475b67969e314d4d9be40247e7dd6" }, "downloads": -1, "filename": "reserved-0.1.tar.gz", "has_sig": false, "md5_digest": "148357378ce55a6b6597756a49a8d7d9", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 4208, "upload_time": "2016-05-04T22:11:32", "url": "https://files.pythonhosted.org/packages/6d/ba/5414ec4b76895a06107d84d176ff2ed19f6c3a9785769a2863481fa7b11a/reserved-0.1.tar.gz" } ], "0.1.1": [ { "comment_text": "", "digests": { "md5": "c837ddbe92c8eb2259cb8414d51021fe", "sha256": "0bf2eadeabd486f70b1225677dfafddf06b864ce3d621ff833bca08ef0c7adca" }, "downloads": -1, "filename": "reserved-0.1.1.tar.gz", "has_sig": false, "md5_digest": "c837ddbe92c8eb2259cb8414d51021fe", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 4208, "upload_time": "2016-05-04T22:11:57", "url": "https://files.pythonhosted.org/packages/71/df/1aa392c666f6d59e71424367f488191f31915527f75d13d2dd415a849e2f/reserved-0.1.1.tar.gz" } ] }, "urls": [ { "comment_text": "", "digests": { "md5": "c837ddbe92c8eb2259cb8414d51021fe", "sha256": "0bf2eadeabd486f70b1225677dfafddf06b864ce3d621ff833bca08ef0c7adca" }, "downloads": -1, "filename": "reserved-0.1.1.tar.gz", "has_sig": false, "md5_digest": "c837ddbe92c8eb2259cb8414d51021fe", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 4208, "upload_time": "2016-05-04T22:11:57", "url": "https://files.pythonhosted.org/packages/71/df/1aa392c666f6d59e71424367f488191f31915527f75d13d2dd415a849e2f/reserved-0.1.1.tar.gz" } ] }