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
dc68e97937
Due to the requirement to reencrypt the incoming mail, remail must rewrite the mail headers and create a new email with the 'From:' header being the list address. So remail implemented a scheme to mangle the original senders name into the reencrypted mails 'From:' header. That fell flat on its nose when there was an incoming mail which had no name part and just consisted of the actual email address. Instead of differentiating between these cases the authors sleep deprived and grump laden brain decided to implement 'From:' mangling in the way it is now. It converts the original sender mail address '[Name] <mailname@sender.domain>' to: 'list-name for mailname_at_sender.domain' <list-name@list.domain> This is hard to read and follow. Use the common format: 'Name via list-name' <list-name@list.domain> Except for the case where the original 'From:' header is a plain email address without a name. This will mangle it to: 'mailname at sender.domain via list-name' <list-name@list.domain> The 'via list-name' add on is technically not required but is useful to visually differentiate the name in auto-completion. Suggested-by: Linus Torvalds <torvalds@linux-foundation.org> Signed-off-by: Thomas Gleixner <tglx@linutronix.de> |
||
---|---|---|
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