[Remail] [PATCH v2 0/5] Allow disabling S/MIME & random fixes

Andreas Rammhold andi at notmuch.email
Mon Mar 2 17:11:34 CET 2020


From: Andreas Rammhold <andreas at rammhold.de>

v2 with proper Signed-off-by lines.


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 (5):
  config: throw correct exception when address isn't valid
  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
  remaild: also notify on IN_MOVED_TO events

 Documentation/examples/conf/remail.yaml |  2 ++
 Documentation/man5/remail.config.rst    |  5 +++++
 remail/config.py                        |  5 +++--
 remail/mail.py                          |  2 +-
 remail/maillist.py                      | 16 ++++++++++------
 remail/remaild.py                       |  7 ++++++-
 6 files changed, 27 insertions(+), 10 deletions(-)

-- 
2.25.1




More information about the Remail mailing list