Skip to content
Snippets Groups Projects
Select Git revision
  • add-delivery-selfsent
  • cleanup-headers-to-meta
  • paz/autopkgtest-require-migration
  • ci-try-to-speed-up-ruby-jobs
  • debian/unstable
  • nina/require_spec_migrations
  • 297-extend-headers-spec-make-db-require-relative
  • master default protected
  • debian/current
  • authentication
  • rename-plugins-to-keywords
  • 282-external-filters
  • paz/spa
  • ci-provide-coverage-report-as-html
  • ci-make-builds-faster
  • 318-docker-image-tagging
  • ci-introduce-debian-unstable
  • ci-introduce-git-depth
  • reencoding-after-keywords
  • paz/throttle
  • schleuder-3.2.3
  • schleuder-3.2.2
  • schleuder-3.2.1
  • schleuder-3.2.0
  • schleuder-3.1.2
  • schleuder-3.1.1
  • schleuder-3.1.0
  • schleuder-3.0.4
  • schleuder-3.0.3
  • schleuder-3.0.2
  • schleuder-3.0.1
  • schleuder-3.0.0
  • schleuder-3.0.0.beta17
  • schleuder-3.0.0.beta16
  • schleuder-3.0.0.beta15
  • schleuder-3.0.0.beta14
  • schleuder-3.0.0.beta13
  • schleuder-3.0.0.beta12
  • schleuder-3.0.0.beta11
  • schleuder-3.0.0.beta10
40 results

schleuder

  • Clone with SSH
  • Clone with HTTPS
  • Forked from schleuder / schleuder
    466 commits behind the upstream repository.
    Nina Siessegger's avatar
    Nina authored
    Extend headers to meta
    
    This MR includes the Enc and Sig pseudoheaders in the list of configurable headers. This makes it possible to rearrange or disable them.
    Fixes #297
    
    See merge request schleuder/schleuder!147
    f2f86d42
    History

    Schleuder, version 3

    Schleuder is a gpg-enabled mailing list manager with resending-capabilities. Subscribers can communicate encrypted (and pseudonymously) among themselves, receive emails from non-subscribers and send emails to non-subscribers via the list.

    Version 3 of schleuder is a complete rewrite, which aims to be more robust, flexible, and internationalized. It also provides an API for the optional web interface called schleuder-web.

    For more details see https://schleuder.org/docs/.

    Requirements

    • ruby >=2.1
    • gnupg 2.0.x, or >=2.1.16
    • gpgme
    • sqlite3
    • openssl

    If you use Debian stretch or CentOS 7, please have a look at the installation docs. We do provide packages for those platforms, which simplify the installation a lot.

    🛈 A note regarding Ubuntu: All Ubuntu versions up to and including 17.10 don't meet the requirements with their packaged versions of gnupg! To run Schleuder on Ubuntu you currently have to install a more recent version of gnupg manually. Only Ubuntu 18.04 ("bionic") provides modern enough versions of Schleuder's requirements.

    On systems that base on Debian 9 ("stretch"), install the dependencies via

    apt-get install ruby-dev gnupg2 libgpgme-dev libsqlite3-dev libssl-dev build-essential

    We recommend to also run a random number generator like haveged. This ensures Schleuder won't be blocked by lacking entropy, which otherwise might happen especially during key generation.

    On Debian based systems, install it via

    apt-get install haveged

    Additionally these rubygems are required (will be installed automatically unless present):

    • rake
    • active_record
    • sqlite3
    • thor
    • thin
    • mail-gpg
    • sinatra
    • sinatra-contrib

    Installing Schleuder

    1. Download the gem and the OpenPGP-signature and verify:

      gpg --recv-key 0xB3D190D5235C74E1907EACFE898F2C91E2E6E1F3
      gpg --verify schleuder-3.2.3.gem.sig
    2. If all went well install the gem:

      gem install schleuder-3.2.3.gem
    3. Set up schleuder:

    schleuder install

    This creates necessary directories, copies example configs, etc. If you see errors about missing write permissions please follow the advice given.

    For further information on setup and configuration please read https://schleuder.org/docs/#setup.

    Command line usage

    See schleuder help.

    E.g.:

    Commands:
      schleuder check_keys                    # Check all lists for unusable or expiring keys and send the results to the list-admins. (This is supposed...
      schleuder help [COMMAND]                # Describe available commands or one specific command
      schleuder install                       # Set up Schleuder initially. Create folders, copy files, fill the database, etc.
      schleuder version                       # Show version of schleuder
      schleuder work list@hostname < message  # Run a message through a list.

    List administration

    Please use schleuder-cli to create and manage lists from the command line.

    Optionally consider installing schleuder-web, the web interface for schleuder. It enables list-admins to manage their lists through the web instead of using request-keywords.

    Todo

    See https://0xacab.org/schleuder/schleuder/issues.

    Testing

    We use rspec to test our code. To setup the test environment run:

    SCHLEUDER_ENV=test SCHLEUDER_CONFIG=spec/schleuder.yml bundle exec rake db:init

    To execute the test suite run:

    bundle exec rspec

    Please note: Some of the specs use 'pgrep'. On systems that base on Debian 9 ("stretch") install it via

    apt-get install procps

    We are working on extendig the test coverage.

    Contributing

    Please see CONTRIBUTING.md.

    Mission statement

    Please see MISSION_STATEMENT.md.

    Code of Conduct

    We adopted a code of conduct. Please read CODE_OF_CONDUCT.md.

    License

    GNU GPL 3.0. Please see LICENSE.txt.

    Alternative Download

    Alternatively to the gem-files you can download the latest release as a tarball and its OpenPGP-signature.