From 1448a963841771be3787dc11b3d6a30572550d16 Mon Sep 17 00:00:00 2001 From: Ruben Pollan Date: Fri, 26 May 2017 00:34:15 +0200 Subject: [bug] check if key is expired For expired keys gnupg will not allow us to encrypt (to force it we'll need to fake the system date). Let's bounce the email properly in this case, and register the error. Make sure as well that _encrypt_message does not return None, let's raise exceptions in case of failure. - Related: #8663 --- changes/next-changelog.txt | 2 ++ 1 file changed, 2 insertions(+) (limited to 'changes') diff --git a/changes/next-changelog.txt b/changes/next-changelog.txt index 2e13a84..4add2e4 100644 --- a/changes/next-changelog.txt +++ b/changes/next-changelog.txt @@ -15,6 +15,8 @@ Features Bugfixes ~~~~~~~~ +- `#8663 `_: Bounce emails for expired keys + - `#1235 `_: Description for the fixed stuff corresponding with issue #1235. - Bugfix without related issue number. -- cgit v1.2.3