cryptlist | hacky mailing listserv written in Python and support

 by   travisb-ca Python Version: Current License: GPL-2.0

kandi X-RAY | cryptlist Summary

kandi X-RAY | cryptlist Summary

cryptlist is a Python library. cryptlist has no bugs, it has no vulnerabilities, it has a Strong Copyleft License and it has low support. However cryptlist build file is not available. You can download it from GitHub.

Cryptlist is a simple mailing list script intended to be run via something such as procmail. It's goal is to create an optionally encrypted mailing list easily using any available computer and email address. Encryption is optional in that messages which are not encrypted will be distributed to the membership in the clear, while messages encrypted to the list key will be re-encrypted to each member separately.
Support
    Quality
      Security
        License
          Reuse

            kandi-support Support

              cryptlist has a low active ecosystem.
              It has 0 star(s) with 0 fork(s). There are 1 watchers for this library.
              OutlinedDot
              It had no major release in the last 6 months.
              cryptlist has no issues reported. There are no pull requests.
              It has a neutral sentiment in the developer community.
              The latest version of cryptlist is current.

            kandi-Quality Quality

              cryptlist has no bugs reported.

            kandi-Security Security

              cryptlist has no vulnerabilities reported, and its dependent libraries have no vulnerabilities reported.

            kandi-License License

              cryptlist is licensed under the GPL-2.0 License. This license is Strong Copyleft.
              Strong Copyleft licenses enforce sharing, and you can use them when creating open source projects.

            kandi-Reuse Reuse

              cryptlist releases are not available. You will need to build from source code and install.
              cryptlist has no build file. You will be need to create the build yourself to build the component from source.
              Installation instructions, examples and code snippets are available.

            Top functions reviewed by kandi - BETA

            kandi's functional review helps you automatically verify the functionalities of the libraries and avoid rework.
            Currently covering the most popular Java, JavaScript and Python libraries. See a Sample of cryptlist
            Get all kandi verified functions for this library.

            cryptlist Key Features

            No Key Features are available at this moment for cryptlist.

            cryptlist Examples and Code Snippets

            No Code Snippets are available at this moment for cryptlist.

            Community Discussions

            No Community Discussions are available at this moment for cryptlist.Refer to stack overflow page for discussions.

            Community Discussions, Code Snippets contain sources that include Stack Exchange Network

            Vulnerabilities

            No vulnerabilities reported

            Install cryptlist

            Edit cryptlist.py. The list settings are all at the top of the file.
            Create the list keyring in the gpg directory 'gpg --homedir . --gen-key'. It is recommended that you note that this key is for a mailing list in the key comment. Note the key fingerprint since you will need that in a following step. Enter an empty passphrase for this key.
            Export the list public key 'gpg --homedir . --export --output list_key.key list@example.org'
            Sign the key with your regular key so other may know that they are getting the correct key 'gpg --import list_key.key; gpg --sign-key list@example.com'. Ensure that the fingerprints match at this step.
            Import the signature back into the list keyring 'gpg --export --armour --output list_key.asc list@example.com' and then 'gpg --homedir . --import list_key.asc'. Keep list_key.asc around as that is the keyfile you will want to distribute (if you aren't putting the key on a keyserver).
            For each member of the list for which you have a public key you must add the key to the list keyring. As the list will trust every key on its keyring you should not configure gpg for the list to automatically retrieve keys from a keyserver. You import keys using the add_keys.sh script.
            Finally add the cryptlist script to the mail filtering system. See the next section. Once this step is completed you should be able to send some test messages successfully.
            If you are using a POP3 or IMAP mailbox with fetchmail then you can easily set Cryptlist to be the script called on reception of any email.

            Support

            For any new features, suggestions and bugs create an issue on GitHub. If you have any questions check and ask questions on community page Stack Overflow .
            Find more information at:

            Find, review, and download reusable Libraries, Code Snippets, Cloud APIs from over 650 million Knowledge Items

            Find more libraries
            CLONE
          • HTTPS

            https://github.com/travisb-ca/cryptlist.git

          • CLI

            gh repo clone travisb-ca/cryptlist

          • sshUrl

            git@github.com:travisb-ca/cryptlist.git

          • Stay Updated

            Subscribe to our newsletter for trending solutions and developer bootcamps

            Agree to Sign up and Terms & Conditions

            Share this Page

            share link