[Remail] [PATCH 0/3] Allow disabling S/MIME & random fixes
Andreas Rammhold
andi at notmuch.email
Fri Feb 28 03:38:03 CET 2020
From: Andreas Rammhold <andreas at rammhold.de>
I finally managed to get my remail test instance to do some mail
forwarding & encryption. I discovered a few things on the path.
The biggest change is the new `enabled` flag for S/MIME that allows
users to disable S/MIME completely. I did not want to deal with dummy
keys while not actually using S/MIME for any communication.
Let me know what you think of these. I was also thinking of allowing
users to disable GPG. At some point this probably leads to the need of a
high(er) level configuration validation. Disabling both S/MIME and GPG
should probably not be supported.
Andreas Rammhold (3):
config: pass the incorrect mail address instead of the config path
Relax the mail validation so new gTLDs have a chance to pass
Introduce an enabled flag for S/MIME
Documentation/examples/conf/remail.yaml | 2 ++
Documentation/man5/remail.config.rst | 5 +++++
remail/config.py | 3 ++-
remail/mail.py | 2 +-
remail/maillist.py | 16 ++++++++++------
5 files changed, 20 insertions(+), 8 deletions(-)
--
2.25.1
More information about the Remail
mailing list