mirror of
https://kernel.googlesource.com/pub/scm/linux/kernel/git/tglx/remail.git
synced 2024-11-21 20:02:38 +01:00
No description
fc918a9bef
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> |
||
---|---|---|
Documentation | ||
LICENSES | ||
remail | ||
.gitignore | ||
__init__.py | ||
COPYING | ||
README.md | ||
remail.service | ||
remail_chkcfg | ||
remail_daemon | ||
remail_pipe | ||
requirements.txt | ||
TODO |
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