No description
Find a file
Thomas Gleixner fc918a9bef remail/gpg: Use the lists private key for signing
Konstantin reported that outgoing mail from a mailing list is signed with
the default private key found in the private keyring.

That's caused by just handing boolen True into the 'sign' argument of
gpg_encrypt() while the documentation clearly says:

  sign (defaults to None)
    Either the Boolean value True, or the fingerprint of a key which is
    used to sign the encrypted data. If True is specified, the default key
    is used for signing. When not specified, the data is not signed.

Hand the list account fingerprint in if signing is enabled in the
configuration.

Reported-by: Konstantin Ryabitsev <konstantin@linuxfoundation.org>
Signed-off-by: Thomas Gleixner <tglx@linutronix.de>
Tested-by: Konstantin Ryabitsev <konstantin@linuxfoundation.org>
Reviewed-by: Konstantin Ryabitsev <konstantin@linuxfoundation.org>
2020-02-19 01:14:51 +01:00
Documentation Documentation: Add mailinglist info 2020-02-17 20:04:23 +01:00
LICENSES remail: Initial import 2019-09-22 22:38:59 +02:00
remail remail/gpg: Use the lists private key for signing 2020-02-19 01:14:51 +01:00
.gitignore remail: Initial import 2019-09-22 22:38:59 +02:00
__init__.py remail: Initial import 2019-09-22 22:38:59 +02:00
COPYING remail: Initial import 2019-09-22 22:38:59 +02:00
README.md remail: Initial import 2019-09-22 22:38:59 +02:00
remail.service remail: Add TODO and a hacky service file 2019-09-22 22:48:52 +02:00
remail_chkcfg remail: Initial import 2019-09-22 22:38:59 +02:00
remail_daemon remail: Initial import 2019-09-22 22:38:59 +02:00
remail_pipe remail: Add remail_pipe script 2019-11-01 13:30:25 +01:00
requirements.txt remail: Add requirements.txt file 2020-01-09 19:52:22 +01:00
TODO remail: Add TODO and a hacky service file 2019-09-22 22:48:52 +02:00

remail - A set of tools for crypted mailing lists

A simplistic but powerfull crypted mailing list tool set. The following tools are available:

remail_daemon - The crypto mailing list processor remail_chkcfg - Tool to check the configuration

Install

It's recommended to generate the appropriate package for your system and install it via the package manager.

Usage

See Documentation and man pages